Next | Query returned 55 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231)
Log message:
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
   2006-03-09 00:40:41 by Min Sik Kim | Files touched by this commit (1)
Log message:
Add tclsh to USE_TOOLS, and use ${TCLSH} instead of tclsh.

Bump PKGREVISION because ${TCLSH} is embedded in an installed script.
   2006-03-09 00:12:41 by Min Sik Kim | Files touched by this commit (1)
Log message:
This package requires "macosx" as an OS name to build on Darwin,
not "darwin".
   2006-03-09 00:06:40 by Min Sik Kim | Files touched by this commit (2)
Log message:
Patch general variables instead of OS-specific ones, to build on more
platforms.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-20 00:58:28 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
DragonFly support.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-09-18 15:51:09 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Update zebedee package to 2.5.3 which includes security fix (possible DoS).

* Release 2.5.3

Fix file descriptor leak when IP address lookup fails.

Fix problem with running a server in "reverse" mode and detached -- only
apparent on Windows.

Add "maxconnections" to alleviate DoS attack.

Check for target port 0 to avoid DoS.

Linux 64-bit port (a result of the "Linux on POWER" contest) courtesy of
Stew Benedict <stewb@linuxcontrol.net>. Use the "linux64" OS target.

Upgraded version of bzip2 and zlib.
   2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273)
Log message:
Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Next | Query returned 55 messages, browsing 31 to 40 | Previous