summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2009-01-16Update net/avahi to 0.6.24tonio6-42/+37
Changelog: * A huge number of bug fixes, including a security relavant one (CVE-2008-5081, low risk) * Add two new configuration directives "allow-interfaces" and "deny-interfaces" which can be used to make Avahi ignore certain network interfaces or only use certain network interfaces. * A lot of translation updates Fix PR pkg/40281, by defining _DARWIN_C_SOURCE under darwin
2009-01-15Support inet6 option. From PR 37152.shattered2-4/+10
OK by salo@.
2009-01-14Get rid of `hostname -s` in pkgsrc, on Solaris it sets the hostname to "-s".sketch3-6/+10
2009-01-13Unbreak build on Linux -- there's a Linux-specific plugin (check_ide_smart).shattered2-3/+9
OK by wiz@.
2009-01-13Update to 2.24.3:wiz2-6/+6
Changes in libsoup from 2.24.2.1 to 2.24.3: * Fixed SoupCookieJar to not send "Cookie: (null)", which is (a) wrong, and (b) confusing to some servers. [bugs.webkit.org #23240] * Fixed soup_form_decode() to correctly handle forms with URI-encoded parameter names. [#563302, Evan Nemerson] * Fixed SoupSession to use Digest auth when both Digest and Basic are available. (It was mistakenly comparing the strengths backwards before, choosing the weakest-available auth instead of the strongest.) [#562339, Pontus Oldberg] * Fixed a bug in the Client How-To docs. [#562411, Andreas Bruse]
2009-01-13Fixes build failure on NetBSD-4 with pkgsrc libpcap, reported in PR 40380.obache3-7/+24
2009-01-13Update to ekiga version 3.0.2.jmcneill5-69/+12
* What's changed ? ================== - Make sure sound events are played through the correct devices. (#564370) - Fixed crash on missed call. - Do not show the assistant after an upgrade for which Ekiga was already successfully setup. - Added settings migration from Ekiga 2.0.x. - Allow answering/rejecting calls from the main window even if we use notifications. - Do not try refreshing SUBSCRIBE requests for which the 200 OK contains an expire time of 0. - Fixed sending ACK request to incorrect address when particular types of proxies are being used. - Fixed test for CANCEL receipt on INVITE clearing call. - Ignore multiple forked CANCEL messages. - Fixed issue with registration to a non-standard port. - Fixed restarting timers if get pathological response to a transaction with incorrect Cseq header field. - Fixed missing route set on SIP commands in a dialog when using outbound proxy.
2009-01-12Update net/ipv6calc to 0.72.1. Changes: builds cleanly on Mac OS Xhubertf3-9/+12
2009-01-12drop maintainershipjmcneill1-2/+2
2009-01-11Update to 1.1.4. Changes:shattered2-6/+6
* Fixed a bunch of compiler warnings when compiling with -Wall. OK by wiz@.
2009-01-11- rc.d script: replace interpreter, add 'reload' commandshattered3-5/+10
- install 'ftpasswd' script from contrib OK by kim@.
2009-01-11Update from version 0.45 to 0.48.he2-9/+11
Pkgsrc changes: o Adjust dependencies according to new requirements Upstream changes: 0.48 Thu Dec 4 09:24:23 GMT 2008 - be slightly less strict about bucket names: they can contain uppercase letters, Amazon just doesn't recommend it (noticed by Simon Elliott, fixes Brackup) 0.47 Tue Dec 2 08:03:39 GMT 2008 - fix listing with a prefix (spotted by Nobuo Danjou) 0.46 Mon Nov 24 08:53:18 GMT 2008 - refactor request creation into Net::Amazon::S3::Request and many subclasses - move to Moose - add Net::Amazon::S3::Client and subclasses
2009-01-11Add p5-Data-Stream-Bulk.he1-1/+2
2009-01-11Import p5-Data-Stream-Bulk version 0.03.he3-0/+45
This module tries to find middle ground between one at a time and all at once processing of data sets. The purpose of this module is to avoid the overhead of implementing an iterative api when this isn't necessary, without breaking forward compatibility in case that becomes necessary later on. The API optimizes for when a data set typically fits in memory and is returned as an array, but the consumer cannot assume that the data set is bounded. The API is destructive in order to minimize the chance that resultsets are leaked due to improper usage.
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