summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2009-06-01Replacing some dependencies to choose perl core first, because desiredsno1-2/+2
version numbers of required modules are in delivered perl core.
2009-05-28Changes 2.1.6:adam6-54/+31
* radclient exits with 0 on successful (accept / ack), and 1 otherwise (no response / reject) * Added support for %{sql:UPDATE ..}, and insert/delete * Added sample "do not respond" policy * New VSAs for Juniper from Bjorn Mork * Include more RFC dictionaries in the default install * More documentation for the WiMAX module * Added "chase_referrals" and "rebind" configuration to rlm_ldap * Don't load pre/post-proxy if proxying is disabled * Added %{md5:...}, which returns MD5 hash in hex * Added configurable "retry_interval" and "poll_interval" for "detail" listeners. * Added "delete_mppe_keys" configuration option to rlm_wimax. Apparently some WiMAX clients misbehave when they see those keys. * Added experimental rlm_ruby * Add Tunnel attributes to ldap.attrmap * Enable virtual servers to be reloaded on HUP * Updated "radwatch" script to be more robust * Added certificate compatibility notes in raddb/certs/README, for compatibility with different operating systems. (i.e. Windows) * Bug Fixes
2009-05-27Update to 2.26.2:wiz3-7/+18
Vinagre 2.26.2 ============== Translations + Jorge Gonzalez (es) + Shankar Prasad (kn) Doc translations: + Fotis Tsamis (el) + TeliuTe (zh_CN) Vinagre 2.26.1 ============== Fixes + #574134 – Don't allow items name duplicated on bookmarks. Translations + Khaled Hosny (ar) + Joan Duran (ca) + Lucas Lommer (cs) + Ask Hjorth Larsen (da) + Mario Blättermann (de) + Jennie Petoumenou (el) + Jen Ockwell (en_GB) + Jorge González (es) + Mattias Põldaru (et) + Iñaki Larrañaga Murgoitio (eu) + Claude Paroz (fr) + Suso Baleato (gl) + Yaron Shahrabani (he) + Gabor Kelemen (hu) + Andrea Zagli (it) + Takeshi AIHANA (ja) + Shankar Prasad (kn) + Changwoo Ryu (ko) + Vytautas Rėkus (lt) + Sandeep Shedmake (mr) + Kjartan Maraas (nb) + Wouter Bolsterlee (nl) + Jonh Wendell (pt_BR) + Yuriy Penkin (ru) + Daniel Nylander (sv) + Baris Cicek (tr) + Oleksandr Kovalenko (uk) + Ray Wang (zh_CN)
2009-05-26BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) towiz1-4/+2
get gtkdoc-rebase. Addresses PR 41475 by John D. Baker.
2009-05-26BUILD_DEPEND on gtk-doc to get gtkdoc-rebase. Remove patch-ab.wiz3-30/+3
2009-05-26Add link to bugreport.wiz3-5/+9
2009-05-26Update to 2.26.2. Set LICENSE to gnu-lgpl-v2.wiz2-6/+7
Changes in libsoup from 2.26.1 to 2.26.2: * SOUP_SESSION_TIMEOUT now works properly with SoupSessionAsync [#574414] and SSL [#578928]. Added tests/timeout-test to test this. * SoupDate fixes: * soup_date_to_string() now handles SOUP_DATE_RFC2822 [#579055, Enrico Tröger] * soup_date_new_from_string() now accepts 24:00 as a time in ISO8601 timestamps * soup_date_to_string() now coerces the date to UTC for HTTP and cookie dates, and outputs the UTC correct offset for the other date types. * Added regression tests to tests/date * soup_headers_parse() now completely ignores syntactically-incorrect headers, rather than passing them to soup_message_headers_append() and causing a g_warning. soup_message_headers_append() now also rejects 0-length header names. Updated tests/header-parsing to check this. [#579318] * Fix a crash when cancelling a message from a "restarted" handler, and updated a regression test to notice the underlying cause. [#580193] * TLS1.1 support in gnutls has been temporarily disabled, to work around what appears to be a bug in gnutls's support for backward-compatibility with older servers. [#581342] * DNS resolution should be slightly faster, as we no longer set a flag that resulted in additional unnecessary DNS requests. * The --disable-more-warnings flag to configure is no longer required when you are using gcc < 3.4. [#578851] * Fixed a bug in the new body parsing code [qv #571283 below] that caused libsoup to mistakenly reject some responses with SOUP_STATUS_MALFORMED, "Message Corrupt". [#582002] * soup_form_request_for_data() now allows you to use "PUT" as the method, because apparently some web service authors think that's how you spell "POST", or something. [#581860]
2009-05-26Set PKG_GROUPS.gdt1-1/+4
2009-05-25Changes 3.3.10:adam5-67/+55
This release adds MPLS support, a per-interface BPF filter, the ability to export the HTTP GET parameters in QUERY_STRING_UNESCAPED in the Perl plugin, support for extended sFlow samples, a fix for a visualization issue when using VLANs, and an improved Perl plugin.
2009-05-24Update to dhcpcd-5.0.4roy2-6/+6
Changes from dhcpcd-5.0.3 include * The requirement of the ServerID option is now configurable * Don't set a MTU lower than 576 * Enforce a minimum lease time of 20 seconds
2009-05-23Update "wireshare" package to version 1.0.8. Changes since version 1.0.7:tron2-6/+6
- Bug Fixes: - The PCNFSD dissector could crash. (wnpa-sec-2009-03) - Lua integration could crash. - The SCCP dissector could crash when loading more than one file in a single session. - The NDMP dissector could crash if reassembly was enabled. - Updated Protocol Support: All ASN.1 protocols, DICOM, NDMP, PCNFSD, RTCP, SCCP, SSL, STANAG 5066
2009-05-22Update to unfs3-0.9.22.tnn2-11/+7
Version 0.9.22 - fix spelling mistake in "no_all_squash" export option parsing - fix build on more recent FreeBSD systems - fix filesystem size reporting for Solaris Zones and others - document permission needs for exported directories
2009-05-21update mirror.zafer1-2/+2
2009-05-21update master sitezafer1-2/+2
2009-05-21update master sitezafer1-2/+2
2009-05-21remove broken mirror.zafer1-3/+2
2009-05-21pkgsrc changes:sno4-57/+7
- Updating package for p5 module Net::RawIP from 0.23nb1 to 0.25 - Setting gnu-gpl-v2 as license - removing patches which are applied upstream - removing unused dependency List::MoreUtils Upstream changes: 2008.10.22 - 0.25 - Sebastien Aperghis-Tramoni (SAPER) - [TESTS] CPAN-RT#39252: Proc::ProcessTable does not support the size attribute on all systems. Thanks to Havard Eidnes for the patch. - [DOC] Improved the documentation a bit. 2008.10.21 - 0.24 - Sebastien Aperghis-Tramoni (SAPER) - [BUGFIX] Fixed a segfault and a warning, thanks to Mike Lowell. - [DIST] Simplified the detection logic to make it work on more systems. - [DIST] Declared all prerequisite modules. - [TESTS] Removed all the tests related to the warning that was emitted by the module when ran as non root. - [TESTS] Fixed several tests to make them more portable. - [TESTS] Added 00-load.t, 01-api.t
2009-05-20Update tcpdump to 4.0.0asau5-26/+40
Summary for 4.0.0 tcpdump release Add support for Bluetooth Sniffing Add support for Realtek Remote Control Protocol (openrrcp.org.ru) Add support for 802.11 AVS Add support for SMB over TCP Add support for 4 byte BGP AS printing Add support for compiling on case-insensitive file systems Add support for ikev2 printing Update support for decoding AFS Update DHCPv6 printer Use newer libpcap API's (allows -B option on all platforms) Add -I to turn on monitor mode Bugfixes in lldp, lspping, dccp, ESP, NFS printers Cleanup unused files and various cruft Per request in PR 40588. Addresses PR 37500 and PR 40203.
2009-05-20Update to NSD 3.2.2.joerg2-6/+6
Allows nsd-patch to directly work on the database without intermediate zonefile. Allow file rotation for nsd.log. Allow disabling AXFR fallback. Fix off-by-one during query processing.
2009-05-20Update to 2.26.2:wiz6-118/+13
gnome-nettool 2.26.2, 2009-05-19 --------------------------------- - #583286: Compilation fixes for DragonFly BSD (Thomas Klausner) - Updated translations: - el (Simos Xenitellis) - et (Ivar Smolin) - ru (Boris Egorov)
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz16-28/+32
major change. Reported by Robert Elz in PR 41345.
2009-05-19Add URL for upstream bug report.wiz4-7/+13
2009-05-19+PKG_DESTDIR_SUPPORTabs1-3/+5
2009-05-19Update subdir of MASTER_SITES (or may just /slrum/).obache1-2/+2
2009-05-19Update to 20090513.snj2-8/+7
Changes: - Skip blank lines in batch file - Minor documentation change - Update and correct (format,extension) table for YouTube - Added -b option and created option groups for help prompt - Fixed ambiguity of multiple video option specifiers by dissalowing it; changed some sys.ext calls to parser.error - Some consistency changes and ghost-file bugfix - Move the -t and -l options to the filesystem group - Add format 35 (flv) as second best in quality - Add an "epoch" keyword to the output template - Use store_const instead of append_const as the latter requires Python 2.5
2009-05-19Uncomment some more LICENSE lines (all "public-domain").wiz1-2/+2
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz32-89/+75
block). Uncomment some commented out LICENSE lines while here.
2009-05-19+PKG_DESTDIR_SUPPORTabs3-7/+10
2009-05-18Update to 2.26.1, set LICENSE to gnu-gpl-v2.wiz2-6/+8
gnome-nettool 2.26.1, 2009-03-31 --------------------------------- - #576221: Fix glibtop initialization order in order to make it work on BSD (Joe Marcus Clarke) - Updated translations: - ar (Abou Manal) - bg (Alexander Shopov) - kn (Shankar Prasad)
2009-05-17AC_CHECK_HEADERS with no args causes autoconf to generate a shell for loopdholland3-1/+38
with nothing to iterate over, which some shells don't like. Patch it out. Fixes PR 40415. Build fix only; no version change.
2009-05-13Update to 2.1.12:wiz2-6/+6
Version 2.1.12 (May 9, 2009) User-visible changes: * Change: --connect-timeout, --connect-timeout-socks default -> 30s * Fix: timeout after file transfer starts * Fix: title parsing with custom character class (closes issue #8) * Add: redtube support; thanks to anonprn2@gmail.com (closes issue #11) * Fix: typo in --emit-xml --help string Version 2.1.11 (April 29, 2009) User-visible changes: * Change: --youtube-pass: prompt for password if left undefined * Change: --filename-format: default -> "%t.%s" * Fix: "Use of uninitialized value $opts{"ytpass"} ..." * Add new options: ** --connect-timeout ** --connect-timeout-socks * Cleanup: manual page Known-issues: * Youtube login does not work (throw an error, patches welcome!)
2009-05-13Update to 0.99.12. Changes since 0.99.11:hasso2-6/+6
bgpd: Fix bgp ipv4/ipv6 accept handling [bgpd] AS4 bugfix by Chris Caputo [SECURITY] [bgpd] Add 'show bgp views' command [bgpd] Allow accepted peers to progress even if realpeer is in Connect ospfd: [lib] Move type cast in Fletcher checksum [lib] Switch Fletcher checksum back to old ospfd version Justified OSPF cost function names and added support for: ospf cost <1-65535> A.B.C.D no ospf cost <1-65535> library: [lib] Fix timer precision. [lib] fix missing sockunion_normalise_mapped vtysh: [vtysh] Add commands from zebra_routemap.c to vtysh misc: [build] tools/multiple-bgpd.sh should be in 'make dist'
2009-05-12Update xorp to 1.6, as requested by PR 41115.obache6-23/+27
Release 1.6 (1/07/2009) ============================ ALL: - XORP now builds on Linux CentOS 5.2, Linux openSUSE-11.0, Linux Debian-5.0 (lenny, unreleased), Linux Ubuntu 8.10, Linux Red Hat Enterprise Linux Server release 5 (Tikanga), Linux Fedora 10, and OpenBSD-4.4. - XORP now builds on Linux systems with kernel 2.6.26 which is the first one to support IPv6 multicast routing. CONFIGURATION: - If a PIM-SM router is suppose to receive and process the PIM-SM Bootstrap messages, the configuration must have the "bootstrap {}" block included (even if it is empty): protocols { pimsm4 { bootstrap { } } } protocols { pimsm6 { bootstrap { } } } Previously, the Bootstrap messages were unconditionally processed even if the "bootstrap {}" block contained "disable: true" statement. - The following CLI operational command prefix has been changed: OLD: "show route admin distances" NEW: "show route admin distance" - The CLI "show version" command is supported - Addition of run-time configuration trace options for RIP/RIPng: protocols { rip { traceoptions { disable: false } } } LIBXORP: - Class EtherMac is removed and is replaced/superseded by the existing class Mac. - Performance improvements and various bug fixes in the EventLoop and SelectorList implementation. LIBXIPC: - XRL performance enhancements. (Bug 808) - Issues that might be triggered under heavy system load have been fixed (Bug 800) LIBFEACLIENT: - No significant changes. XRL: - See LIBXIPC RTRMGR: - No significant changes. XORPSH: - Incorrect help "show bgp peers detail" command (Bug 280) - Xorpsh exiting immediately on error doesn't work (Bug 763) - "Show version" CLI supported (Bug 789) - Show route admin distance not working (Bug 812) POLICY: - Tag per route is not reset in case the policies are removed (Bug 567) - Implement per-peer BGP import/export policies (Bug 667) - Enhance policy network-lists to included prefix length (Bug 674) FEA/MFEA: - Bug fix for OpenBSD when transmitting IGMP packets. RIB: - No significant changes RIP/RIPng: - Added traceoption support OLSR: - OSPF: - When the designated router was restarted the MaxAge LSAs that it generated when reflected back would be responded to with a MaxAge LSA, this process could continue indefinitely, leaving the neighbor state in EXCHANGE. (Bug 785) - OSPF virtual links support broken in the 1.5 and 1.6 releases BGP: - Support for Red Hat Linux (Bug 793) STATIC_ROUTES: - No significant changes. MLD/IGMP: - Bug fix when checking the source address of IGMP packet if the source address is allowed to be 0.0.0.0. MLD/IGMP-Lite: - Bug fix when checking the source address of IGMP packet if the source address is allowed to be 0.0.0.0. PIM-SM: Ability to add candidate BSR after inserting Cand-RP with same group (Bug 803) FIB2MRIB: - No significant changes. SNMP: - VRRP: - Initial implementation of VRRP version 2 as described in RFC 3768. - Supports running more than one VRRP instances on the same box although they need to be on different interfaces and different LANs for correct behavior (see ERRATA). - The following master failure modes have been tested and are known to work (i.e., backup becomes master): bringing the master's interface down, rebooting / crashing the master, physically removing the network cable. Note that in the latter case the master may fail to resume operations when the cable is restored (see ERRATA). - Successfully interoperates with vrrpd.
2009-05-12Added LICENSE=gnu-gpl-v2martti1-1/+2
2009-05-12Activated LICENSE=...martti1-2/+2
2009-05-12Added PKG_DESTDIR_SUPPORT=user-destdirmartti1-3/+5
2009-05-11Update to wpa_supplicant-0.6.9roy3-285/+11
Define NEW_FREEBSD_MLME_ASSOC so we work with newer NetBSD and FreeBSD Changes from 0.6.7 include * fixed wired IEEE 802.1X auth
2009-05-11Update to dhcpcd-5.0.3roy2-6/+6
Changes from 5.0.2 * getifaddrs can return NULL for ifa_addr We now catch this instead of crashing
2009-05-10Update dhcpcd to 5.0.2roy3-7/+8
Changes from 5.0.1 include * -n option now starts dhcpcd if not already started * 29-lookup-hostname hook installed by default, but skipped in dhcpcd.conf * Fix warning about missing dirs if we don't have any existing state * Fix compile on some Linux distros re linux/wireless.h
2009-05-10add 26 to PYTHON_VERSIONS_ACCEPTED.zafer1-2/+2
2009-05-09Address some implicit sign casts. Bump to 1.5.joerg2-5/+7
2009-05-07Update libVNCServer to 0.9.7.obache2-7/+9
Notes: Support for the ZYWRLE encoding, a wavelet based enhancement to the ZRLE encoding. CMake is supported. Bugfixes and configure improvements.
2009-05-06Allow glib to be disabledadrianp2-4/+16
It's still enabled by default so no PKGREVISION bump
2009-05-06Kill a now-useless BUILDLINK_API_EPENDS.libevent that I forgot to removesnj1-3/+1
in the previous revision. Pointed out by Onno van der Linden.
2009-05-06Update to 0.15. Closes PR 38144. Changes:snj3-9/+47
btpd 0.15: ---------- Bug fixes: - The event loop could busy loop for up to a millisecond sometimes. - On some platforms btpd couldn't initiate connections to other peers. - The timer code was broken on MacOS X. btpd 0.14: ---------- Misc: - IPv6 support. - Bans peers with bad data. - Better tracker compatability and more reliable tracker communication. - Show tracker counts in btcli stat. - Compiles on Solaris 10. - Btpd will now signal startup failures via the process exit value and print the failure reason to stdout. - Better shutdown and torrent stop behaviour. - Needs pthreads again. - Removed libevent in favour of own event loop code. Bug fixes: - An integer array was misaligned, which could cause crashes on systems with alignment requirements. E.g., on XScale arm. - An error in the torrent parsing code could cause crashes. - The '--topdir' option to btcli add didn't work properly for single file torrents. - The system name lookup scheme is now used. In btpd 0.13 only dns lookups were performed. btpd 0.13: ---------- Misc: - cURL is no longer required. btpd now uses its own http client. - btpd doesn't use threads anymore, so pthreads are not required. - Needed parts of libevent are now included in btpd. - I/O errors for torrents no longer make btpd shut down. Instead the problematic torrent is stopped. - Added the option '--ip' to specify the ip address btpd will report to trackers. - Resume file format changed. Already added torrents will be retested once. - The torrent info (ratio etc.) are now saved regularly. - Reduced the amount of outgoing data kept in memory.
2009-05-06Update to 2.1a9. Closes PR 33142. Changes:snj4-29/+28
- Handle "srv" records. - Fix some ttl parsing problems. - Add "ignore" option - Hack in support for "view" - Check for duplicate "cname" records. - Upgrade to autoconf 2.61
2009-05-05Changes 0.96.6:adam4-11/+13
* Bug Fixes * Refuse to share certain directories: /, $HOME, $GTK_GNUTELLA_DIR, and the incomplete and corrupted directories. * Downloads GUI: added checkboxes to invert the select/filter patterns. * Downloads GUI: added "Modified" column and detail showing the timestamp of the last file modification. * Optional beautification operations on filenames: strip leading "-", remove consecutive "_" and prevent "_" surrounding punctuation characters. * Fixed significant performance issue in the Gtk+ 1.2 front-end: update of upload statistics was O(n) but is now O(1). * Background TTH file verification now lights an icon in the GUI. * Show TTH tree depth in the download "Details" pane. * Update the bitzi metadata info box when a query finishes, so that it is not required to click on the result again after requesting bitzi data. * Added MIME type column for search results. * Added "Last Request" and "Last Upload" columns to the Upload History. * Almost complete DHT support (missing only publishing of data), but code needs to be explicitly enabled by setting "enable_dht" to TRUE. The DHT knows how to look for alt-locs for files and push-proxies for firewalled hosts, and will store local data for others to query. * New shell commands "stats", "download", "echo". * It is now possible to rename files being downloaded (through GTK2 or shell, no support in GTK1). * Added more filename extensions to the built-in search filters. * Switch resources after getting an HTTP error if the connection is kept alive and the error permits follow-ups (non-busy conditions). * Improved ability to switch resources after file completion by ignoring trailing swarming data, to keep the connection alive. * Bitzi tickets are refreshed when explicitely requested, avoiding reuse of stale metadata * Completed files are displayed during hash verification. * Only propagate good alt-locs for files we are downloading, i.e. addresses of hosts which we know to be serving that file because we contacted them. * Many new statistics counters. * Allow scheduling of special downloads without considering per-host limits, as these are of a much shorter duration (THEX and browse host requests). * Always seed completed files, regardless of their size (no PFSP minimum as with partial files), when their SHA-1 has been verified. * Incorrectly encoded Bitzi metadata is translated to Unicode. * Browse-host responses are sorted alphanumerically on relative pathnames to allow users to relate files together if they don't understand GGEP "PATH". * Improved routing of PUSH messages by also looking whether targetted hosts happen to be one of our immediate neighbours. * Updated Norwegian Bokmal and Spanish translations.
2009-05-05Update msdl to 1.2.4-r1.obache2-7/+8
While here, enable LICENSE. Version 1.2.4-r1. -msdl - bugfix release - fiexed bug about redirection (thanks for Mr.Jubany) - fixed some codes Version 1.2.4. -msdl - 10th release - fiexed proxy string parse bug - fixed is_url_valid_char(), added some missing valid characters (thanks for Mr.Jubany) - fixed SETUP request routine, a=control can be both absolute/relative URL - use stdout for error output. error message goes to stdout now!
2009-05-04Needs msgfmt.hasso1-2/+2
2009-05-03patch-ac: Apply upstream SVN revision 3748, which fixestnn3-2/+20
upstream ticket 75: "access logs globally writable in daemonized mode" Bump PKGREVISION.