Next | Query returned 280 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2009-12-13 20:43:51 by Mark Davies | Files touched by this commit (4)
Log message:
Patches for CVE-2009-0689 and KDE advisory 20091027.
   2009-10-23 09:46:08 by Tobias Nygren | Files touched by this commit (2)
Log message:
Add kludge to let it build on debian squeeze, where it failed with:
/usr/include/asm-generic/fcntl.h:117: error: redefinition of 'struct flock'
/usr/include/bits/fcntl.h:159: error: previous definition of 'struct flock'
(this is due to kdelibs including kernel headers for inotify)
Fingers crossed that this won't introduce regressions on $otherLinux.
   2009-08-31 22:54:27 by Thomas Klausner | Files touched by this commit (5)
Log message:
Fix build with openssl-1.0. From markd.
Enable openssl again on NetBSD-current. Bump PKGREVISION.
   2009-08-29 13:26:29 by Thomas Klausner | Files touched by this commit (1)
Log message:
Disable ssl support on NetBSD-5.99.15 and newer (openssl-1.0 snapshot)
because of incompatible changes (STACK removal etc.) until someone fixes
it.
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-08-18 13:57:33 by Mark Davies | Files touched by this commit (3)
Log message:
Fix for CVE-2009-1725
   2009-06-16 18:09:36 by Hasso Tepper | Files touched by this commit (1)
Log message:
Fix a serious security issue for platforms using kgrantpty (NetBSD isn't
such, but DragonFly is): ${SETUID_ROOT_PERMS} doesn't work for suid
kgrantpty, because the locate() method used to find the path to the binary
expects it to have a read permissions set.
   2009-06-15 00:06:43 by Joerg Sonnenberger | Files touched by this commit (42)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321)
Log message:
Remove @dirrm entries from PLISTs
   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.

Next | Query returned 280 messages, browsing 61 to 70 | Previous