Your message dated Sun, 02 Jun 2013 10:20:16 +0000 with message-id <[email protected]> and subject line Bug#688074: fixed in liblockfile 1.09-6 has caused the Debian Bug report #688074, regarding [PATCH]liblockfile's nfslib compile to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 688074: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688074 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: liblockfile Version: 1.09 when configure --with-libnfslock=${libdir}, the Makefile.in is using nfslib: nfslock.so.$(VER) nfslock.so.$(VER): nfslock.o $(CC) -fPIC -shared -Wl,-soname,nfslock.so.0 \ -o nfslock.so.$(NVER) nfslock.o install_nfslib: nfslib install -m 755 nfslock.so.$(VER) $(ROOT)$(nfslockdir) if test "$(ROOT)" = ""; then @LDCONFIG@; fi install VER but compiling NVER. patch is attached. thanks, yaodiff --git a/Makefile.in b/Makefile.in index a97ebf2..685fc74 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,17 +26,17 @@ install: @INSTALL_TARGETS@ static: liblockfile.a dotlockfile shared: liblockfile.so dotlockfile -nfslib: nfslock.so.$(VER) +nfslib: nfslock.so.$(NVER) liblockfile.a: lockfile.o $(AR) rv liblockfile.a lockfile.o liblockfile.so: liblockfile.a - $(CC) -fPIC -shared -Wl,-soname,liblockfile.so.1 \ + $(CC) $(LDFLAGS) -fPIC -shared -Wl,-soname,liblockfile.so.1 \ -o liblockfile.so lockfile.o -lc -nfslock.so.$(VER): nfslock.o - $(CC) -fPIC -shared -Wl,-soname,nfslock.so.0 \ +nfslock.so.$(NVER): nfslock.o + $(CC) $(LDFLAGS) -fPIC -shared -Wl,-soname,nfslock.so.0 \ -o nfslock.so.$(NVER) nfslock.o dotlockfile: dotlockfile.o xlockfile.o @@ -65,11 +65,11 @@ install_common: else \ install -g root -m 755 dotlockfile $(ROOT)$(bindir); \ fi - install -m 644 *.1 $(ROOT)$(mandir)/man1 + install -m 644 dotlockfile.1 $(ROOT)$(mandir)/man1 install -m 644 *.3 $(ROOT)$(mandir)/man3 install_nfslib: nfslib - install -m 755 nfslock.so.$(VER) $(ROOT)$(nfslockdir) + install -m 755 nfslock.so.$(NVER) $(ROOT)$(nfslockdir) if test "$(ROOT)" = ""; then @LDCONFIG@; fi clean:
--- End Message ---
--- Begin Message ---Source: liblockfile Source-Version: 1.09-6 We believe that the bug you reported is fixed in the latest version of liblockfile, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Anibal Monsalve Salazar <[email protected]> (supplier of updated liblockfile package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 02 Jun 2013 19:45:54 +1000 Source: liblockfile Binary: liblockfile1 liblockfile-bin liblockfile-dev Architecture: source amd64 Version: 1.09-6 Distribution: unstable Urgency: low Maintainer: Miquel van Smoorenburg <[email protected]> Changed-By: Anibal Monsalve Salazar <[email protected]> Description: liblockfile-bin - support binaries for and cli utilities based on liblockfile liblockfile-dev - Development library for liblockfile liblockfile1 - NFS-safe locking library Closes: 677225 688074 Changes: liblockfile (1.09-6) unstable; urgency=low . * Merge 1.09-5ubuntu1 fix-buffer-overflows.patch: Fix buffer overflows when building strings - Protect against overflows caused by long hostnames (LP: #941968) - Protect against overflows caused by large PID numbers (LP: #1011477) Closes: #677225 * In Makefile.in it compiles nfslock.so.$(NVER) but installs nfslock.so.$(VER) Add 688074-Makefile.in-NVER.patch Patch by Yao Zhao Closes: #688074 * Standards Version is 3.9.4 Checksums-Sha1: caffa8d8faaf08c3dd36d8d3d28e0ded55ae1be9 1860 liblockfile_1.09-6.dsc 11af5a231dad9c95fe2104c1b431fe61a95d7823 8258 liblockfile_1.09-6.debian.tar.bz2 871ca890a1ad55ceec833da81860aa110cf84576 15806 liblockfile1_1.09-6_amd64.deb 43e3aaa7062e9e227b8f874c2b427ed0b3753fe2 18908 liblockfile-bin_1.09-6_amd64.deb 91e34ead8c11b38e7984eba8f949d25dd34bdf16 26148 liblockfile-dev_1.09-6_amd64.deb Checksums-Sha256: 2c1236efcd9857e9f76e83c91e141d316510fea89d3f9d00a7002a7d57a07c91 1860 liblockfile_1.09-6.dsc d45eacb7c637c16d03c777c55989d98da494ae9584a0783fe6dbf0db60fa290f 8258 liblockfile_1.09-6.debian.tar.bz2 a13fe5d2723a950fd512de41cf6591dc499b7856f60f2f6a71f8c3b35eaa1281 15806 liblockfile1_1.09-6_amd64.deb e923857b3697e6ead173a233af290accafb2f7813d4bdba57e10ddc070ffd14a 18908 liblockfile-bin_1.09-6_amd64.deb 8a51c0d85eaa58a6f56588ae21160bdbf1dc5261e0de520d4f6d863b6064d174 26148 liblockfile-dev_1.09-6_amd64.deb Files: 1aa296a7597f64d24dcba008e5a956e0 1860 devel standard liblockfile_1.09-6.dsc a2811807e63a526c07b0f60626e329a2 8258 devel standard liblockfile_1.09-6.debian.tar.bz2 65e2ac85ec7132795867f3f04d8f454c 15806 libs standard liblockfile1_1.09-6_amd64.deb 939052775032e64cfcd43d274f85bfb9 18908 utils standard liblockfile-bin_1.09-6_amd64.deb 3235d04a31734ae079263d3287d44692 26148 libdevel optional liblockfile-dev_1.09-6_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJRqxcuAAoJEHxWrP6UeJfY0loP/A5P76acrcAmocf6T04evBSp z/xvzZUfKw1vrYKSH2eZOOqPxNw//K+CwmhzoPO2uuaB3ZAstPc+GlIJeTdasYsj DzpZtoDGeTMX6ljtI32ZAg8Dj4o+3ldGHKyjOEfEvUxEKKnN1TJTFiZGL9hSCGtg gf/9fSFe/cg+5qRk46wMtJl5ksREPnS46xw8ti7H67uoc6Z+508E8Ar27BbhMKZe UON6bEaK37/1EISC2h36KteTMSY1fUAjpOIzfNPtZ2qVZjCbaDR1TR90hSm2BVeJ ihqSEGGTgEzPf73/nfrZstflnHiOz0o/sfSF6DlkGBbS7vCm0D7uMBO02eTfJwZK olmyKNUnFnHdPV4OSZspNtFi5qQ3G6W6qBk+XeATt2hjVccNGw2BvM+ILT5h/Snp JtVY6iQghQQUqDR3CP8n1yZykaTg7ds0Bm+g/DYKEbyUfGhNE1EBGQ2sbpje0Cjt CHYIZEIxg58FH3jRb/lGC6KIiMWYeEKsQ7Ex5ft9k5kxeeDn0mdnoSxKWztwz3B8 uY/+TTPlfqyye1nc4OYc1+iEPf1aIjoKjw2Gpy72kW5b/WAP+jOcLOh+1pIgrsh/ tBYFriMjXkxCjg1LGMTPSfglMznqw93Szs3mbM+lZhUkC1X4coqd72ulZLgRIDuN xF8t6LZdXgZYJOEh43Hh =aQTK -----END PGP SIGNATURE-----
--- End Message ---

