1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
portmap (5-9) unstable; urgency=high
* The following patch was applied to portmap.c:
- while ((c = getopt(argc, argv, "dtvi:")) != EOF) {
+ while ((c = getopt(argc, argv, "dt:vi:")) != EOF) {
See bug #274178.
-- Anibal Monsalve Salazar <anibal@debian.org> Sun, 20 Mar 2005 19:00:54 +1100
portmap (5-8) unstable; urgency=low
* Fixed "discards port mappings on stop; start" (Closes: #293743).
* Compilation warnings cleanup (Closes: #266481).
Patch by Mark Ferlatte <ferlatte@cryptio.net>
* Option to chroot portmap (Closes: #274178).
Patch by Mark Ferlatte <ferlatte@cryptio.net>
* New maintainer's email address.
-- Anibal Monsalve Salazar <anibal@debian.org> Mon, 07 Feb 2005 21:47:42 +1100
portmap (5-7) unstable; urgency=high
* Fixed "Silently changes to bind to localhost only" (Closes: #280026, #280128, #280553).
Commented out the OPTION line in /etc/default/portmap.
* Removed debconf note (Closes: #280371, #280554, #280414).
Patches supplied (but not applied) by:
Andre Luis Lopes <andrelop@debian.org>
Kenshi Muto <kmuto@debian.org>
Jose Carlos Garcia Sogo <jsogo@debian.org>
* Fixed "Manpage is wrong" (Closes: #280421).
Changed portmap.8.
-- Anibal Monsalve Salazar <A.Monsalve.Salazar@IEEE.org> Wed, 10 Nov 2004 20:34:44 +1100
portmap (5-6) unstable; urgency=high
* Fixed "Silently changes to bind to localhost only" (Closes: #280026).
Display a medium debconf note to let users know about portmap's
binding to the loopback address by default.
-- Anibal Monsalve Salazar <A.Monsalve.Salazar@IEEE.org> Mon, 08 Nov 2004 07:23:19 +1100
portmap (5-5) unstable; urgency=high
* Implemented -i option to allow binding to a particular address (Closes: #246935).
Patch by Matt Zimmerman <mdz@canonical.com>.
Soeren Sonnenburg <bugreports@nn7.de> supplied the original version of the
patch.
* Bind to the loopback address by default.
Patch by Matt Zimmerman <mdz@canonical.com>.
* debian/init.d: added --oknodo to make sure portmap script returns 0
Patch by Matt Zimmerman <mdz@canonical.com>.
-- Anibal Monsalve Salazar <A.Monsalve.Salazar@IEEE.org> Fri, 05 Nov 2004 06:57:29 +1100
portmap (5-4) unstable; urgency=low
* New maintainer.
-- Anibal Monsalve Salazar <A.Monsalve.Salazar@IEEE.org> Thu, 20 May 2004 09:52:29 +1000
portmap (5-3) unstable; urgency=low
* New maintainer (closes: #210768, #241674).
* Fixed hosts.allow example in portmap(8) (closes: #29142, #229004).
* Moved rcS script to 43 from 41 (closes: #196150).
-- Herbert Xu <herbert@debian.org> Sat, 3 Apr 2004 20:32:41 +1000
portmap (5-2.3) unstable; urgency=low
* Non maintainer upload.
* Call setgroups instead of initgroup (closes: #226681).
* Removed emacs trailer in changelog.
-- Herbert Xu <herbert@debian.org> Sat, 27 Mar 2004 09:47:23 +1100
portmap (5-2.2) unstable; urgency=low
* NMU
* Update to debhelper mode 4, cleanups in debian/ (closes: #162586).
* Standards-version is 3.6.1.
* Start portmap in runlevels 2 to 5, at priority 18. Also stop it for
runlevel 1 before it is killed by `single'
(closes: #159925, #216107, #60367, #93599, #101726, #130360).
* Stop it at S32 in runlevels 0 and 6, after umountnfs.sh (closes: #138023).
* Force the symlink update for older versions so that all packages don't
have to start portmap before their own daemon.
* Don't ship README's content in portmapper.txt.
-- Josselin Mouette <joss@debian.org> Fri, 20 Feb 2004 17:11:03 +0100
portmap (5-2.1) unstable; urgency=low
* NMU
* [pmap_check.c] Drop group privileges as well. (Closes: #58864)
* [portmap.c] Corrected error message for failure to bind with tcp.
(Closes: #61876)
* [portmap.c, Makefile] Use glibc's strerror() and daemon(). (Closes: #106380)
* [portmap.c] Don't declare extern int errno but #include <errno.h> so as
not to reference the deprecated errno@GLIBC_2.0 symbol. (Closes: #168530)
* New upload, built using newer binutils which should fix the prelinking
issue on powerpc. (Closes: #176352)
* [debian/copyright] Updated the upstream location. (Closes: #181807)
* [debian/rules] Removed obsolete dh_suidregister.
-- J.H.M. Dassen (Ray) <jdassen@debian.org> Sat, 13 Sep 2003 17:08:22 +0200
portmap (5-2) unstable; urgency=low
* Fix from_local.c to declare some functions it uses correctly. Thanks
to Bdale Garbee. (Closes: Bug#90090)
* Add -Wall to CFLAGS, and fix most of the warnings it comes up with.
-- Anthony Towns <aj@azure.humbug.org.au> Sun, 18 Mar 2001 19:04:25 +1000
portmap (5-1) unstable; urgency=low
* Initial Release.
-- Anthony Towns <ajt@debian.org> Sat, 5 Aug 2000 22:08:49 +1000
|