Age | Commit message (Collapse) | Author | Files | Lines |
|
[*] Improvements
* Updates to build with new versions of libPCRE.
* Fix Stream5 debugging output to actually compile and have correct output
for normal & IPv6 enabled builds.
* Correct perfmonitor statistic calculation for pattern matcher percentage.
|
|
|
|
|
|
RSSets and ASSets, which are also getting served by this function (so that
eg "peval -compressed fltr-bogons" no longer worked).
Revert the change to RAWhoisClient::getSet; introduce RAWhoisClient::getASSet
for ASSets and RSSets and use that in RAWhoisClient::expandASSet and
RAWhoisClient::expandRSSet
|
|
patch-dm is not for upstream but for pkgsrc infrastructure only.
|
|
|
|
|
|
|
|
|
|
|
|
fix (and error checking) on
agent/mibgroup/hardware/memory/memory_netbsd.c:netsnmp_mem_arch_load()
via new patch file patch-ah as the one applied on
agent/mibgroup/ucd-snmp/memory_netbsd1.c:var_extensible_mem() by
patch file patch-es. Sorry I missed this in november 2006...
Bump PKGREVISION to 1.
|
|
|
|
too.
|
|
*******************************************************************************
Version 1.6.3
*******************************************************************************
2007-12-25 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Using pthread flags for the whole project, not just at the places
individually indicated by several Makefile.am files spread all over
the directories. That was too much error prone.
2007-12-24 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Added a configure test to check if pthread_rwlock_t is available.
Define _GNU_SOURCE if needed. The fallback behaviou will only be
implemented if _GNU_SOURCE prooves to be insufficient on some
platforms. Thanks to Jonathan Casiot (no_dice) and Robert Gingher
(robsbox).
2007-12-17 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Removed unused iasnprintf.{c,h} files.
2007-12-17 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Removed STATSONLY() macro from ThreadPool.{c,h}.
* Removed time() usage from ThreadPool.c.
* Fixed STATS = 0 compilation.
2007-12-16 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Library was not compiling on FreeBSD 7. Code now no longer uses
ftime(), using gettimeofday() instead. Thanks to Josh Carroll.
|
|
Sync PID file location between versions
PKGREVISION++
|
|
- Allow for better handling of setlogsock depending upon the version of Sys::Syslog installed (David Schweikert)
- Update examples with minimal pod and working synopses
- Added post_client_connection_hook (Mihail Nasedkin)
0.96 Mar 23 2007
- Allow for conf_file to be specified in the default_values.
- Add perldoc for why we use a template in options.
- Fix syslog log options regex again (Carlos Velasco)
- Fix ->autoflush (needs FileHandle) (Paul Miller)
- Add handle_syslog_error to allow catching errors during syslog writes (Patrik Wallstrom)
- Add open_syslog to slightly abstract opening of syslog.
- Add numerous patches from Rob Mueller to cleanup child accounting in PreFork server.
0.95 Feb 02 2007
- Warn clean on the chld hanlder in PreFork. (Michael Virnstein)
- Allow lock_file for lock serialization to only be opened once (Rob Mueller)
- Add additional log messages during failure in accept (Mark Martinec)
- Fix double decrement bug in PreFork.pm (Bill Nesbitt, Carlos Velasco)
- Fix precedence bug with non-parened open (John W. Krahn)
- Check setuid better after POSIX setuid (Ricardo Signes)
- Update Syslog options parsing (Carlos Velasco)
- Allow no_client_stdout to work with Multiplex (Steven Lembark)
- Allow Sys::SysLog keyworks be passed through the ->log method (Peter Beckman)
- Allow more characters through in syslog_ident (Peter Beckman)
- Fix Fork server bug which had post_accept_hook called twice (Curtis Wilbar)
- Added pre_fork_hook to Fork server to handle removed duplicate post_accept_hook call.
- Reopen STDIN/STDOUT to /dev/null at end of child connection to avoid spurious warnings (Rob Mueller)
- Don't process STDIN/STDOUT in post_accept if udp_true (Rob Mueller)
- Cleanup child processing code in PreFork server (Rob Mueller)
- Try and let tests fail gracefully if localhost is not setup properly (Peter Beckman)
- Add numerous tests for configuration passing.
- Add perldoc about adding your own custom options.
|
|
- Add dependency to shells/rc and repleace path of acleandir.rc.
Bump PKGREVISION because of addition of dependency.
|
|
- remove patches/patch-bv since if you use gmake it's for a generated file,
even if the original tar contains it (and the diff grows rather large due
to differing yacc versions)
- add irrd-cache-usage-patch by Hagen Boehm <hboehm@brutus.NIC.DTAG.DE>
- add JunOS @RtConfig import patch by Stan Barber <sob@academ.com>
- add IPv6 ACL list numbers patch by Timo Koehler <tkoehler@acm.org>
|
|
- Add dependency to shells/rc and repleace path of acleandir.rc.
Bump PKGREVISION because of addition of dependency.
|
|
and mirror the named9 package behaviour with rc.d
|
|
PKGREVISION++
|
|
macros to actually work, using assert(3) for possibly non-existing
functions with -DNDEBUG set earlier and without linkage is not likely
tobe a good test.
|
|
|
|
|
|
|
|
|
|
* Add DESTDIR support.
* Honor PKGMANDIR.
Bump PKGREVISION.
|
|
* Avoid check of target directory in configure script, it may not exists.
* Honor PKGMANDIR.
Bump PKGREVISION.
|
|
|
|
|
|
* Fix for platform PKGMANDIR =! man.
Bump PKGREVISION.
|
|
* SDIST_PAWD is BUILD_DEFS.
* Need sbin and man directory before install.
* Use *_MAKE_FLAGS instead of *_TARGET to pass make variables.
* Fix manual installation path for platform PKGMANDIR != man.
* DESTDIR ready.
Bump PKGREVISION.
|
|
|
|
Based on the patch provided by Matteo in PR 33801.
|
|
Then DESTDIR ready.
|
|
pkgsrc changes:
* add a patch to fix build problem with gcc4.
Changes:
radiusd-cistron (1.6.8) cistron; urgency=low
* Allow Tunnel attributes to be proxied.
* Change log() -> log_msg() everywhere to shut up GCC 3.x
* free() authreq after receiving packet from unknow client
* Add wildcard flag to realms file
* Use wildmat for Realm = compares in users file
* Fix an endianness bug in rad_check_multi (Simon Byrnand <simon@igrin.co.nz>)
|
|
pkgsrc changes:
Need 'sbin' before install. now DESTDIR ready.
Changes:
May 26, 2004: pxe 1.4.2 released.
Fixed un-initialised variable in the multicast setup
January 19, 2004: pxe 1.4.1 released.
GCC 3.3 fixes
|
|
Then DESTDIR ready.
|
|
|
|
|
|
|
|
a getifaddrs-based implementation,
fix another botch in the patch for "configure",
bump PKGREVISION
|
|
* invalid lvalue cast
* static v.s. extern
|
|
Bump PKGREVISION.
And this package is DESTDIR ready.
|
|
|
|
|
|
* Should use INSTALL_LIB instead of INSTALL_DATA for library.
* Add DESTDIR support.
|
|
* Honor ${PKGMANDIR}, maybe fixed on platform PKGMANDIR != share
|
|
- setproctitle for supfilesrv
- don't fail catastrophically in supscan on filesystem full errors
|
|
While here, add DESTDIR support.
|