summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-06-09Add and enable couriertcpd.jlam1-1/+2
2006-06-09Import couriertcpd and couriertls from courier-mta-0.53.2 asjlam5-0/+89
net/couriertcpd. This package contains couriertcpd(1), used to daemonize the Courier services, and couriertls(1) used to provide TLS support for the Courier services that support them.
2006-06-09remove extern declaration of static variable that causesdbj2-4/+12
build failure on darwin
2006-06-09USE_TOOLS+=yaccminskim1-1/+2
2006-06-09USE_TOOLS+=lexminskim1-1/+2
2006-06-09Fix prototype implementation mismatch and DragonFly specificjoerg4-3/+44
pcap problem. The former could result in different code for LP64, so bump revision.
2006-06-09Needs msgfmt.joerg1-2/+2
2006-06-09Needs makedepend.joerg1-1/+2
2006-06-09Sort.wiz1-2/+2
2006-06-08Needs libtool.joerg1-1/+2
2006-06-08Force traditional mode for cpp, at least GCC 3.4+ will not generatejoerg6-10/+110
tabs otherwise. Fix errno usage, initialise global FILE * variables at run time.
2006-06-07This package needs zlib.minskim1-1/+3
2006-06-07py-SOAPpy needs Python 2.2+joerg1-2/+2
2006-06-07Needs pkg-config.joerg1-2/+2
2006-06-07Use install framework for info pages. Bump revision.joerg1-2/+4
2006-06-07... and the logging module is available for Python 2.3+.joerg1-2/+2
2006-06-07future division needs Python 2.2+joerg1-2/+2
2006-06-07Doesn't work with Python 2.1.joerg1-2/+2
2006-06-07Needs pkg-config.joerg1-2/+2
2006-06-07Uses C++.joerg1-1/+2
2006-06-07Handle info page with install framework. Bump revision.joerg1-2/+4
2006-06-07Needs pkg-config.joerg1-1/+2
2006-06-07Needs pkg-config.joerg1-1/+2
2006-06-07Needs pkg-config.joerg1-1/+2
2006-06-06xgettext requested by configure.joerg1-2/+2
2006-06-06Needs Python 2.2+joerg1-1/+2
2006-06-06On BSDs also check if BIOCIMMEDIATE is actually defined, DragonFlyjoerg2-1/+15
is (still) missing it.
2006-06-06Needs pkg-config as tool.joerg1-2/+2
2006-06-06Update to 2.4.5adrianp2-6/+6
These releases have better performance, numerous new features and incorporate many bug fixes. Notable bug fixes and improvements include: * Tcp stream properly reassembled after failed sequence check, which may lead to possible detection evasion. * Added configurable stream flushpoints. * Improved rpc processing. * Improved portscan detection. * Improved http request processing and handling of possible evasion cases. * Improved performance monitoring.
2006-06-06Uses C++.joerg1-1/+2
2006-06-05Buildlink gettext-lib because this package needs the gettext library.minskim1-1/+2
2006-06-05Update to 0.98.6.gdt3-8/+15
Security: ripd: - RIPD unauthenticated route table broadcast: CVE-2006-2223, OSVDB ID 25224, Secunia SA19910 - RIPD unauthenticated route injection: CVE-2006-2224, OSVDB ID 25225, Secunia SA19910 [ripd] 0.98 specific command changes, allow no-auth to be set [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates [doc] Add text on 0.98 specific RIP authentication changes [docs] Update ripd docs on version and authentication, see bugs #261,#262 Thanks to Konstantin V. Gavrilenko for report and testing. bgpd: - bgpd Telnet Interface DoS: OSVDB ID 25245: http://www.osvdb.org/displayvuln.php?osvdb_id=25245 [quagga-dev 4051]: http://lists.quagga.net/pipermail/quagga-dev/2006-March/004052.html [bgpd] Fix infinite loop in community_str2com [No NEWS entries for 0.98.2 to 0.98.6; many bugfixes]
2006-06-05Add -DBIND_8_COMPAT to CFLAGS to build on Darwin. This fixesminskim1-1/+3
PR pkgp/33634.
2006-06-05Prefer NAME_MAX over MAXNAMLEN, fixes build on DragonFly.joerg2-1/+38
2006-06-05Make this package build with gcc-4. Patch provided by John D. Bakerminskim2-1/+15
in PR pkg/33634.
2006-06-05Update to 1.27, and take over MAINTAINER per old maintainer's request.tv2-8/+7
From Changes: 1.27 September 8th 2005 - Fixed Autoloader/open issue (Alexander Vasiljev) - Fixed compilation error in Perl 5.005 with semicolon in GeoIP_database_info in IP.xs (Stephen Schulte) - Added support for open_type (Frank Mather) 1.26 May 19th 2005 - Fixed segfault issue if non-resolvable domain name is passed to region_by_addr or region_by_name - Added support for GEOIP_INDEX_CACHE - which just caches the most frequently accessed index portion of the database, resulting in faster lookups than GEOIP_STANDARD, but less memory usage than GEOIP_MEMORY_CACHE
2006-06-05Update to 1.3.17, and take over MAINTAINER per old maintainer's request.tv3-15/+14
From ChangeLog: 1.3.17 2006-5-14 * Fixed headers for Windows/Netware compliation (Guenter Knauf) * Fixed Received Error -21 (Sanity check database_info string failed) when running geoipupdate with GeoIP Country when UserId and productIds were not specified. Bug was introduced in 1.3.15. 1.3.16 2006-4-17 * Fixed compliation error in GeoIPUpdate.c 1.3.15 2006-4-14 * Updated README documentation * Updated geoipupdate so that it writes file as it is uncompressed instead of storing entire GeoIP.dat file in memory (Frank Mather) * Updated geoiplookup so that it returns GeoIP Domain Name if available (Frank Mather) * Updated geoipupdate so that it reports whether databases are updated in non-verbose mode (Frank Mather)
2006-06-05Fix build on DragonFly.joerg2-1/+14
2006-06-05IP::Country does not use Geography::Countries at all; rather, it onlytv2-4/+11
documents that the user may wish to employ Geography::Countries in his/her own code. Remove extraneous DEPENDS. IP::Country only requires Geo::IP if using the MaxMind database wrapper IP::Country::MaxMind. The default recommended database in IP::Country doc (IP::Country::{Medium,Fast}) is builtin to IP::Country and does not require Geo::IP at all. Remove optional DEPENDS, and add a MESSAGE instead. Bump PKGREVISION for changes.
2006-06-05Update to 0.99.4.gdt2-6/+6
Security: bgpd: - BGP Telnet Interface DoS CVE-2006-2276, OSVDB ID 25245 [bgpd] Fix infinite loop in community_str2com ripd: - RIPD unauthenticated route table broadcast: CVE-2006-2223, OSVDB ID 25224, Secunia SA19910 - RIPD unauthenticated route injection: CVE-2006-2224, OSVDB ID 25225, Secunia SA19910 [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates [docs] Update ripd docs on version and authentication, see bugs #261,#262 Many bugfixes (no NEWS entry).
2006-06-04Add basic DragonFly support. PF should work, IP(6)FW disabled right now.joerg4-11/+59
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg12-24/+24
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-04PKG_USERS should not have more than just <user>:<group>. All else isjlam1-2/+3
specified in additional variables, i.e. PKG_GECOS, PKG_HOME, PKG_SHELL, etc., as stated in both the pkgsrc guide and the pkginstall.mk comments since 2006/04/23, or one month before this package was imported.
2006-06-04Scan libc with nm -D on DragonFly, otherwise symbols won't be found.joerg2-6/+16
2006-06-04Fix errno usage.joerg2-1/+14
2006-06-04Logging option added, defaults to same logging as rdist.kim3-41/+6
2006-06-03Add and enable libupnprh1-1/+2
2006-06-03Initial import of libupnp-1.3.1, a universal plug and play (UPnP) SDK.rh10-0/+192
2006-06-03Add "c++" to "USE_LANGUAGES". This fixes the detection of shared librarytron1-1/+2
support under (at least) Mac OS X.
2006-06-03Uses C++.joerg1-1/+3