Next | Query returned 26 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Remove SHA1 hashes for distfiles
   2021-04-21 10:53:30 by Thomas Klausner | Files touched by this commit (2)
Log message:
*: remove dead download location
   2015-11-03 02:43:56 by Alistair G. Crooks | Files touched by this commit (120)
Log message:
Add SHA512 digests for distfiles for converters category

Problems found with existing distfile:
	distfiles/libiconv-1.13-cp932.patch.gz
No changes made to the libiconv distinfo file.

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.
   2012-10-03 02:20:19 by Aleksej Saushev | Files touched by this commit (97)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-02-22 22:01:53 by Sergey Svishchev | Files touched by this commit (3)
Log message:
Fix PR/42308 "munpack no longer preserve filenames", using the patch from
Debian bug 212283.
   2012-01-10 22:09:55 by Tim Zingelman | Files touched by this commit (3)
Log message:
add patch for CVE-2011-4919 (bad permissions on created files)
   2011-08-01 06:08:51 by David A. Holland | Files touched by this commit (2)
Log message:
Fix broken clang build.
   2010-11-17 23:24:41 by Ignatios Souvatzis | Files touched by this commit (3)
Log message:
Fix decoding of message/partial. Explanation:

mpack-1.6 introduced more security on Unix-like systems by creating
and using a helper function, os_createnewfile, that uses O_CREAT|O_EXCL.
Unfortunately, it also uses it to write the total number of parts
temporary file, which fails if more than one part contains the
total number (as mpack creates them!)

The new code compares old and new totals, if both exist, and only
writes the new total, if the old didn't exist. Problem solved and
one sanity check more at the same time.
   2010-06-15 06:18:05 by David A. Holland | Files touched by this commit (2)
Log message:
Add patch comment. I had this lying around uncommitted for some reason.

Next | Query returned 26 messages, browsing 1 to 10 | Previous