summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-11The code to verify user and password provided inhauke1-2/+2
daemon/verify-{crypt,shadow}.c prints out the user name in various places, where daemon/verify-pam.c code does not. Get out of sync with the login dialog, and you'll have your password logged. Adapt patches from the gdm 2.20 branch for (1) not logging the user name in any syslog error messages (2) not localizing the log messages. Bump pkg revision. Fixes PR 31417.
2007-10-11milter-greylist version 3.1.7 is not a stable version.tron1-2/+1
2007-10-11The code to verify user and password provided inhauke3-1/+203
daemon/verify-{crypt,shadow}.c prints out the user name in various places, where daemon/verify-pam.c code does not. Get out of sync with the login dialog, and you'll have your password logged. Adapt patches from the gdm 2.20 branch for (1) not logging the user name in any syslog error messages (2) not localizing the log messages. Fixes PR 31417.
2007-10-11Note update of "apr" and "apr-util" package.tron2-4/+4
2007-10-11Update "apr-util" package to version 1.2.10. Changes since version 1.2.8:tron2-8/+6
- Support BerkeleyDB 4.6. - Test improvements to validate testmd4 and testdbm, unattended. Changes with APR-util 1.2.9 - Ensure that an apr_reslist shrinks back to SMAX via the TTL by reorganising the resource list from a queue to a stack. Apache Bug 40348. - Fix Solaris 2.8+ fdatasync() detection. The fdatasync() function is marked as part of the Realtime library functions. Apache Bug 37343. - Change configure's expat detection to use standard linker-based tests, fixing build on e.g. biarch Linux systems. Apache Bug 28205. - Portably implement testdate's long-time constants to solve compilation faults where #LL isn't valid. - APR_FIND_APU macro no longer checks /usr/local/apache2/. Apache Bug 42089. - Fix handling of attribute namespaces in apr_xml_to_text() when a namespace map is provided. Apache Bug 41908.
2007-10-11Update "apr" package to version 1.2.11. Changes since version 1.2.9:tron2-7/+6
- Win32 apr_file_read; Correctly handle completion-based read-to-EOF. - Fixed Win32 regression of stdout inheritance in apr_proc_create. - Solve winNT inherited pipe leaks by mutexing apr_proc_create calls, on WinNT (not WinCE, nor 9x) so that we toggle the inherited state of the stdin/out/err pipes. All other file handles are treated as not-inherited until apr_file_dup2'ed a std handle of this process, or while they are used by apr_proc_create. - Define the Mac OS/X filesystem_encoding as utf-8 (in previous releases the interpretation would vary). - Fix day of year (tm_day) calculation for July. The bug only affects Windows builds. Apache Bug #42953. - Fix LFS detection when building over NFS. The mode must be specified when O_CREAT is in the flags to open(). Apache Bug #42821. - Avoid overwriting the hash_mutex table for applications that incorrectly calls apr_atomic_init(). Apache Bug #42760. - Allow IPv6 connectivity test to fail, avoiding a potentially fatal error. - The MinGW Windows headers effectively redefines WINADVAPI from __stdcall to empty which results in a link failure when wincrypt.h is placed after an include to apr_private.h. Apache Bug #42293. - Define SEM_FAILED if it isn't already defined, as the proc mutex code already does it. Also search for the sem_open function in the realtime library. (This fixes HP-UX sem_open detection). - Define the _HPUX_SOURCE feature test macro to obtain maximum functionality. Fixes broken sendfile with LFS support on HP-UX. Apache Bug #42261.
2007-10-11Note the end of the freeze for pkgsrc-2007Q3agc1-1/+2
2007-10-11Clarified the comment that no dependency is added by this file.rillig1-2/+3
2007-10-11+ USE_PHP_EXT_PATCHESrillig1-2/+3
2007-10-10Fixed abuse of the C preprocessor.rillig2-1/+40
2007-10-10Fixed pointer signedness and static/extern mismatch.rillig3-5/+45
2007-10-10Fixed typecast around lvalue.rillig2-1/+17
2007-10-10Fixed extra qualification.rillig2-1/+15
2007-10-10Fixed non-static definition after static declaration.rillig2-1/+15
2007-10-10Fixed extra qualifiers.rillig2-1/+19
2007-10-10Fixed missing rpath in xgridedit.rillig1-1/+2
2007-10-10Fixed the code the correct way. I somehow forgot to test the last change.rillig2-5/+16
2007-10-10Fixed obscure C code.rillig2-1/+23
2007-10-10Fixed the compiler warnings (here with -Werror) the proper way, by doingrillig8-61/+79
the type casts just before calling the <ctype.h> functions.
2007-10-10Fixed building with g++4.rillig3-1/+35
2007-10-10Fixed implicit function declarations.rillig9-34/+91
2007-10-10Fix a long standing bug where PKG_INFO was used before it was defined.dmcmahill1-8/+8
2007-10-10Updated BUILDLINK_ABI_DEPENDS since openh323 does not build with earlierrillig1-2/+2
versions (using g++4).
2007-10-10Found another "extra qualification" that has not stopped the packagerillig3-3/+17
from building. Detected when compiling openh323. PKGREVISION++ since the package was broken but installed nevertheless.
2007-10-10Needs lex and yacc, as reported in PR 37097.rillig1-1/+2
2007-10-10Let the user override gmake_command.rillig2-1/+22
2007-10-10Add USE_TOOLS+= lex yacc.reed1-1/+2
This is for PR #37095 noticed on Linux.
2007-10-10Fixed build with g++4.rillig4-1/+41
2007-10-10+ bbdb-2.35obache1-1/+2
2007-10-10Don't include "mail/libspf-alt/buildlink3.mk" unconditionally. It istron1-2/+1
only necessary if the "spf" option is enabled (which is the default). This fixes one of the problems reported in PR pkg/37064.
2007-10-10Rewrote the comments on REQD_FILES to be accessible via "bmake help".rillig1-11/+22
2007-10-10Fixed "extra qualification" errors.rillig4-12/+31
2007-10-10pax->${PAX} and use htdocs-share-20071010. The guide builds on solaris nowdmcmahill2-7/+7
and the htdocs-share target works there too.
2007-10-10Fixed implicit declaration of exit().rillig2-1/+13
2007-10-10Fixed "extra qualification" errors.rillig3-1/+29
2007-10-10Fixed mremap on NetBSD.rillig6-3/+51
2007-10-10Needs flex; fixes PR 33028.rillig1-1/+2
2007-10-10Listing the directories explicitly is error-prone.rillig1-2/+2
2007-10-10Fixed build.rillig2-2/+4
2007-10-10Fixed "extra qualification" error message from g++4.rillig2-1/+33
2007-10-10Since all the licq packages use the same distfile and need the samerillig8-23/+32
patches, it is better to provide them once for all packages. Fixed building the gui plugins.
2007-10-10Fixed building problems on NetBSD, caused by the implementation ofrillig2-1/+17
mremap, which is incompatible to Linux.
2007-10-10When installing the bootstrap kit from a directory, correctly handle therillig1-2/+3
case when ${prefix} already exists.
2007-10-10Needs pre-created directories.rillig1-1/+2
2007-10-10Work around some issues that older makes (like in netbsd-2) have withdmcmahill1-1/+8
being called recursively with MAKECONF=/dev/null. Now the guide can be built on netbsd-2
2007-10-10add missing mktexlsr so that this package actually works after beingdmcmahill2-2/+9
installed.
2007-10-10Added _VARGROUPS.rillig1-1/+6
2007-10-10+snort-2.8.0taca1-2/+2
-sudo-1.6.9p5
2007-10-10Note update of security/sudo package to 1.6.9p6.taca1-1/+2
2007-10-10Update sudo package to 1.6.9p6.taca2-6/+6
Major changes since Sudo 1.6.9p5: o Worked around bugs in the session support of some PAM implementations. The full tty path is now passed to PAM as well. o Sudo now only prints the password prompt if the process is in the foreground. o inttypes.h is now included when appropriate if it is present. o Simplified alias allocation in the parser.