Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu
Hi, I'd like to update rpcbind in Buster to fix the response to broadcast requests. Currently the broadcast requests are broken in Buster causing problems to users using NIS services. See #939877 and #935492 for more information. This is fixed by enabling the --enable-rmtcalls build flag. I've updated the maintainer information since the previous maintainer is MIA and I am maitaining this package now. Changes: rpcbind (1.2.5-0.3+deb10u1) buster; urgency=medium . * Enable remote calls using '--enable-rmtcalls' configuration flag. Closes: #939877 * debian/control: Update maintainer information The debdiff is attached Cheers, Josue
diff -Nru rpcbind-1.2.5/debian/changelog rpcbind-1.2.5/debian/changelog --- rpcbind-1.2.5/debian/changelog 2018-10-22 04:54:11.000000000 -0600 +++ rpcbind-1.2.5/debian/changelog 2019-09-09 12:19:21.000000000 -0600 @@ -1,3 +1,11 @@ +rpcbind (1.2.5-0.3+deb10u1) buster; urgency=medium + + * Enable remote calls using '--enable-rmtcalls' configuration flag. + Closes: #939877 + * debian/control: Update maintainer information + + -- Josue Ortega <jo...@debian.org> Mon, 09 Sep 2019 12:19:21 -0600 + rpcbind (1.2.5-0.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru rpcbind-1.2.5/debian/control rpcbind-1.2.5/debian/control --- rpcbind-1.2.5/debian/control 2018-10-20 05:18:17.000000000 -0600 +++ rpcbind-1.2.5/debian/control 2019-09-09 12:19:21.000000000 -0600 @@ -1,7 +1,7 @@ Source: rpcbind Section: net Priority: optional -Maintainer: Anibal Monsalve Salazar <ani...@debian.org> +Maintainer: Josue Ortega <jo...@debian.org> Build-Depends: debhelper (>= 11), pkg-config, libtirpc-dev (>= 1.0.2), libwrap0-dev, libsystemd-dev [linux-any] Standards-Version: 4.2.1 Homepage: http://sourceforge.net/projects/rpcbind/ diff -Nru rpcbind-1.2.5/debian/rules rpcbind-1.2.5/debian/rules --- rpcbind-1.2.5/debian/rules 2018-10-14 06:31:29.000000000 -0600 +++ rpcbind-1.2.5/debian/rules 2019-09-09 12:19:21.000000000 -0600 @@ -16,7 +16,7 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- --sbindir=/sbin --enable-warmstarts --enable-libwrap --with-statedir=/run/rpcbind --with-rpcuser=_rpc $(CONFIGURE_EXTRA_FLAGS) + dh_auto_configure -- --sbindir=/sbin --enable-rmtcalls --enable-warmstarts --enable-libwrap --with-statedir=/run/rpcbind --with-rpcuser=_rpc $(CONFIGURE_EXTRA_FLAGS) override_dh_installinit: dh_installinit