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 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496
|
cvsweb (3:3.0.6-8.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Mon, 04 Jan 2021 14:51:54 +0100
cvsweb (3:3.0.6-8) unstable; urgency=medium
* debian/control (Vcs-Browser, Vcs-Svn): Relocated to collab-maint.
(DM-Upload-Allowed): Obsolete and dropped.
* debian/patches/733054_perl_518.patch: Added (closes: #733054).
- Added Perl 5.18 compatibility and fixed errors.
* debian/patches/series: Adjusted.
-- Daniel Leidert <dleidert@debian.org> Tue, 17 Feb 2015 18:56:37 +0100
cvsweb (3:3.0.6-7) unstable; urgency=low
* debian/control: Added Vcs-Svn field.
(Section): Moved into vcs section.
(Vcs-Browser): Updated URL (closes: #638469).
(Standards-Version): Bumped to 3.9.2.
(Suggests): Added zip for archive creation.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Thu, 27 Oct 2011 23:32:09 +0200
cvsweb (3:3.0.6-6) unstable; urgency=low
* debian/compat: Bumped to level 7.
* debian/control: Added Vcs-Browser.
(Build-Depends): Dropped dpatch. Bumped dh to version 7.
(Standards-Version): Bumped to 3.9.1.
(Depends): Fixed debhelper-but-no-misc-depends. Dropped obsolete or-ed
dependency on libmime-perl and fixed ored-depends-on-obsolete-package.
* debian/cvsweb.1: Renamed to debian/cvsweb.7 and moved into section 7.
* debian/copyright: Fixed copyright-refers-to-deprecated-bsd-license-file
and removed the reference to the BSD license.
* debian/cvsweb.manpages: Adjusted.
* debian/rules: Rewritten for dh 7.
* debian/NEWS: Fixed debian-news-entry-uses-asterisk.
* debian/patches/: Transition to quilt.
* debian/source/format: Transition to 3.0 quilt.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Sat, 07 Aug 2010 14:21:42 +0200
cvsweb (3:3.0.6-5) unstable; urgency=low
* debian/patches/13_488109_nicer_css.dpatch: Added.
- css/cvsweb.css: Align icons and text to look nicer. Improve headline in
diff page (closes: #488109). Thanks to Joey Schulze.
* debian/patches/00list: Adjusted.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Sun, 13 Jul 2008 14:18:55 +0200
cvsweb (3:3.0.6-4) unstable; urgency=low
* debian/control (Depends): libmime-perl is a transitional package - added
libmime-tools-perl.
(Suggests): Added optional libmime-types-perl and libcompress-zlib-perl.
* debian/copyright: Updated.
* debian/cvsweb.1: Added information about per-cvsroot configuration file
and fixed the configuration file path.
* debian/patches/10_483442_fix_perl_510_test_failure.dpatch: Added.
- cvsweb.cgi (search_path): Revert test order as a quick and dirty fix for
the test failing with Perl 5.10 (closes: #483442).
* debian/patches/11_484158_fix_scriptwhere_initialization.dpatch: Added.
- cvsweb.cgi: scriptwhere should be itialized (closes: #484158). Thanks to
Joey Schulze.
* debian/patches/12_484159_fix_character_in_c_format_wrapped.dpatch: Added.
- cvsweb.cgi (TIEHANDLE): Fix template format for gzip header (closes:
#484159). Thanks to Joey Schulze.
* debian/patches/00list: Adjusted.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Tue, 03 Jun 2008 01:57:25 +0200
cvsweb (3:3.0.6-3) unstable; urgency=low
* debian/control: Added DM-Upload-Allowed.
(Standards-Version): Raised to 3.7.3 (no other changes).
* debian/copyright: Fixed encoding. Thanks to lintian.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Fri, 22 Feb 2008 17:14:07 +0100
cvsweb (3:3.0.6-2) unstable; urgency=low
* debian/changelog: Fixed lintian warnings possible-missing-colon-in-closes.
* debian/compat: Raised compat level to 5.
* debian/control: Homepage field transition.
(Build-Depends): Raised debhelper version dependency.
(Depends): Replaced apache with apache2.
* debian/cvsweb.1: Markup fixes.
* debian/cvsweb.dirs: Removed directories created via dh_install.
* debian/cvsweb.links: Removed symlink in /var/www accordingly to the
Webapps Policy Manual section 3.1.
* debian/cvsweb.preinst: Parsing of dpkg status file is considered harmful.
Replacing this with a dpkg-query call. Thanks to Guillem Jover for
bringing this up.
* debian/watch: Use a more general location.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Wed, 26 Sep 2007 22:53:35 +0200
cvsweb (3:3.0.6-1) unstable; urgency=low
* New upstream release 3.0.6 (closes: #338996).
[ Daniel Leidert ]
* New maintainer (closes: #372622).
* debian/changelog: Changed to UTF-8 (solves lintian error).
* debian/control: Change to latest standards version 3.7.2. Fixed short
description. Removed dpkg-dev and debmake from build-dependencies in
accordance to http://lists.debian.org/debian-devel/2005/12/msg01428.html
(closes: #372992). Added dpatch and moved debhelper to build dependencies.
* debian/copyright: Updated copyright info.
* debian/rules: Completely rewritten. Makes use of various debhelper scripts
and dpatch etc. to ease build process and remove debmake and dpkg-dev
build dependencies.
* debian/cvsweb.docs: Added. See above.
* debian/cvsweb.manpages: Ditto.
* debian/cvsweb.install: Ditto. Further now install cvsweb.css and
cvsweb.conf into /etc/cvsweb (closes: #110181).
* debian/cvsweb.dirs: See above.
* debian/cvsweb.links: See above. Further links /var/www/cvsweb to
/usr/share/cvsweb (closes: #269950).
* debian/NEWS: Inform about configuration path changes. See above.
* debian/cvsweb.preinst: Ditto.
* debian/cvsweb.postinst: Ditto.
* debian/patches/01_debianize_script_and_config.dpatch: This is not new.
Only moved patch to dpatch and changed config-path to /etc/cvsweb (see
above).
* debian/patches/90_extend_httpd_config_sample.dpatch: Ditto.
* debian/patches/02_allow_cgiless_execution.dpatch: Add support for CGI-less
execution (closes: #247452).
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Sun, 11 Jun 2006 11:24:11 +0200
cvsweb (3:3.0.5-1) unstable; urgency=low
* New upstream release. Closes: #288428, #281826.
* Correct the location of mime.types. Closes: #288430.
* Tried to UTF-8 encode the README, config file, and cgi script.
Closes: #288426.
* Verify we do suggest enscript and friends. Closes: #270624.
-- James Bromberger <jeb@debian.org> Wed, 9 Feb 2005 00:37:05 +0000
cvsweb (3:3.0.4-1) unstable; urgency=low
* New upstream release
-- James Bromberger <jeb@debian.org> Wed, 22 Dec 2004 05:34:12 +0000
cvsweb (3:3.0.2-2) unstable; urgency=low
* Fix urlencode to uri_escape_path, thanks to patch from Michael Sims.
Closes: #281555.
-- James Bromberger <jeb@debian.org> Wed, 17 Nov 2004 01:23:06 +0000
cvsweb (3:3.0.2-1) unstable; urgency=low
* New upstream release
* Updated 'Suggests' field: Closes: #270624.
* Added info about using /cvsweb/ as a path. Closes: #269950.
* Added info about blocking access to the Attic, because this
is not a location with files that can be checked out. Closes: #259450.
-- James Bromberger <jeb@debian.org> Tue, 2 Nov 2004 20:05:53 +0000
cvsweb (3:3.0.1-2) unstable; urgency=low
* Remove line "$ENV{QUERY_STRING} = uri_escape($ENV{QUERY_STRING});",
since the values are escaped lower down in the script. I'm not sure
how that snuck in there. Thanks to all on the cvsweb who analysed
this, and to Kevin Jamiesno and scop_AT_Freebsd.org. Closes: #250757.
-- James Bromberger <jeb@debian.org> Mon, 21 Jun 2004 03:28:38 +0100
cvsweb (3:3.0.1-1) unstable; urgency=low
* New upstream release (3.0.1).
* Include language files for enscript from the source. Closes: #247496.
* Add cgi-less exeution patch from Martin Shulze. Closes: #247452.
-- James Bromberger <jeb@debian.org> Sun, 16 May 2004 22:47:19 +0100
cvsweb (3:3.0.0-1.1) unstable; urgency=low
* Err, that last changelog should be '/var/lib/cvs', not
'/usr/lib/cvs'. It's correct in the config file, just a
messup here. Thanks to Ardo <ardo_AT_debian.org> for pointing
this out.
-- James Bromberger <jeb@debian.org> Sun, 29 Feb 2004 22:19:06 +0000
cvsweb (3:3.0.0-1) unstable; urgency=low
* New upstream release. Thanks to Arthur Bergman for the nudge.
* Location of 'Local Repository' now corrected back to /usr/lib/cvs
(the default for the cvs package).
-- James Bromberger <jeb@debian.org> Sun, 29 Feb 2004 19:19:18 +0000
cvsweb (3:2.9.2-1) unstable; urgency=low
* New upstream release.
* Old bug: images are available from other hosts with this release;
please read the documentation in /usr/share/doc/cvsweb if you have
trouble. Closes: #139090
* Old bug: logo is set to '' if not defined in this version.
Closes: #142347
-- James Bromberger <jeb@debian.org> Fri, 13 Feb 2004 00:41:52 +0000
cvsweb (3:2.9.1-1) unstable; urgency=low
* New upstream release (beta) from FreeBSD fork.
* New maintainer. Closes: #155047
* Fix grammer in man page. Closes: #172886
-- James Bromberger <jeb@debian.org> Mon, 5 Jan 2004 23:01:55 +0000
cvsweb (3:1.112-4) unstable; urgency=low
* Orphaned this package, since I use viewcvs and probably won't find the
time to come up with the hoped for cvsweb -> viewcvs migration script.
* Whoever takes this package on should look into the branch at
http://www.FreeBSD.org/projects/cvsweb.html
-- Joey Hess <joeyh@debian.org> Wed, 31 Jul 2002 22:25:33 -0400
cvsweb (3:1.112-3) unstable; urgency=low
* debhelper v4
* Push viewcvs some more. Still no automatic conversion though.
-- Joey Hess <joeyh@debian.org> Thu, 13 Jun 2002 18:01:50 -0400
cvsweb (3:1.112-2) unstable; urgency=low
* Patch from Gary Young <garyyoung@qwest.net> to url-escape filenames
when downloading, eg, when there is a space in the filename.
Closes: #143394
-- Joey Hess <joeyh@debian.org> Wed, 22 May 2002 13:24:33 -0400
cvsweb (3:1.112-1) unstable; urgency=low
* New upstream release.
-- Joey Hess <joeyh@debian.org> Fri, 28 Dec 2001 23:48:04 -0500
cvsweb (3:1.100-3) unstable; urgency=low
* This package is very much on its way out. Even I, the maintainer, use
viewcvs. I've added a README.Debian about this, and hope to drop it
sometime, but have not really decided if this should happen before woody
is relased, or after. The populatiry contest results, unfortunatly, are
not helpful.
-- Joey Hess <joeyh@debian.org> Tue, 16 Oct 2001 23:00:10 -0400
cvsweb (3:1.100-2) unstable; urgency=low
* Added real package dep (lintian)
* Debhelper v3.
-- Joey Hess <joeyh@debian.org> Sat, 10 Feb 2001 00:20:26 -0800
cvsweb (3:1.100-1) unstable; urgency=low
* New upstream release, Closes: #72509
-- Joey Hess <joey@kitenet.net> Thu, 28 Dec 2000 17:55:24 -0800
cvsweb (3:1.93-1) unstable; urgency=low
* New upstream release.
-- Joey Hess <joeyh@debian.org> Wed, 30 Aug 2000 13:09:15 -0700
cvsweb (3:1.86-3) unstable; urgency=low
* Killed the -w. I had been leaving it on to find warnings and fix them,
but since it looks like this package will soon be replaced by viewcvs
anyway, no reason to bother. Closes: #69118
-- Joey Hess <joeyh@debian.org> Tue, 22 Aug 2000 22:24:22 -0700
cvsweb (3:1.86-2) unstable; urgency=low
* Modified cvsweb.conf to make the <body> tag specify all colors, not
just some, as the html 4.0 spec reccommends. Of course, if you're like
me, you prefer to just comment that line out. Closes: #69732
-- Joey Hess <joeyh@debian.org> Tue, 22 Aug 2000 21:57:08 -0700
cvsweb (3:1.86-1) unstable; urgency=low
* New upstream release.
-- Joey Hess <joeyh@debian.org> Mon, 10 Jul 2000 17:28:12 -0700
cvsweb (3:1.80-8) unstable; urgency=low
* More extensive patch, should close all possible wacky filename issues.
-- Joey Hess <joeyh@debian.org> Thu, 6 Jul 2000 20:46:44 -0700
cvsweb (3:1.80-6) unstable; urgency=low
* Applied patch to fix display of files with ' in them.
cvsweb still has trouble with such files, but at least they don't kill
the directory listing. Closes: #63431
* FWIW, I expect Debian will soon be dropping support for cvsweb, and
moving to ViewCVS. Cvsweb is too buggy and badly written to continue
supporting, IMHO.
-- Joey Hess <joeyh@debian.org> Thu, 6 Jul 2000 16:20:38 -0700
cvsweb (3:1.80-5) unstable; urgency=low
* Fixed some undefined value warnings if no logo was configured.
* Fixed downloading of top-level repository tarballs. Closes: #64251
-- Joey Hess <joeyh@debian.org> Thu, 18 May 2000 15:36:05 -0700
cvsweb (3:1.80-4) unstable; urgency=low
* Corrected priority to match override file.
-- Joey Hess <joeyh@debian.org> Mon, 1 May 2000 20:17:16 -0700
cvsweb (3:1.80-3) unstable; urgency=low
* Added an experimental new feature: downloading of tarballs right out of
cvs. Disabled by default.
-- Joey Hess <joeyh@debian.org> Fri, 25 Feb 2000 05:40:50 -0800
cvsweb (3:1.80-2) unstable; urgency=low
* Wrote a man page, though this is mostly pointless since it's a
cgi script. Closes: #58156
-- Joey Hess <joeyh@debian.org> Tue, 15 Feb 2000 10:48:23 -0800
cvsweb (3:1.80-1) unstable; urgency=low
* New upstream release.
-- Joey Hess <joeyh@debian.org> Tue, 8 Feb 2000 00:03:24 -0800
cvsweb (3:1.79-3) unstable; urgency=low
* Build deps.
-- Joey Hess <joeyh@debian.org> Sat, 4 Dec 1999 00:49:14 -0800
cvsweb (3:1.79-2) unstable; urgency=low
* Applied patch to make it work with files with spaces in them. Could not
apply the portion of the patch that adds .cl support, since mime is now
handled differently. Closes: #47722
* Changed the addresss line to a neutral "generated by cvsweb", with a
link to the upstream source. Closes: #23920, #50766.
-- Joey Hess <joeyh@debian.org> Tue, 23 Nov 1999 15:11:55 -0800
cvsweb (3:1.79-1) unstable; urgency=low
* New upstream source, new maintainer.
* Pristine source and a proper Debian revision number. Closes: #44189
* To use pristine source, I cannot ship a jpeg in the package. I feel
plaster our logo all over cvsweb pages is unnecessary anyway, so no logo
is used by default.
* Removed modified README, gone back to the pristine one.
* Minor changes to control.
* Updated copyright file. Include upstream source location.
* /etc/cvsweb.conf _is_ a dpkg config file, dpkg never wipes out a users
config file, and thus I think bug #25007 was user error. (Closes: #25007)
* Don't ship cvsweb.conf with a CVSROOT set at all, as I think doing so
could be a security risk if /usr/local/cvsroot is a cvs repository but
not one you want made public.
* Although I disagree that cvsweb's previous NMU didn't already fix the
perl5 problem (it does depend on perl5), I applied the patch verbatim,
to use dh_perl. Closes: #50022, one way or another..
* Cleaned up debian/rules to my specs.
* Include INSTALL in the .deb because it has some configuration info in it.
* This package already depends on rcs, Closes: #33906, #32544, #41154
* This package already depends on perl5, Closes: #41709, #41399, #41472
* cvsweb no longer uses @restrict, it's new hiding mechanism is based on
module names. This is inherently safe from playing with '//', '.', or
'..' in the input path. Closes: #42132
* No bugs left!
-- Joey Hess <joeyh@debian.org> Fri, 19 Nov 1999 20:05:36 -0800
cvsweb (3:1.61.2) unstable; urgency=low
* Merged NMU diff to my own copy of the source, commited to CVS.
* Edit the conffile, changed default sort to by date, and diff type to
`u', since it presents both that option and the fancy colored diff too
when it's set for `u' by default.
* Add `png' and `xpm' to mime types hash. (in conffile)
* Add comments describing how to set up the `cvslock' group.
* Switch to new open use logo.
-- Karl M. Hegbloom <karlheg@debian.org> Tue, 9 Nov 1999 15:37:48 -0800
cvsweb (3:1.61.1) unstable; urgency=low
* New upstream version from H. Zeller <zeller@think.de>
and H. Nordstrøm <hno@hem.passagen.se>.
Please see the README for more complete information.
-- Karl M. Hegbloom <karlheg@debian.org> Sat, 12 Jun 1999 21:07:45 -0700
cvsweb (2:108) unstable; urgency=low
* Minor cleanups.
-- Karl M. Hegbloom <karlheg@debian.org> Wed, 8 Apr 1998 07:20:14 -0700
cvsweb (2:107) frozen; urgency=low
* Each subdirectory in the Up nav link is clickable now.
* Applied patch to allow config of <body> tag.
* Upload to frozen.
-- Karl M. Hegbloom <karlheg@debian.org> Wed, 8 Apr 1998 04:48:39 -0700
cvsweb (2:106) unstable; urgency=low
* Changed version numbering again, removing -n extension.
* Now has 3 column table directory listings.
* I'm either going to orphan this or port to Scheme. I hate perl's
hyper-syntactic bullshit. I'll let yous know.
* Added some targets to debian/rules to facilitate work with
cvs-buildpackage.
* Allow setting bgcolor and background in "cvsweb.conf".
* Moved hard coded tags out of the script into the $h1 variable in
"cvsweb.conf" to give the site administrator more control over the
presentation of the CVS interface page.
-- Karl M. Hegbloom <karlheg@debian.org> Sun, 8 Mar 1998 13:07:42 -0800
cvsweb (1:105-1) unstable; urgency=low
* Add height and width attributes to all icons to speed page loading.
* Use new redrawn Mr. Blue-eye Debian logos, transparentized.
* Also install apache icons for folks using `boa' (#17493)
* Simplify the $gzip_output option in "cvsweb.conf" to either on or off
in the dpkg-inst default. (#18446)
* Use full `gzip -9' compression for web output stream.
* Changed version numbering to the Debian-only-package style, remem-
bering to use an epoch. This program comes from Bill Fenner at
FreeBSD, but my changes make the .diff larger than the original perl
script, since it would include the .gif files in UU-encoded form, as
well as my edits. The version id printout in the WWW output indicates
this is the SPI branch of `cvsweb'. I don't think Mr. Fenner will get
mad. :-)
* Reorganized the source directory, with a subdirectory for icons and
logos.
* Apply patch from Jim Pick <jim@jimpick.com> to regexp-quote a filename
variable so that "gtk+" will have a literal \#+ character rather than
a long string of \#k at the end. (#18445)
* Pulled the hard coded version number out of the script, replaced it
with @cvsweb_version@, renamed the script with a ".in" extension, put
a variable into "rules" that gets filled by a $(shell ...) statement
which uses `dpkg-parsechangelog' and `sed -n -e ...' to get the right
version number, and a rule to create `cvsweb' using a `sed' of
"cvsweb.in".
* Place under `cvs-buildpackage', choosing to reimport and thus toss the
history rather than retag my original CVS import.
* The "current directory" indicator is split on `/' and each subdirectory
is clickable for navigation now.
-- Karl M. Hegbloom <karlheg@debian.org> Sat, 7 Mar 1998 21:35:16 -0800
|