2004-03-17 06:20:42 by Juan RP | Files touched by this commit (5) |
Log message:
Don't redirect std{err,out} to .log files, use /dev/null instead.
jabberd uses syslog by default anyway.
|
2004-03-17 03:56:38 by Juan RP | Files touched by this commit (1) |
Log message:
indent
|
2004-03-17 03:51:53 by Juan RP | Files touched by this commit (1) |
Log message:
Build anon and pipe authentication register modules too.
|
2004-03-17 03:41:33 by Juan RP | Files touched by this commit (5) |
Log message:
Fix copy&paste typos.
|
2004-03-17 03:19:12 by Juan RP | Files touched by this commit (6) |
Log message:
Finish jabberd package doing the following things:
o Use BUILDLINK_TRANSFORM to fix path for db4 headers.
o Fix typos of previous commit.
o Add rc.d scripts for all jabberd services (c2s, router, etc).
o Minor cleanups to Makefile.
o Remove pidfiles via stop_postcmd.
I think it's ready for pkgsrc, I'll import it after the freeze.
|
2004-03-17 03:19:12 by Juan RP | Files touched by this commit (1) |
Log message:
Finish jabberd package doing the following things:
o Use BUILDLINK_TRANSFORM to fix path for db4 headers.
o Fix typos of previous commit.
o Add rc.d scripts for all jabberd services (c2s, router, etc).
o Minor cleanups to Makefile.
o Remove pidfiles via stop_postcmd.
I think it's ready for pkgsrc, I'll import it after the freeze.
|
2004-03-17 03:19:12 by Juan RP | Files touched by this commit (4) |
Log message:
Finish jabberd package doing the following things:
o Use BUILDLINK_TRANSFORM to fix path for db4 headers.
o Fix typos of previous commit.
o Add rc.d scripts for all jabberd services (c2s, router, etc).
o Minor cleanups to Makefile.
o Remove pidfiles via stop_postcmd.
I think it's ready for pkgsrc, I'll import it after the freeze.
|
2004-02-17 03:55:44 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC. LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.
So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
|
2004-02-12 07:14:59 by Juan RP | Files touched by this commit (10) |
Log message:
bl3ify and upgrade to the latest stable version (2.0s2).
Changes since the previous version:
* Brought privacy lists into line with latest spec
* Fixed registration bug & password changing security hole
* Fixed DIGEST-MD5 "qop" attribute handling
* Fixed a number of c2s/s2s I/O race conditions
* Fixed keepalives (now work with SSL/TLS connections)
* Fixed build against OpenLDAP 2.2
* Updated presence broadcast semantics
* Added calls to PAM account management functions
* Added handling for zero-length LDAP passwords
* Added checks for Berkeley DB 4.2
* Added check for vsyslog() and workaround code for systems that don't
have it (eg HP-UX)
* Removed -R flags from link directives
|
2004-02-12 07:14:58 by Juan RP | Files touched by this commit (2) |
Log message:
bl3ify and upgrade to the latest stable version (2.0s2).
Changes since the previous version:
* Brought privacy lists into line with latest spec
* Fixed registration bug & password changing security hole
* Fixed DIGEST-MD5 "qop" attribute handling
* Fixed a number of c2s/s2s I/O race conditions
* Fixed keepalives (now work with SSL/TLS connections)
* Fixed build against OpenLDAP 2.2
* Updated presence broadcast semantics
* Added calls to PAM account management functions
* Added handling for zero-length LDAP passwords
* Added checks for Berkeley DB 4.2
* Added check for vsyslog() and workaround code for systems that don't
have it (eg HP-UX)
* Removed -R flags from link directives
|