Up to [cvs.NetBSD.org] / pkgsrc / net / jigdo
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
net: Remove SHA1 hashes for distfiles
Add SHA512 digests for distfiles for net category Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Fix build with newer GCC
Updated jigdo to 0.7.3. Changes since 0.7.1: jigdo 0.7.3 -- Richard Atterer, 19 May 2006 - A maintenance release with some bug fixes - Fix for compilation on 64 bit architectures (sigh, as usual...) - Fixes to make the code compile cleanly with GCC 4.1 jigdo 0.7.2 -- Richard Atterer, 12 Jul 2005 - jigdo-file: Added support for bzip2 (de)compression in .template files, as an alternative to zlib compression. Bzip2 is disabled by default (but may become the default in the future). Use --bzip and --gzip to switch between the two. - Patch by Jochen Hepp: New switch --scan-whole-file for "jigdo-file scan" command: Scan whole file instead of only first block - Patch by Jochen Hepp: New switch --no-greedy-matching for "jigdo-file make-template" prevents small matches from cancelling pending larger matches. - jigdo: Switched over from libwww to libcurl for downloads - jigdo-lite: Fixed regular expressions so they work with sed 4.1 and non-GNU sed - jigdo-lite: --noask switch to allow running jigdo-lite from cron jobs (Silas Bennett) - jigdo-file: Bugfix for the code which deduces missing --image/ --jigdo/--template arguments. Broken in 0.7.1, would deduce /x.iso.template from /x.iso, instead of /x.template (Adrian Bunk) - Fix for compilation on 64 bit architectures - Fixed "compiler recent enough" check in configure.ac for GCC 3.5+ - Fixes for GCC 4.0
Add RMD160 digests.
Update to 0.7.1. Changes since 0.7.0: - Workaround for problems with big files (DVD images) when compiling with GCC 3.0 to 3.3. - removed "too many files missing, won't attempt to download them from fallback mirror" logic in jigdo-lite because it was broken - .jigdo file format: Semantics of multiple [Image] sections have changed: Formerly, the idea was that one .jigdo could provide multiple images, but the idea never caught on and the idea "one .jigdo => one image" is firmly planted in people's minds now. The original incentive of allowing multiple [Image] sections was to make it possible to avoid duplication of .jigdo data, by providing all 7 CDs and the single DVD in one .jigdo. This duplication can now be avoided by [Include]ing the CDs' files from the DVD's, because all except the first [Image] section are ignored. - Fixed minor bug in jigdo-lite; it would sometimes abort even if no error code was returned by jigdo-file - GUI: Added code for processing of .jigdo files and [Include] - GUI: Added simple caching of downloaded data during .jigdo downloads - Bugfix for "jigdo-file make-image" (Steve McIntyre): Failed assertion `nextAlignedOff>off' and huge .template with >4GB image. - Bugfix for "jigdo-file make-template": Sometimes *incorrectly* reports: "You have found a bug". (Maxim Reznik) - Bugfix for "jigdo-file make-image": Handle I/O errors more gracefully (Brian Bennett) - Bugfix for "jigdo-file make-image" (Andreas Krüger): Do not allocate on the stack an array whose size is the number of matched files in the image. This gave, er, "funny" results with tens of thousands of matches... <slap> - Added comfortable debugging aids ("debug(fmt,...)", --debug=...) - Various documentation updates (manpages, Hacking.txt, changelog;-P) - Fix for build problems if size_t is 64 bits wide - Various fixes to allow compilation with GCC 3.4 - Added unit tests for many parts of the code, with support in depend.awk - Fixed bug in html-beautify.awk - Vanity meter reports 26000 lines of code in 120 files
Add patch from author to make this build on 64bit platforms. While here, remove 'USE_GNU_TOOLS+=gmake' since it should be 'make' and it obviously seems to work without GNU make.
Initial import of jigdo-0.7.0 into the NetBSD Packages Collection. Jigsaw Download, or short jigdo, is a tool designed to ease the distribution of very large files over the internet, for example CD or DVD images. Its aim is to make downloading the images as easy for users as a click on a direct download link in a browser, while avoiding all the problems that server administrators have with hosting such large files.
Initial revision