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 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300
|
libnet-server-perl (2.008-3) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* Add patch to remove debug output. (Closes: #818145)
* Add another fix to spelling-error.patch.
* Update years of packaging copyright.
* Bump debhelper compatibility level to 9.
* Declare compliance with Debian Policy 3.9.7.
-- gregor herrmann <gregoa@debian.org> Mon, 14 Mar 2016 20:21:32 +0100
libnet-server-perl (2.008-2) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ gregor herrmann ]
* Mark package as autopkgtest-able.
* Declare compliance with Debian Policy 3.9.6.
* Add explicit (build) dependency on libcgi-pm-perl.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Wed, 17 Jun 2015 23:14:20 +0200
libnet-server-perl (2.008-1) unstable; urgency=low
* Team upload.
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Salvatore Bonaccorso ]
* Imported Upstream version 2.008
* Declare compliance with Debian Policy 3.9.5
* Update copyright years for upstream files
* Refresh spelling-error.patch patch (offset)
* Add fix-manpage-has-errors-from-pod2man.patch patch
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 18 May 2014 22:58:05 +0200
libnet-server-perl (2.007-3) unstable; urgency=low
* Fix regression introduced by "SIGCHLD vs. SIGCLD" patch: extend CLD change
to all functions of SIG.pm (Closes: #712714)
-- Xavier Guimard <x.guimard@free.fr> Fri, 21 Jun 2013 06:13:49 +0200
libnet-server-perl (2.007-2) unstable; urgency=low
* Update spelling errors patch
* Fix "applications die() because of SIGCHLD vs. SIGCLD confusion"
using a patch (Closes: #708180)
-- Xavier Guimard <x.guimard@free.fr> Sun, 16 Jun 2013 08:20:33 +0200
libnet-server-perl (2.007-1) unstable; urgency=low
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Xavier Guimard ]
* Imported Upstream version 2.007 (Closes: #693320)
* Bump Standards-Version to 3.9.4 (no changes)
* Remove pod patch now included in upstream
* Add spelling error patch
* Update debian/copyright years
-- Xavier Guimard <x.guimard@free.fr> Sun, 05 May 2013 06:17:50 +0200
libnet-server-perl (2.006-1) unstable; urgency=low
* Imported Upstream version 2.006
* Refresh 0001-Fix-errors-in-POD.patch.
-- intrigeri <intrigeri@debian.org> Mon, 25 Jun 2012 15:46:02 +0200
libnet-server-perl (2.005-1) unstable; urgency=low
* Imported Upstream version 2.005 (Closes: #667737)
* Suggest liblog-log4perl-perl.
* Drop 03_rt-cpan-65891-reap-children.patch: obsoleted by upstream changes.
* Drop 04_fix-pod-error-in-http-manapage.patch: obsolete.
* Drop 05_ipv6-support.patch: upstream added IPv6 support, let's use it.
* Drop 06_cidr-workaround.patch: upstream applied some flavour of it.
* Drop 08_propagate-dynamic-port-data-across-a-hup.patch:
upstream supposedly fixed their handling of HUP vs. rebinding to ports.
* Replace spelling patch with updated 0001-Fix-errors-in-POD.patch.
* Re-enable test suite.
* Fix debian/copyright with cme.
* Add myself to uploaders.
-- intrigeri <intrigeri@debian.org> Thu, 14 Jun 2012 12:19:56 +0200
libnet-server-perl (0.99-4) unstable; urgency=low
* added patch to propagate port information across a HUP
(Closes: #624500)
* added myself to Uploaders.
* bumped Standards-Version to 3.9.3 (no changes needed)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 15 Mar 2012 20:25:44 -0400
libnet-server-perl (0.99-3) unstable; urgency=low
[ Carsten Wolff ]
* took IPv6 patch from bug report, improved and included it
as 05_ipv6-support.dpatch.
(closes: Bug#523846)
* added depends introduced by above patch
* created patch 06_cidr-workaround.dpatch as a workaround
until Net::CIDR is fixed
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
[ gregor herrmann ]
* Drop ancient patch 02_spec.dpatch which causes a FTBFS. Thanks to
Allison Randal for the bug report and the thorough analysis.
(Closes: #642175)
* Switch to source format 3.0 (quilt).
* Convert remaining patches to quilt.
* Use tiny debian/rules file, and debhelper 8.
* Remove version from perl build dependency and move it to Build-
Depends-Indep.
* Set Standards-Version to 3.9.2 (no further changes).
* debian/copyright: update formatting.
* Add /me to Uploaders.
* Remove leading article from short description.
* Add a new patch to fix a spelling mistake in the POD.
-- gregor herrmann <gregoa@debian.org> Tue, 20 Sep 2011 22:04:38 +0200
libnet-server-perl (0.99-2) unstable; urgency=low
* made lintian happy
- fix deprecated makemaker prefix in rules
- add patch to fix Net::Server::HTTP pod2man
- updated copyright file in DEP5
- add debian/source/format
-- Carsten Wolff <carsten@wolffcarsten.de> Mon, 21 Mar 2011 13:46:44 +0100
libnet-server-perl (0.99-1) unstable; urgency=low
[ Carsten Wolff ]
* New upstream release
* changed maintainer to pkg-perl
* updated standards version to 3.9.1
one change: homepage field
* added 03_rt-cpan-65891-reap-children.dpatch
[ Scott Kitterman ]
* Update debian/copyright
* Add ${misc:Depends} to libnet-server-perl Depends
* Added debian/README.source
* Replace deprecated dh_clean -k with dh_prep and bump required debhelper
version to >= 7
* Add pkg-perl Vcs-* to debian/control
-- Carsten Wolff <carsten@wolffcarsten.de> Tue, 15 Mar 2011 20:03:36 -0400
libnet-server-perl (0.97-1) unstable; urgency=low
* New upstream release
(closes: Bug#457028)
* Fixed FTBFS if build twice in a row
(closes: Bug#424529)
* updated standards version to 3.7.3.0 (no changes)
* made lintian happy
-- Carsten Wolff <carsten@wolffcarsten.de> Tue, 04 Mar 2008 12:35:17 +0100
libnet-server-perl (0.94-1) unstable; urgency=low
* New upstream release
(closes: Bug#358031) because amavisd-new is now 2.4.x in testing
* new watch file
(closes: Bug#354364)
* fixed missing dependency on libnet-cidr-perl
(closes: Bug#391579)
* removed 01_syslog.dpatch, because it's now part of upstream
* updated standards version to 3.7.2.2 (no changes)
* changed Build-Depends-Indep into Build-Depends
-- Carsten Wolff <carsten@wolffcarsten.de> Tue, 17 Oct 2006 19:22:42 +0200
libnet-server-perl (0.90-1) unstable; urgency=low
* New upstream release
(closes: Bug#344083)
-- Carsten Wolff <carsten@wolffcarsten.de> Sun, 15 Jan 2006 22:57:02 +0100
libnet-server-perl (0.89-1) unstable; urgency=high
* New upstream release
(closes: Bug#296137)
(closes: Bug#329640)
* Don't ship README, it's exactly the same as the manpage and therefor
redundant.
(closes: Bug#308324)
* New standards version 3.6.2: No changes
* Fixes syslog format string vulnerability (CVE-2005-1127)
-- Carsten Wolff <carsten@wolffcarsten.de> Wed, 30 Nov 2005 21:51:43 +0100
libnet-server-perl (0.87-3) unstable; urgency=low
* fixed user-/groupvalidation, it's now possible to run it as a user with
hyphens in it's name. The patch was also submitted to CPAN.
(closes: Bug#296043)
-- Carsten Wolff <carsten@wolffcarsten.de> Sun, 20 Feb 2005 05:21:11 +0100
libnet-server-perl (0.87-2) unstable; urgency=low
* fixed system() calls in PreFork children. Thanks to David Parrish
for providing the patch.
(closes: Bug#283886)
-- Carsten Wolff <carsten@wolffcarsten.de> Sat, 18 Dec 2004 03:23:34 +0200
libnet-server-perl (0.87-1) unstable; urgency=low
* New Maintainer (package was orphaned)
* New upstream version (and new upstream maintainer, too)
Thanks, Adrian von Bidder for providing updated packages
(closes: Bug#257242)
(closes: Bug#223383)
* Policy 3.6.1: No changes
* debian/rules
- build in binary-indep, not binary-arch
- avoid shipping .svn directories
* use dpatch to handle changes in the source-tree
* fixed the the syslog-problem as proposed in 202439
(closes: Bug#202439)
-- Carsten Wolff <carsten@wolffcarsten.de> Fri, 28 Sep 2004 18:36:07 +0200
libnet-server-perl (0.85-3) unstable; urgency=low
* debian/control: depends on libio-multiplex-perl (closes: #192921)
-- Luca Filipozzi <lfilipoz@debian.org> Sat, 17 May 2003 16:00:32 -0700
libnet-server-perl (0.85-2) unstable; urgency=low
* Net::Server does not background properly when logging to syslog; applied
user-supplied patch (closes: #185457)
* debian/control: change section to perl
-- Luca Filipozzi <lfilipoz@debian.org> Sun, 6 Apr 2003 21:06:43 -0700
libnet-server-perl (0.85-1) unstable; urgency=low
* New upstream release
-- Luca Filipozzi <lfilipoz@debian.org> Sat, 5 Apr 2003 20:13:18 -0800
libnet-server-perl (0.84-3) unstable; urgency=low
* lib/Net/Server.pm: added patch from Christian Mock to check for
existance of child before attempting to close() a socket to it
(patch sent upstream) (closes: Bug#168784)
-- Luca Filipozzi <lfilipoz@debian.org> Tue, 19 Nov 2002 10:07:52 -0800
libnet-server-perl (0.84-2) unstable; urgency=low
* debian/copyright: references appropriate licenses in
/usr/share/common-licenses (closes: Bug#157624)
-- Luca Filipozzi <lfilipoz@debian.org> Sat, 21 Sep 2002 13:38:12 -0700
libnet-server-perl (0.84-1) unstable; urgency=low
* New upstream release
-- Luca Filipozzi <lfilipoz@debian.org> Fri, 12 Jul 2002 22:27:27 -0700
libnet-server-perl (0.83-1) unstable; urgency=low
* New upstream release
-- Luca Filipozzi <lfilipoz@debian.org> Sun, 2 Jun 2002 20:59:51 -0700
libnet-server-perl (0.82-1) unstable; urgency=low
* Initial release. (closes: #143048)
-- Luca Filipozzi <lfilipoz@debian.org> Mon, 15 Apr 2002 11:36:11 -0700
|