2006-04-23 02:12:43 by Johnny C. Lam | Files touched by this commit (78) |
Log message:
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
|
2006-04-13 23:45:14 by Thomas Klausner | Files touched by this commit (27) |
Log message:
Update path from cyrus-sasl2 to cyrus-sasl.
|
2006-03-26 17:58:51 by Adrian Portelli | Files touched by this commit (1) |
Log message:
Add a URL to the new (?) past-releases directory on sendmail.org for fetching
the distfile
|
2006-03-22 20:56:37 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Update sendmail to address the current security issue
Bump to nb2
This will change the internal version of sendmail to 8.13.5.20060308
> SECURITY: Replace unsafe use of setjmp(3)/longjmp(3) in the server
> and client side of sendmail with timeouts in the libsm I/O
> layer and fix problems in that code. Also fix handling of
> a buffer in sm_syslog() which could have been used as an
> attack vector to exploit the unsafe handling of
> setjmp(3)/longjmp(3) in combination with signals.
> Problem detected by Mark Dowd of ISS X-Force.
> Handle theoretical integer overflows that could triggered if
> the server accepted headers larger than the maximum
> (signed) integer value. This is prevented in the default
> configuration by restricting the size of a header, and on
> most machines memory allocations would fail before reaching
> those values. Problems found by Phil Brass of ISS.
|
2006-01-23 18:28:42 by Todd Vierling | Files touched by this commit (1) |
Log message:
Skip ".orig" files in the pax copy, in case local patches (or possible
pkgsrc patches) patch things in cf/.
|
2006-01-18 22:00:48 by Adrian Portelli | Files touched by this commit (6) |
Log message:
Fix build on -HEAD
Identified by Jean-Luc Wasmer in PR# 32527
Fixes from -HEAD by christos@ (setuserenv -> setuserenviron)
Bump to nb1
|
2006-01-08 17:16:00 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Don't define NEEDSGETIPNODE on DragonFly as well.
XXX Is this fragment really needed at all? include/sm/conf.h has a check
for Linux and others should most likely be explicitly enumerated as well.
|
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
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-11-29 16:27:03 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Fix a bug that crept in when the statvfs and closefrom patch was added.
|