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

History of commit frequency

CVS Commit History:


   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219)
Log message:
Extend SHA512 checksums to various files I have on my local distfile
mirror.
   2013-12-13 11:46:40 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Need sys/file.h for FNDELAY on SunOS.
   2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2007-08-25 16:00:21 by OBATA Akio | Files touched by this commit (3) | Package updated
Log message:
Switch to New LibIdent, version 0.32.

libident 0.32
--------------
# A serious portability fix for *BSD and Solaris was submitted by:
  Nicolas Rachinsky <nicolas@rachinsky.de>.

# Build of sample programs ("testers") was fixed.

libident 0.31
--------------
# libtool is used instead of ranlib, so that a shared library can be built
  automatically if the OS supports it.

libident 0.30
--------------
#  This new release is meant to provide Internet Protocol version independant
  support: libident can now handles IPv6 addresses and perform queries over
  IPv6, as well as IPv4. The IP version is selected automatically.

# I also have ported the library to the GNU autotools (autoconf & automake),
  and removed support for non ANSI C platforms. If you use such an old system,
  do NOT update. It doesn't support IPv6 anyway.
   2007-06-21 20:33:19 by Min Sik Kim | Files touched by this commit (2)
Log message:
Set "install" as a .PHONY target so that it works on case-insensitive
filesystems.

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