summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2009-01-11Update from version 1.35 to 1.36.he2-6/+6
Upstream changes: 1.36 December 20th 2008 - Add the methodes charset and set_charset to the pureperl fallback ( Boris Zentner ) - Fix: We require CAPI 1.4.5 not 1.4.4 for range_by_ip ( Boris Zentner ) - Add isp_by_addr and org_by_addr to the pureperl fallback ( Boris Zentner )
2009-01-11Update from version 0.95nb3 to 0.96.he2-7/+6
Upstream changes: 0.96 - Fri Nov 14 2008 - (ms) Obtained co-maintainership to apply overdue patches - (ms) Applied SRV patch by Andrew Fresh: http://rt.cpan.org/Public/Bug/Display.html?id=24402
2009-01-11Update HOMEPAGEjmcneill1-2/+2
2009-01-11Update MASTER_SITESjmcneill1-2/+2
2009-01-10PLIST fixes for zenmap build pointed out by Bernd Ernestiadrianp2-129/+191
PKGREVISION++
2009-01-10Update to 0.99.11.gdt2-6/+6
From www.quagga.net: Stable release candidate Most regressions in 0.99 over 0.98 are now believed to be fixed. This release should be considered a release-candidate for a new stable series, and we urge any remaining users of 0.98 to test this release and report any bugs. A blocker meta-bug exists to track critical regressions. bgpd: Preliminary UI and Linux-IPv4 support for TCP-MD5 merged Initial support for TCP-MD5 has been merged. This adds the neighbor ... password command, and some support for setting TCP-MD5 on pure-IPv4 connections on Linux. On Linux systems with IPv6 available, passing the -l 0.0.0.0 argument to bgpd may allow TCP-MD5 support to work. It's not possible at this point to have IPv6 sessions and also use TCP-MD5 on IPv4 sessions. This will hopefully be rectified in a future release. bgpd: Fix double-free crash in bgp_table_finish, seen with rs-client Though diagnosed with rs-clients, this fix very likely addresses a number of crashes reported to Quagga bugzilla. zebra: ignore dead routes in RIB update This fix may address some issues reported with routes not being consistent between the zebra RIB and the kernel FIB, remaining after the fixes in last release. Solaris: Sync SMF bits with OpenSolaris SFW The Quagga packaging support for Solaris has been updated to synchronise with OpenSolaris SFW. Of particular note is that SMF schema has been updated to match the Sun PSARC approved schema, which is supported by the OpenSolaris routeadm utility. User's may need to familiarise themselves with the changed FMRIs, and may need to update any administrative scripts. From NEWS: * Changes in Quagga 0.99.10 - [bgpd] 4-byte AS support added - [bgpd] MRT format changes to version 2. Those relying on bgpd MRT table dumps may need to update their tools. - [bgpd] Added new route-map set statement: "as-path exclude" - Zebra RIB updates queue has evolved into a multi-level structure to address RIB consistency issues.
2009-01-10Take over maintainership, per kim@'s request.shattered1-2/+2
2009-01-09Fixed pkglint warnings about sorting SUBDIR.rillig1-2/+2
2009-01-09Update to 4.0, from PR 38500. Changes:shattered6-161/+78
* Many WHOIS data updates and translation updates; 4 new translations * Reset euid and egid to uid and gid before calling the user specified browser * Added support for libidn * Added patch to support conversion of whois server output to local charset. * Changed to GNU GPL v3 Local change: WHOIS servers for some geographical subdomains in .ru and .su TLDs. OK by wiz@.
2009-01-09Update to 2.1.3:wiz2-6/+6
Version 2.1.3 (January 9, 2009) * Documented missing "%t" (--filename-format) in manual page * Tweaked "localfile_length == remotefile_length" message * Renamed CLIVE_CONFIGDIR environment variable to CLIVE_HOME
2009-01-09fixes to compile and run on darwin.dbj3-5/+12
. modify configure.in to look for libpcap.dylib . set INSTALL_UNSTRIPPED=yes
2009-01-08Update to 2.1.2:wiz3-89/+25
Version 2.1.2 (December 29, 2008) * Removed "See --manual" from --version output * Added support for evisortv - http://code.google.com/p/clive/issues/detail?id=4 * Fixed: reused incorrectly last http error code for remaining urls in queue * Fixed: progressbar reported 100% even if error had occurred (e.g. http/403) Version 2.1.1 (December 19, 2008) * Fixed "Requested range was not delivered by the server (http/33)" w/ -c - this would occur with a batch of URLs while using the --continue option, e.g. if the first file was continued, the following page fetches exited with the above error * Added --savebatch option * Added --overwrite option * Replaced the buggy progressbar with a "lazy man's progressbar" * Fixed "print() on closed filehandle STDOUT" with --grep+delete * Fixed progressbar display with --continue Version 2.1.0 (December 10, 2008) NOTE: Changed license GPL3 => ISC/OpenBSD. * Added --modversion option * Replaced Term::Progressbar with a built-in thermometer progressbar * Removed --progress=bar:nominor support due to above changes * Added liveleakcom support - http://code.google.com/p/clive/issues/detail?id=3 Version 2.0.0 (December 2, 2008) * Fixed gvideo/mp4 support (http/404 even if the extraction link existed) * Changed "found redirect" message * Changed --play, --rencode status messages to use file basename Version 2.0beta4 (November 22, 2008) * Removed metacafe support until fixed (see known issues) * Changed Youtube login to report if there were "too many login failures" * Fixed Youtube login support: reported failures incorrectly as OK * Added support clivepass(1) utility (http://code.google.com/p/clive-utils) * Added support for metacafe and sevenload embed URL translation version 2.0beta3 (November 1, 2008) * Fixed pasting from clipboard containing multiple URLs * Fixed page fetch progress glitch that occured with 1+ batches * Added --agent option * Added --proxy option * Added --savedir option * Added --cclass option * Added --filename-format option * Added --show-format option * Added --youtube-user and --youtube-pass options * Added --emit-xml option * Added --progress=[none|bar|dot] * Replaced --noprogress with --progress=none * Added avg. transfer rate notification * Fixed filename printing for existing output files (e.g. output.flv.1) * Added --play option * Fixed metacafe support (error: failed to extract videoCDNURL) * Added --rencode option Version 2.0beta2 (October 15, 2008) * clive now ignores input lines that start with the '#' character * Added support for CLIVE_CONFIGDIR environment variable * Ported lastfm video support from 1.x * --version now displays XML::Simple * Changed "= Play:" to "=> Playing ..." * Playing occurs now subsequently after going over the URL batch Version 2.0beta1 (September 23, 2008) A complete overhaul and rewrite of 1.x. * Users are expected to use the --continue/-c option to resume transfers * Configuration file format (=> INI), path was changed (=> ~/.config/clive) * All extractions now assume flv as the default download format * Users are expected to understand when/how use the --format/-f option * Reading input from multiple sources is possible (e.g. % clive -x URL URL) * Added: --grep: used to grep and recall cached URL entries * Added: --background and --output=logfile, --append=logfile options * Many old cmdline and config options were removed due to new design * Improved GoogleVideo support: handles redirects to other hosts * Pager is used where needed (e.g. --show/-s) * Changed default output file naming format to "%n-(%i)-[%d].%s" * Removed: guba (deadweight), myvideo (borked), dmotion (bitches @ anon users)
2009-01-08Changes since 9.6.0:adrianp2-6/+7
2522. [security] Handle -1 from DSA_do_verify() and EVP_verify().
2009-01-08Changes since 9.5.1:adrianp2-6/+10
2522. [security] Handle -1 from DSA_do_verify().
2009-01-08Changes since 9.4.3:adrianp2-6/+10
2522. [security] Handle -1 from DSA_do_verify(). 2498. [bug] Removed a bogus function argument used with ISC_SOCKET_USE_POLLWATCH: it could cause compiler warning or crash named with the debug 1 level of logging. [RT #18917]
2009-01-08Use pkgsrc standard PKG_USERS usage and remove escape '\' from PKG_USERS.obache1-2/+3
It should fix build failure with recent NetBSD-current's make.
2009-01-07Update to 3.0.41:wiz3-7/+10
--- 3.0.41 2008/12/29 Fixed Fixed test that makes VERSION_SHA1 appear on dist versions too. --- 3.0.40 2008/12/29 For configure, using option --without-xml2 also disables Libxslt/Libexslt support. Fixed bug #2352: yaz-marcdump crashes for certain record. Added man page 'bib1-attr' which includes list of common Bib-1 attributes. Added support for Danmarc2 to UTF-8 conversion. Added support for ISO5426 to UTF-8 conversion. zget_InitRequest/zget_InitResponse returns GIT SHA1 hash as part of implementation version. Function yaz_version returns GIT SHA1 hash for parameter sha1_str. --- 3.0.38 2008/11/10 ZOOM C now only fires one ZOOM_EVENT_SEARCH per search-task. Previously, ZOOM_EVENT_SEARCH was fired for each searchRetrieve Response received. ZOOM C now interprets databaseName option for ZOOM connection as path (SRU "database"). Windows version bundled with Libxml2 2.7.1 / Libxslt 1.1.24 / ICU 4.0. Fixed CCL to RPN/PQF conversion which could result in invalid PQF. Dummy Libxml2 types no longer defined in headers of YAZ'. Fixed memory violation for ZOOM C - could occur when SRU diagnostics was received.
2009-01-06* Change version to 1.2.0.20081009jmcneill7-8/+56
* Fix default config file path to honour PKG_SYSCONFDIR * Add rc.d script
2009-01-06Updated net/teamspeak-server to 2.0.24.01abs2-20/+27
pkgsrc changes: PKG_DESTDIR_SUPPORT= user-destdir ### 2.0.24.1 ### - fixed several \0 char exploits in the TCP query interface which could cause database corruption ### 2.0.23.22 ### - fixed a security issue which could enable an attcker to read files from your harddisk via the servers built-in web administration interface ### 2.0.23.21 ### - fixed a XSS bug in the servers built-in web administration interface ### 2.0.23.20 ### - fixed a SQL injection issue which only affects servers running on MySQL databases
2009-01-06and remove dirrm for the previouskefren1-2/+1
2009-01-06Fix GConf schema file directorykefren4-8/+8
PKGREVISION++
2009-01-06ns uses C99 features.minskim1-2/+2
2009-01-06+ miniupnpdjmcneill1-1/+2
2009-01-06Import miniupnpd version 20081009.jmcneill7-0/+120
The MiniUPnP project offers software which supports the UPnP Internet Gateway Device (IGD) specifications. Recently, NAT-PMP support was added to MiniUPnPd. For client side NAT-PMP support, use libnatpmp. UPnP and NAT-PMP are used to improve internet connectivity for devices behind a NAT router. Any peer to peer network application such as games, IM, etc. can benefit from a NAT router supporting UPnP and/or NAT-PMP. The latest generation Microsoft XBOX 360 and Sony Playstation 3 game machines use UPnP commands to enable the online play with the XBOX Live service and the Playstation Network. It has been reported that miniupnpd is correctly working with the two consoles.
2009-01-04Store traffic counters in u_quad_t to avoid overflow. Closes PR 38168.shattered4-4/+56
Take maintainership. OK by wiz@.
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz3-6/+6
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2009-01-04Update to 4.76adrianp5-26/+33
Fixed the --script-updatedb command Fixed several byte-order bugs in Traceroute Service fingerprints in XML output are no longer be truncated Added a UDP SNMPv3 probe to version detection Zenmap no longer leaves any temporary files lying around. *Lots* of Zenmap fixes See CHANGELOG for all the details
2009-01-04Change maintainer email to my NetBSD.org alias. At the same time, disownshattered1-2/+2
games/adom -- I don't use (play :-) it these days.
2009-01-04Update from version 4.019 to version 4.022.seb2-8/+8
pkgsrc changes: - placate pkglint: fix SUBST_FILES.fixperl assignation and SUBST_SED.fixperl style fix Upstream changes: 4.022 In Util.xs 1.28 set uninitialized "carry" in XS bin2bcd to zero This insidious bug only showed up on 64 bit hosts running perl 5.6.2 Thanks to Oliver Paukstadt <pstadt@sourcentral.org> for taking the time to do the testing for me on his s390 system. 4.021 Wed Dec 10 11:09:36 PST 2008 Removed test code that produces a warning about all perl versions, OOPS!! instead of just the buggy 5.8.0 - 5.8.5 versions. Thanks to paul@city-fan.org for reporting this. 4.020 Tue Dec 9 16:25:46 PST 2008 cleaned up various typo's with good patch from Rob Riepel <riepel@networking.Stanford.EDU> thanks Rob. revised UtilPP v1.7 to work around perl 5.8.4 failures with certain @_ operations of goto &sub... see perl bug [ 23429]. Unfortunately, perl-5.8.4 is the distribution of choice for many solaris boxes
2009-01-04Update to 4.1.0adrianp18-97/+69
ISC DHCP 4.1.x will have several new DHCPv6 features that were not in DHCP 4.0.x. These new features include: * Support for the rapid-commit option on the client side * Prefix Delegation support * IA_TA address support * A basic DHCPv6 relay agent * basic DHCPv6 Leasequery support
2009-01-04+p5-RadiusPerladrianp1-1/+2
2009-01-04This is RadiusPerl. RadiusPerl is a Perl 5 module (Radius.pm)adrianp4-0/+32
which allows you to communicate with a Radius server from Perl. You can just authenticate usernames/passwords via Radius, or comletely imitate AAA requests and process server response.
2009-01-04-bind8adrianp1-2/+1
2009-01-04Nuke BIND 8.x as discussed on pkgsrc-users@adrianp25-794/+0
2009-01-04+bind96adrianp1-1/+2
2009-01-04BIND 9.6.0adrianp16-0/+1072
Full NSEC3 support Automatic zone re-signing Default PID file location New tool: dnssec-dsfromkey Randomize server selection on queries http://oldwww.isc.org/sw/bind/view/?release=9.6.0 https://www.isc.org/software/bind/new-features/9.6
2009-01-04Update to 9.4.3adrianp5-51/+33
Resolver could try unreachable servers multiple times. Adb's handling of lame addresses was different for IPv4 and IPv6. Remove NULL pointer dereference in dns_journal_print(). libbind: Out of bounds reference in dns_ho.c:addrsort. Set initial timeout to 800ms. TSIG context leak For all the details see: http://oldwww.isc.org/sw/bind/view/?release=9.4.3#RELEASE
2009-01-04Update to 9.5.1adrianp3-10/+11
Specifying a fixed query source port was broken. Address race condition in the socket code. Give TCP connections longer to complete. libxml2: support versions 2.7.* in addition to 2.6.*. Document -m (enable memory usage debugging) option for dig Set initial timeout to 800ms. For all the details see: http://oldwww.isc.org/sw/bind/view/?release=9.5.1#RELEASE
2009-01-03Work around API bug in pre-christos-time_t NetBSD, where structdholland3-2/+21
timeval's seconds are "long" rather than "time_t". Passing these seconds to localtime_r() breaks on 64-bit platforms where those types aren't the same. Fixes PR 40323 from Andreas Burghardt. PKGREVISION++ as a precaution, since I patched the source.
2008-12-30Modify the patch-ae not to include $Id$.hasso2-6/+4
2008-12-30Reset maintainer on his request.wiz1-2/+2
2008-12-29Fix quoting chars in popen variables expansionmarkd3-3/+101
(http://secunia.com/advisories/33227/) patch from 2.0.4beta2. Bump PKGREVISION.
2008-12-28Abandon MAINTAINER.adrianp1-2/+2
2008-12-28* Marked as DESTDIR support, and remove redundant slashes.obache1-11/+12
* Change to use BUILD_DIRS instead of custom do-build target.
2008-12-28Grrr, cannot patch next to RCS id strings, so use sed instead.kim3-19/+8
2008-12-28Fix the "pam" option to leave out PAM when it is not wanted.kim6-9/+67
Add an "inet6" option for enabling IPv6 support. Add a "ban" option for enabling mod_ban. Make the "wrap" option compile all binaries successfully. Fix generating language catalog with older versions of msgfmt.
2008-12-26Make it work on DragonFly. Slightly modified patch from PR 40155.hasso6-30/+44
2008-12-25Needs msgfmt.hasso1-2/+2
2008-12-25Make it build on DragonFly.hasso4-17/+17
2008-12-24Fix build with XFree86.jmcneill3-2/+39