summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2008-01-06Update to 2.8.0.1adrianp3-7/+11
[*] 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.
2008-01-05Fixed gcc4 build failures.rillig3-1/+43
2008-01-05+ AUTO_MKDIRSrillig1-1/+2
2008-01-05Hagen Boehms cache patch broke RAWhoisClient::getSet for all objects butspz4-13/+30
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
2008-01-04USE_DESTDIRify the package.spz3-4/+27
patch-dm is not for upstream but for pkgsrc infrastructure only.
2008-01-04Bump PKGREVISION due to boost update to 1.34.1.jmmv5-5/+10
2008-01-04Full DESTDIR support.ghen1-9/+11
2008-01-04Full DESTDIR support.ghen1-1/+3
2008-01-04Full DESTDIR support.ghen1-4/+6
2008-01-04Full DESTDIR support.ghen1-10/+13
2008-01-03Fix floating point exception on NetBSD/sparc64 by applying the sameseb3-2/+52
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.
2008-01-03Fix build on older DragonFly.joerg1-1/+1
2008-01-03Fixed a pkglint warning, which revealed a naming conflict. Fixed thatrillig1-7/+6
too.
2008-01-03Update libupnp to 1.6.3.obache4-22/+32
******************************************************************************* 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.
2008-01-03Add a CONFLICTS for the upcoming import of 4.xadrianp8-12/+17
Sync PID file location between versions PKGREVISION++
2008-01-030.97 Jul 25 2007adrianp2-6/+6
- 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.
2007-12-31Fix error with bulk build as netatalk1 package; check-interpreter.taca3-4/+21
- Add dependency to shells/rc and repleace path of acleandir.rc. Bump PKGREVISION because of addition of dependency.
2007-12-31sneaking in an update for a quite leafy package :)spz9-31/+196
- 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>
2007-12-31Fix error with bulk build; check-interpreter.taca3-4/+21
- Add dependency to shells/rc and repleace path of acleandir.rc. Bump PKGREVISION because of addition of dependency.
2007-12-30Leaf only updates for DHCP packages to get the startup scripts workingadrianp5-14/+17
and mirror the named9 package behaviour with rc.d
2007-12-29PLIST fixadrianp2-2/+4
PKGREVISION++
2007-12-27Fix type issue with siglongjmp. Fix autoconf test for pthread_barrierjoerg4-7/+96
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.
2007-12-27Fix build on DragonFly. Fix PLIST. Bump revision.joerg5-3/+46
2007-12-27Disable BPF frontend and force vsnprintf to allow build on DragonFly.joerg1-1/+8
2007-12-27Fix build on DragonFly.joerg3-3/+25
2007-12-27Remove trailing white-space.joerg1-2/+2
2007-12-27* Use *_MAKE_FLAGS instead of *_TARGET to pass variables.obache1-3/+12
* Add DESTDIR support. * Honor PKGMANDIR. Bump PKGREVISION.
2007-12-27 * Need some pre-created directories.obache4-12/+37
* Avoid check of target directory in configure script, it may not exists. * Honor PKGMANDIR. Bump PKGREVISION.
2007-12-27pkglint said, "The .gz extension is unnecessary for manual pages.".obache1-2/+2
2007-12-25Wrong download information fixed. Thanks to veego@ for pointing out.is1-2/+2
2007-12-24* Need some cirectories before install.obache3-9/+15
* Fix for platform PKGMANDIR =! man. Bump PKGREVISION.
2007-12-24Some cleanups and fix.obache1-3/+14
* 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.
2007-12-24Sortobache1-2/+2
2007-12-22vsftpd needs libcrypt on Linux when pam is not used.minskim1-1/+2
Based on the patch provided by Matteo in PR 33801.
2007-12-22Fix a patch, lost 'create example directory'.obache3-5/+10
Then DESTDIR ready.
2007-12-22Update radiusd-cistron to 1.6.8.obache4-13/+25
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>)
2007-12-22Update pxe to 1.4.2.obache4-34/+20
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
2007-12-22Also need sbin directory before install.obache1-2/+4
Then DESTDIR ready.
2007-12-22Need makedepend command to build.obache1-2/+2
2007-12-22Fix build failuer with gcc4 (static v.s. extern).obache2-1/+15
2007-12-21I18N (PR 37581) and DESTDIR support.joerg4-5/+17
2007-12-21fix the problems with SIOCGIFCONF and its wrong use here by addingdrochner6-39/+217
a getifaddrs-based implementation, fix another botch in the patch for "configure", bump PKGREVISION
2007-12-21Fix build problems with gcc4.obache3-1/+29
* invalid lvalue cast * static v.s. extern
2007-12-21Name of sample config files has been changed.obache1-4/+7
Bump PKGREVISION. And this package is DESTDIR ready.
2007-12-21Sortobache1-12/+12
2007-12-21Add DESTDIR support.obache1-5/+7
2007-12-21* Also need ${PKGMANDIR}/man5 before install.obache1-5/+8
* Should use INSTALL_LIB instead of INSTALL_DATA for library. * Add DESTDIR support.
2007-12-21* Also ${PKGMANDIR}/cat1 before install, then DESTDIR ready.obache1-2/+5
* Honor ${PKGMANDIR}, maybe fixed on platform PKGMANDIR != share
2007-12-20Upgrade to sup-0.2; fixes linux build. New features:christos3-12/+12
- setproctitle for supfilesrv - don't fail catastrophically in supscan on filesystem full errors
2007-12-20Fix possibility of installation problem.obache3-10/+12
While here, add DESTDIR support.