summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2007-12-02There is no configuration file called gnugk.ini.rillig1-2/+1
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig3-6/+6
pkgsrc-users.
2007-12-01Update net/unison-devel to 2.27.48tonio2-6/+7
Mostly bugfixes
2007-12-01Fixed "extra qualification".rillig2-1/+15
2007-12-01Two patches, so that the package builds with g++4.rillig3-1/+42
2007-12-01Adjusted my last patch to apply only for NetBSD >= 4.99.23.rillig2-6/+6
2007-12-01Fixed invalid lvalue cast and reminded the programmers that the returnrillig2-6/+26
value of sscanf needs to be checked.
2007-12-01Don't let the build fail because of "pointer targets that differ inrillig1-2/+3
signedness".
2007-12-01Homepage and Download site changed.rillig1-3/+3
2007-12-01static functions must not be declared inside functions.rillig2-5/+17
2007-12-01Needs pre-created directories.rillig2-4/+6
2007-11-30Added a patch for NetBSD >= 4.99.rillig2-1/+30
2007-11-30Fixed gcc4 build failure.rillig2-1/+35
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz4-7/+8
2007-11-30Update to nsd-3.0.7:joerg2-6/+6
- fix man pages and improve consistency - improved handling for malformed IXFRs - report source and zone for denied AXFR requests - improved handling of malformed nsec3 records - fix ignored return value in region-allocator.
2007-11-30Fixed "static after extern".rillig2-2/+20
2007-11-30The pkgsrc developer's guide says: "... changes that do merit anmishka1-1/+2
increase to PKGREVISION include: Changes to the PLIST" [1]. DTRT. [1] http://www.NetBSD.org/docs/pkgsrc/fixes.html#bumping-pkgrevision
2007-11-29update to 2.2.104drochner2-6/+6
changes: -minor bugfixes -a new test/sample program -fixed some more memory leaks
2007-11-29Solaris needs -lm.rillig1-1/+2
2007-11-26- Install PREFIX/libexec/nagios/check_icmp set-user-id root and executableseb1-2/+4
by NAGIOS_GROUP. - Bump PKGREVISION to 3
2007-11-26- Minor fix to MESSAGE file.seb3-6/+14
- Add NAGIOS_USER user and NAGIOS_GROUP handling. - Explicitly configure NAGIOS_USER/NAGIOS_GROUP as Nagios NSCA user/group hence this package now follows NAGIOS_USER and NAGIOS_GROUP settings. - When deleting the package allow removal of directories shared with other Nagios packages to fail. - Bump PKGREVISION to 1
2007-11-26Get NAGIOS_USER and NAGIOS_GROUP definitions via mk/bsd.prefs.mkseb1-6/+5
2007-11-26Bump PKGREVISION to 4.seb13-162/+59
As proposed on pkgsrc-users@... - Introduce NAGIOSDIR, defaults to VARBASE/spool/nagios, for log and status files. - Drop unused(?) 'nagadmin' user and group. - Sync user and group handling with Nagios install documentation/recommendations. Introduce the Nagios "external command" group, NAGIOSCMD_GROUP, defaults to APACHE_GROUP. The Nagios user should be manually added after package installation to the NAGIOSCMD_GROUP group. Add this recommandation to the MESSAGE file. Make the "external command directory", NAGIOSDIR/rw, owned by NAGIOS_USER:NAGIOSCMD_GROUP. - Use /var/run/nagios.lock as pidfile. - Only install existing example configuration files. - Put default values of NAGIOSDIR, NAGIOS_USER, NAGIOS_GROUP and NAGIOSCMD_GROUP in mk/defaults/mk.conf and allow MAKECONF to override them. - Miscellaneous clean up and sync with the changes mentionned above. - When deleting the package allow removal of directories shared with other Nagios packages to fail.
2007-11-26Fix incorrect use of "glib2" inlining which breaks the build if C99tron2-1/+19
compliant inlining is used. This package builds again with the Mac OS X Leopard patch in the "glib2" package.
2007-11-24Fix builds on Solaris using the SunPRO compiler. This should fix PR# 36186.adrianp3-4/+79
Also do some pkglintification while we are here.
2007-11-23Fix builds on Darwin 9.*adrianp1-1/+8
Goes part way to address PR# 37405 See http://net-snmp.sourceforge.net/docs/README.osX.html for hints on this.
2007-11-23Update "libtorrent" package to version 0.11.9 and "rtorrent" packagetron5-17/+17
to version 0.7.9. Changes since 0.11.8 respectively 0.7.8: - Improved detection of unnecessary handshakes to decrease the load when using PEX. - Limit the number of PEX connections to 8 per download. - Fixed several bugs in PEX. - Fixed several sigc++ 2.1 compile errors. - Print to the log when close_on_diskspace gets triggered. This is not a stable version. The update was however necessary after the premature update of the "libsigc++" package which broke the build of these packages.
2007-11-23Update to version 0.11.5. Remove interim patches from SVN.bjs10-282/+11
Changes (patches took us to ~2007-11-11): 2007-11-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Synchronized translation files with launchpad. * po/fr.po * po/ru.po * po/de.po: Now utf-8 encoding * po/ja.po: Now utf-8 encoding * Release 0.11.5 2007-11-11 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> urlencode the given url inside Request::parseUrl(...) * src/Request.{h, cc} * src/Util.{h, cc} * test/RequestTest.cc Removed #!metalink3! notation support because it is deleted from the metalink specification. * src/Request.{h, cc} * test/RequestTest.cc 2007-11-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> * src/SocketCore.cc (writeData): Fixed send error with GnuTLS. 2007-10-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> * src/HttpRequest.cc (createProxyRequest): Removed urlencode from user-agent. * test/HttpRequestTest.cc (testUserAgent): Added.
2007-11-22Fix the path when SpeedyCGI is installedadrianp3-7/+7
2007-11-22Update to 2.2.7adrianp9-56/+150
New in Version 2.2 * Ajax based ineractive graph zooming. Click on any graph in detail mode and use the mouse to mark your area of interest in navigator graph. * Multi Target Graphs Show information from multiple targts in a graph. * Master/Slave setup for multi source smokeping deployments. With one central Smokeping Master node, you can run a series of Slave nodes, taking their configuration from the master. This allows you to ping a single target from multiple locations. * Standard Deviation The standard deviation is now used in several places to give a number for the variation in round trip times as depicted by the smoke. See http://oss.oetiker.ch/smokeping/pub/CHANGES for all the details. OK'ed bouyer@
2007-11-22Add perl to USE_TOOLS to fi xbuildabs1-2/+2
2007-11-20If the "ssl" option is not present, inhibit SSL support by configuringdsainty1-1/+3
with --without-openssl. Corrects package build on systems with non-Pkgsrc OpenSSL installations. Fixes breakage under Linux.
2007-11-20Update to version 2.1.56, the most recent in the 2.1.X line.phil4-16/+40
2007-11-18Fix builds on Darwinadrianp3-1/+26
2007-11-18Update to 6.0.2adrianp3-27/+8
Unfortunately the only information available is "Bug fixes only"
2007-11-17Some packages need lex and yacc. Patch by Aleksey Cheusov viarillig1-1/+3
pkgsrc-users.
2007-11-17Updated jigdo to 0.7.3.rillig2-7/+7
Changes since 0.7.1: jigdo 0.7.3 -- Richard Atterer, 19 May 2006 - A maintenance release with some bug fixes - Fix for compilation on 64 bit architectures (sigh, as usual...) - Fixes to make the code compile cleanly with GCC 4.1 jigdo 0.7.2 -- Richard Atterer, 12 Jul 2005 - jigdo-file: Added support for bzip2 (de)compression in .template files, as an alternative to zlib compression. Bzip2 is disabled by default (but may become the default in the future). Use --bzip and --gzip to switch between the two. - Patch by Jochen Hepp: New switch --scan-whole-file for "jigdo-file scan" command: Scan whole file instead of only first block - Patch by Jochen Hepp: New switch --no-greedy-matching for "jigdo-file make-template" prevents small matches from cancelling pending larger matches. - jigdo: Switched over from libwww to libcurl for downloads - jigdo-lite: Fixed regular expressions so they work with sed 4.1 and non-GNU sed - jigdo-lite: --noask switch to allow running jigdo-lite from cron jobs (Silas Bennett) - jigdo-file: Bugfix for the code which deduces missing --image/ --jigdo/--template arguments. Broken in 0.7.1, would deduce /x.iso.template from /x.iso, instead of /x.template (Adrian Bunk) - Fix for compilation on 64 bit architectures - Fixed "compiler recent enough" check in configure.ac for GCC 3.5+ - Fixes for GCC 4.0
2007-11-16Apply security fixes for CVE-2007-4572 and CVE-2007-5398 released by thetron3-9/+15
Samba project. Bump package revision.
2007-11-16Sync with stable-0.11 branch. Bump rev.bjs9-3/+273
2007-11-16Update to version 0.1.2.18. Changes since the last release:bjs3-7/+36
o Major bugfixes (crashes): - If a connection is shut down abruptly because of something that happened inside connection_flushed_some(), do not call connection_finished_flushing(). Should fix bug 451: "connection_stop_writing: Assertion conn->write_event failed" Bugfix on 0.1.2.7-alpha. - Fix possible segfaults in functions called from rend_process_relay_cell(). o Major bugfixes (hidden services): - Hidden services were choosing introduction points uniquely by hexdigest, but when constructing the hidden service descriptor they merely wrote the (potentially ambiguous) nickname. - Clients now use the v2 intro format for hidden service connections: they specify their chosen rendezvous point by identity digest rather than by (potentially ambiguous) nickname. These changes could speed up hidden service connections dramatically. o Major bugfixes (other): - Stop publishing a new server descriptor just because we get a HUP signal. This led (in a roundabout way) to some servers getting dropped from the networkstatus lists for a few hours each day. - When looking for a circuit to cannibalize, consider family as well as identity. Fixes bug 438. Bugfix on 0.1.0.x (which introduced circuit cannibalization). - When a router wasn't listed in a new networkstatus, we were leaving the flags for that router alone -- meaning it remained Named, Running, etc -- even though absence from the networkstatus means that it shouldn't be considered to exist at all anymore. Now we clear all the flags for routers that fall out of the networkstatus consensus. Fixes bug 529. o Minor bugfixes: - Don't try to access (or alter) the state file when running --list-fingerprint or --verify-config or --hash-password. Resolves bug 499. - When generating information telling us how to extend to a given router, do not try to include the nickname if it is absent. Resolves bug 467. - Fix a user-triggerable segfault in expand_filename(). (There isn't a way to trigger this remotely.) - When sending a status event to the controller telling it that an OR address is readable, set the port correctly. (Previously we were reporting the dir port.) - Fix a minor memory leak whenever a controller sends the PROTOCOLINFO command. Bugfix on 0.1.2.17. - When loading bandwidth history, do not believe any information in the future. Fixes bug 434. - When loading entry guard information, do not believe any information in the future. - When we have our clock set far in the future and generate an onion key, then re-set our clock to be correct, we should not stop the onion key from getting rotated. - On some platforms, accept() can return a broken address. Detect this more quietly, and deal accordingly. Fixes bug 483. - It's not actually an error to find a non-pending entry in the DNS cache when canceling a pending resolve. Don't log unless stuff is fishy. Resolves bug 463. - Don't reset trusted dir server list when we set a configuration option. Patch from Robert Hogan.
2007-11-15Remove unused file.seb1-27/+0
2007-11-15Remove package ripe-whois-tools superseded for a long time at leastseb8-187/+1
for the "whois part" by ripe-whois package , now also removed, and now by the whois3 package.
2007-11-15Add & enable whois3.seb6-87/+2
Remove package ripe-whois superseded by package whois3.
2007-11-15Initial import of whois3 version 3.2.2 into The NetBSDseb6-0/+122
Packages Collection. This is whois3, a very simple and generic whois client. This client, unlike the "classic" whois client, does not check for supported flags at the client side, except for -h (whois host) and -p (whois port). The syntax checks for flags are made at the server side. The default host and port of whois3 is whois.ripe.net at port 43 (or to be more exact, the tcp port specified for whois in /etc/services). Note: This is in fact a "reimport" of an updated version of package net/ripe-whois which is going to be removed. Most notable change from the last version of net/ripe-whois package is the addition of the -4 and -6 switches to select either IPv4 or IPv6 as transport.
2007-11-13Make the installer recognise DragonFly as a BSDsborrill2-1/+15
2007-11-13Update p5-IO-Interface to 1.03.hiramatsu2-8/+7
Changes from 0.98: 1.03 Mon Jan 22 16:38:24 EST 2007 Fix to compile cleanly on solaris systems. 1.02 Thu Sep 14 08:54:04 EDT 2006 More documentation fixes. 1.01 Wed Sep 13 20:52:32 EDT 2006 Documentation fix. 1.00 Wed Sep 13 17:01:46 EDT 2006 Introduced IO::Interface::Simple. Added index methods. Compiles on CygWin.
2007-11-12Also fix perl's path in bin/pod_arg_link_fix andseb1-1/+3
mibs/diff_dir scripts.
2007-11-12Make sure snmp_perl.pl is installedadrianp1-1/+3
2007-11-12Old HOMEPAGE did not resolve in DNS anymore.heinz1-2/+2
2007-11-12Removed ftp.rge.com from MASTER_SITES, doesn't resolve anymoreheinz1-2/+1
in DNS. Mentioned by Zafer Aydogan in PR pkg/37321.