summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2010-02-02specify --tagtnn1-4/+4
2010-02-02attempt to fix busted build on linux due to incomplete libtoolization of pkgtnn2-1/+32
2010-02-02Add istgtsborrill1-1/+2
2010-02-02This software (istgt) is the implementation of iSCSI targetsborrill7-0/+119
(refer to RFC3720 about iSCSI) for FreeBSD 7.1 or later. It includes iSCSI protocol processor and SPC-3 (SCSI Primary Commands - 3) based logical unit emulation. Version 20100125
2010-02-02Update py-IP to 0.70.obache2-11/+11
Based on PR#42669 by Wen Heping (and take maintainership). Version 0.70 (2009-10-29) * New "major" version because it may break compatibility * Fix __cmp__(): IP('0.0.0.0/0') and IP('0.0.0.0') are not equal * Fix IP.net() of the network "::/0": "::" instead of "0.0.0.0". IPy 0.63 should fix this bug, but it wasn't. Version 0.64 (2009-08-19) * Create MANIFEST.in to fix setup.py bdist_rpm, fix by Robert Nickel Version 0.63 (2009-06-23) * Fix formatting of "IPv4 in IPv6" network, eg. IP('::ffff:192.168.10.0/120'), the netmask ("/120" in the example) was missing! Version 0.62 (2008-07-15) * Fix reverse DNS of IPv6 address: use ".ip6.arpa." suffix instead of deprecated ".ip6.int." suffix Version 0.61 (2008-06-12) * Patch from Aras Vaichas allowing the [-1] operator to work with an IP object of size 1. Version 0.60 (2008-05-16) * strCompressed() formats '::ffff:a.b.c.d' correctly * Use strCompressed() instead of strFullsize() to format IP addresses, ouput is smarter with IPv6 address * Remove check_addr_prefixlen because it generates invalid IP address 2008-02-05 * Release IPy 0.56 * Fix IPv6 parser for unit tests: reject '1111::2222:3333:4444:5555:6666:7777:8888' address since '::' is useless 2007-08-16 * Release IPy 0.55 * Rewrite IPv6 parser to allow address "1:2:3:4:5:6::" 2007-06-22 * Release IPy 0.54 * make_net() match from James Teh: transform an IP address into a network address by applying the given netmask 2007-02-28 * Release IPy 0.53 * Reject '0.0.0.0-0.0.0.4' if check_addr_prefixlen is enable * Fix many english spelling mistakes 2006-11-06 * Release IPy 0.52 * Fix strCompressed() for IPv6 "ffff:ffff:ffff:ffff:ffff:f:f:fffc/127" 2006-11-02 * Release IPy 0.51 * Write real name of IPy author (Maximillian Dornseif) * Use version "0.51" to help packaging since 0.5 was smaller than 0.42 * Fix unit test for Python 2.3 (don't use doctest.testfile) and 2.5 (problem of hex() lower case) * "make test" also check IPy documentation * IPy now works on Python 2.2 to 2.5 2006-10-26 * Release IPy 0.5 * Apply Jean Gillaux patch for netmask "/0.0.0.0" bug * Apply William McVey patch for __nonzero__() bug * Apply Victor Stinner patch: setup.py can use setuptools and fix URLs * Allow "172.30.1.0/22" with new option IPy.check_addr_prefixlen=False * Add regression tests * Create AUTHORS file 2004-08-22 * IPy 0.42 works on Python 2.3 without warnings 2002-01-16 * IPy 0.41 has Python < 2.2 compatible unit tests and a README file
2010-02-02Fix a pkglint waring, force to exactly defined as "yes".obache1-2/+2
2010-02-02Update HOMEPAGE and MASTER_SITES.obache1-3/+3
2010-02-01Fix version number. Just assume that -P always should be translated tojoerg1-2/+2
pl.
2010-01-31Add readline support and depend on pkgsrc flex for netbsd-5 and earlierspz1-2/+11
2010-01-31update master_siteszafer1-2/+2
2010-01-31Update to wpa_supplicant-0.7.1roy2-7/+6
Changes include: * new DBus API * Fixed PKCS#12 use with OpenSSL 1.0.0
2010-01-31Update to dhcpcd-5.1.5 with the following changes:roy2-7/+6
* arc4random from OpenBSD imported for better randomness on Linux * -h, --xidhwaddr uses the last 4 bytes of the hardware address as the DHCP xid * no longer warn about InfiniBand being an unsupported family * infinite lease times are valid when reading old leases * discard address correctly if lease is invalid
2010-01-30DESTDIR supportjoerg4-2/+38
2010-01-30added a patch from Macports in order to make Netatalk 2.0.X compile on MacOS Xschwarz2-2/+8
2010-01-30add irrtoolset5spz1-1/+2
2010-01-30this is the new version (as of yet: release candidate) of irrtoolset,spz4-0/+54
the client tools to irrd
2010-01-30Fix name of Python interpreter in a script which is run during the build.tron5-5/+50
The locale files are now always installed and not only if a Python interpreter named "python" is available for whatever reasons. This fixes PR pkg/42691 by Olaf 'Rhialto' Seibert.
2010-01-29Punt stale fileroy1-69/+0
2010-01-29Update to recursor-3.1.7.2roy5-53/+28
Changes from 3.1.7 include: * Fixed CVE-2009-4009 and CVE-2009-4010 * Improved error messages when parsing zones * Resilience against whitespace in configuration * Performance increase
2010-01-29Update to dnsmsasq-2.52roy2-7/+7
Changes from dnsmasq-2.51 include * More conservative in detecing "A for A" queries * Increased default number of leases to 1000 * Added support for RFC3925 "Vendor-Identifying Vendor Options" * Default DNS packet size now 4096 as recommended by RFC5625
2010-01-29Update "wireshark" package to version 1.2.6. Changes since version 1.2.5:tron3-14/+13
- Bug Fixes The following vulnerabilities have been fixed. See the security advisory for details and a workaround. - Babi discovered several buffer overflows in the LWRES dissector. The following bugs have been fixed: - Wireshark could crash while decrypting Kerberos data. - Address display filters hang Wireshark. (Bug 658) - PSML - structure context node missing. (Bug 1564) - Wireshark doesn't dynamically update the packet list. (Bug 1605) - LUA: There's no tvb_get_stringz() equivalent. (Bug 2244) - tvb_new_real_data is prone to memory leak. (Bug 3917) - Malformed OPC UA traffic makes Wireshark "freeze". (Bug 3986) - Analyze->Expert... doesn't show IP "Bad Checksum" errors. (Bug 4177) - Wireshark can't decrypt WPA(2)-PSK when passphrase is 63 bytes. (Bug 4183) - RTP stream analysis: Wrong jitter values after clicking the refresh button. (Bug 4340) - Wireshark decodes bootp option 2 incorrectly. (Bug 4342) - Deleting SMI modules causes Wireshark to crash. (Bug 4354) - Wireshark decodes kerberos AS-REQ PADATA incorrect. (Bug 4363) - PDML output from TShark includes invalid characters. (Bug 4402) - Empty GPRS LLC S frames cause truncated data exception. (Bug 4417) - Updated Protocol Support BJNP, BOOTP/DHCP, DHCPv6, FIP, GPRS LLC, IEEE 802.11, IP, Kerberos, OPCUA, SCTP, SSL, ZRTP
2010-01-28Update tnftpd to 20091122:lukem2-6/+6
* Security fixes for fts in the internal ls. Received from OpenBSD via US-CERT as VU #590371. * Portability improvements. * Add support for Tru64 Security Integration Architecture (SIA) authentication. * Fix shadow password expiry check for users with large sp_max values.
2010-01-27DESTDIR supportjoerg9-56/+63
2010-01-27Actually enable destdir.joerg2-2/+6
2010-01-27DESTDIR supportjoerg6-26/+33
2010-01-27Update to kde4 4.3.5markd2-6/+5
* A number of bugs in KIO have been squashed, making updating of shown directories work again and solving some other stability issues * A crash when creating an avatar from the webcam in Kopete has been fixed * kded taking 100% CPU time in certain situations has been cured
2010-01-24Fix a variable reference in TCP_NOPUSH case.joerg1-2/+2
2010-01-24Added LICENSE information.heinz1-1/+2
2010-01-24Use the hard-core approach of killing SIGPIPE explicitly onjoerg1-1/+20
platforms that don't have MSG_NOSIGNAL like Solaris.
2010-01-24More PKGREVISION bumps of jpeg dependencies.wiz2-4/+4
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
2010-01-23libfetch-2.30:joerg2-12/+71
HTTP keep-alive support
2010-01-23libfetch-2.29:joerg5-111/+54
Push \r\n up to the users of fetch_putln and remove it. Use send instead of write(v) to avoid SIGPIPE.
2010-01-23Remove is_active.joerg3-7/+3
2010-01-22Fix typo in function names, bump date.wiz1-4/+4
2010-01-22Update py-GeoIP to 1.2.4.obache2-6/+7
Based on PR#42657 by Wen Heping. 1.2.4 2008-12-16 * Add charset and set_charset methods , as well as the new attributes GeoIP.GEOIP_CHARSET_ISO_8859_1 and GeoIP.GEOIP_CHARSET_UTF8 ( Boris Zentner ) * Add test_city_charset.py script showing howto use charset and set_charset ( Boris Zentner ) * Add last_netmask ( Boris Zentner ) * Fix compile warnings ( Boris Zentner ) * fix small memoryleak in database_info, org_by_name and org_by_addr ( Boris Zentner ) * fix version number in setup.py ( Boris Zentner ) * remove dma_code from test_city.py example ( Boris Zentner ) 1.2.3 2008-09-11 * update test.py - replace www.government.de with www.bundestag.de. Add range_by_ip example. ( Boris Zentner ) * Add range_by_ip - returns largest start and stop ip for any ip. Remember to use a IP not a name ( Boris Zentner ) * Add metro_code as a alias for the depreciated dma_code ( Boris Zentner ) 1.2.2 2008-08-13 * Update test_city.py and test_region.py ( Boris Zentner ) * Add region_name to GeoIPRegion ( Boris Zentner ) * Add database_info and database_edition attributes to GeoIP object (James Henstridge) * Add region_name and time_zone keys to GeoIPRecord wrapper (James Henstridge). * Export the country list, country code -> country name mapping, and country->continent mapping ( Ignacio Vazquez-Abrams ) * Raise country code counter from 251 to 253 ( Boris Zentner ) !! record_by_addr and record_by_name return None instead of throwing a exception. See test_city.py ( Boris Zentner ) * Add a py_geoip.error Exception object. (Boris Zentner) * Export the country list, country code -> country name mapping, and country->continent mapping ( Ignacio Vazquez-Abrams ) * Changed license to LGPL from GPL
2010-01-22fetch-1.7:joerg2-11/+12
Use connection cache (one per host, up to 16 hosts). Rename some parameters to avoid shadowing a global variable.
2010-01-22libfetch-2.28:joerg8-114/+181
Revamp FTP connection cache. Move it to the common layer to be later shared with HTTP (for persistent connection). The application controls how much caching is desired. Drop the reference counting on connections. Add a callback when the cached connection is dropped due to LRU. Over all, this allows more than one session cached per host and sessions cached to different servers.
2010-01-21Added support for installation to DESTDIR.heinz1-5/+8
2010-01-21Added LICENSE information.heinz1-1/+2
2010-01-21security update:spz2-7/+6
BIND 9.4.3-P4 is a SECURITY PATCH for BIND 9.4.3. It addresses a potential cache poisoning vulnerability, in which data in the additional section of a response could be cached without proper DNSSEC validation. Changes since 9.4.3-P3: 2772. [security] When validating, track whether pending data was from the additional section or not and only return it if validates as secure. [RT #20438] BIND 9.4.3-P5 is a SECURITY PATCH for BIND 9.4.3. It addresses two potential cache poisoning vulnerabilities, both of which could allow a validating recursive nameserver to cache data which had not been authenticated or was invalid. CVE identifiers: CVE-2009-4022, CVE-2010-0097 CERT advisories: VU#418861, VU#360341 Changes since 9.4.3-P4: 2831. [security] Do not attempt to validate or cache out-of-bailiwick data returned with a secure answer; it must be re-fetched from its original source and validated in that context. [RT #20819] 2828. [security] Cached CNAME or DNAME RR could be returned to clients without DNSSEC validation. [RT #20737] 2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712]
2010-01-21security update:spz2-7/+6
BIND 9.5.2-P2 is a SECURITY PATCH for BIND 9.5.2. It addresses two potential cache poisoning vulnerabilities, both of which could allow a validating recursive nameserver to cache data which had not been authenticated or was invalid. CVE identifiers: CVE-2009-4022, CVE-2010-0097 CERT advisories: VU#418861, VU#360341 Changes since 9.5.2-P1: 2831. [security] Do not attempt to validate or cache out-of-bailiwick data returned with a secure answer; it must be re-fetched from its original source and validated in that context. [RT #20819] 2828. [security] Cached CNAME or DNAME RR could be returned to clients without DNSSEC validation. [RT #20737] 2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712]
2010-01-21update to 2.28.1drochner7-18/+72
this switches to the Gnome-2.28 branch
2010-01-21Added LICENSE information.heinz2-4/+4
2010-01-21make the "sasl" extension an option (default on to match previousdrochner3-5/+17
behaviour, although I don't see any use in the pkgsrc ecosystem), and propagate it properly
2010-01-21Update to 0.2.1.22, from maintainer Christian Sturm in PR 42655:wiz2-7/+6
o Directory authority changes: - Rotate keys (both v3 identity and relay identity) for moria1 and gabelmoo. o Major bugfixes: - Stop bridge directory authorities from answering dbg-stability.txt directory queries, which would let people fetch a list of all bridge identities they track. Bugfix on 0.2.1.6-alpha.
2010-01-20Update to 0.66:wiz2-7/+6
**** 0.66 Dec 30, 2009 Feature Truncation for Nameserver fixes rt.cpan.org #33547 and #42744 TAKE CARE: this feature may cause unexpected behavior for your nameservers and can be turned off by setting Truncate to 0 during the creation of the nameserver. my $ns = Net::DNS::Nameserver->new( Truncate => 0, ); Net::DNS::Packet::truncate is a new method that is called from within Net::DNS::Nameserver that truncates a packet according to the rules of RFC2181 section 9. Acknowledgement Aaron Crane for an elegant test and for inspiration for a direction. Feature: Added Net::DNS::Domain Net::DNS::Domain is an attemt to consistently approach the various ways we interface with what RFC 1035 calls <domain-name>. The class and its test script t/02-domain.t are included to be exposed to various architectures. The class and its methods may be subject to change, both in terms of naming and functionality. A contribution by Dick Franks Fix improved fuzzy matching of CLASS and TYPE in the Question constructor method. A contribution by Dick Franks. Fix rt.cpan.org #43770 Update->rr_del() was reported broken for AAAA after 0.65. The same bug also occured in HINFO RR. Fix rt.cpan.org #43765 Code inconsistent with documentation for loop_once. Note: Keeping timeout undefined in loop_once will now block until something arrived on the socket. Fix rt.cpan.org #47050 Fixed logic error in bgsend socket acquisition code. Fix rt.cpan.org #47265 (partial) Frequently Net:DNS under Windows XP has a UDP problem which is caused by a buggy implementation of SOCKS under Windows. One liner added to not continue UDP processing when that happens. Feature KX RR Added support for the KX RR, RFC2230 The implementation is trivial since the KX inherets almost all of its functionality by inheritance from the MX RR. Fix NSAP RR string representation RFC1706 specifies the masterfile format to have a leading "0x" and optional dot. This was not how the RR was represented with the rdatastr method (and hence string and print). Fix rt.cpan.org #52307 AAAA v4compat parsing bug Acknowledgement: BLBLACK Fix AAAA dynamic update Dynamic update of AAAA caused FORMERR on the prerequisite caused by AAAA creating rdata even when an address whas never specified. This fix may cause difference in behavior for people who expect a NULL address ("::") when creating a AAAA without an address specified. Feature HIP RR Added support for the HIP RR, RFC5205 perldoc Net::DNS::RR::HIP for more information. Feature DHCID RR Added rudimentary support for the DHCID RR. Fix rt.cpan.org #50883 This is basically #11931 but for cygwin. Codepath in Cygwin and Win32 are now the same. This adds a dependency in cygwin. Acknowledgements "mikaraento" Fix rt.cpan.org #45407 and #43190 Fixed escaping of semicolon. Note a change in behavior: For TXT and SPF the rdatastr method (and therefore the print, and string method) returns the escaped format while the chr_str_list method will return unescaped format. Fix rt.cpan.org #43393 Typo in 01-resolver.t Fix rt.cpan.org #43273 Added check for unitialized opcode in headermask in Nameserver.pm Fix rt.cpan.org #46635 Minor documentation error in opt.pm Fix rt.cpan.org #51009 Fixed handling of empty string in Net::DNS::stripdot. Elegant one-liner supplied by JMEHNLE. Fix rt.cpan.org #49035 Comment parsing fixed: Semicolon in character string blocks (such as in TXT and NPTR) were only recognized when escaped. Also fixed the NAPTR regular expression to not interpret "bla' 'foo" as two strings bla and foo, but as one: bla' 'foo Fix cd flag settings Resolver bug and fix reported by Jon Haidu.
2010-01-20Bump PKGREVISION for gupnp/gssdp API changes.wiz7-8/+14
2010-01-20Update to 0.1.6:wiz4-7/+25
******************* * GUPnP IGD 0.1.6 * ******************* - Add python bindings ******************* * GUPnP IGD 0.1.5 * ******************* - Use the new GUPnP Context Manager from GUPnP 0.13 ******************* * GUPnP IGD 0.1.4 * ******************* - Make it compatible with the 0.13 API (does not yet use GUPnPContextManager) - Bug fixes
2010-01-20Remove unneeded patch after update to 0.13.2.wiz1-29/+0
2010-01-20Update to 0.13.2:wiz5-51/+45
0.13.2 ====== Changes since 0.13.1: - Utilize libconic (Maemo5) if available. - Unix context manager must signal the unavailibility of all contexts when disposed. - Enable silent build rules if they are available. - Fix race-conditions in client-side notification handling. - Unix context manager ignores point-to-point interfaces. - Context manager ignores interfaces without IP addresses. - Don't require timeouts to be specified in subscription requests. - Fix build against gcc 4.[1,2]. - Make network manager thread-safe. - Remove idle source on dispose in context manager implementations. - Warn in docs that gupnp_service_info_get_introspection() is evil and why. - Service retrieves introspection data in truly async way. - Fix some leaks. - A bunch of code clean-ups. All contributors: Olivier CrĂȘte <olivier.crete@collabora.co.uk> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Ross Burton <ross@linux.intel.com> Jens Georg <mail@jensge.org> Cem Eliguzel <celiguzel@ubicom.com> Bugs fixed: 1890 - Timeout parsing problem with SUBSCRIBE method 1880 - subscription/notification handling is racy 1906 - Tests failed with gupnp 0.13 1849 - Compile error when using gcc 4.[1,2] and strict aliasing 1494 - Ability to deal with multiple network interfaces 1881 - networkmanager interaction should use its own dbus connection 0.13.1 ====== Changes since 0.13: - Use unix context manager if NetworkManager service is not available. - Fix some minor leaks. All contributors: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Ross Burton <ross@linux.intel.com> 0.13 ==== Changes since 0.12.8: - Print reason when fail to fetch description doc - Support for dynamic/multiple networks through a new class, ContextManager. This class creates/destroys new context as new network interfaces go up/down. It also provides two convenient methods to take care of control point and device reference managment for you. Currently we have two implementations of context manager: * unix: The static but guaranteed to work on Unix, implementation. This is the default if none chosen at configure-time. * network-manager: A NetworkManager based implementation. - Idle handlers should use the assigned GMainContext. - Gracefully handle 'no root element in description' scenerio. - "host-ip" property moved from GUPnPContext to parent GSSDPClient. - ControlPoint set itself inactive before getting disposed. - New function to retrieve the capabilities of a DLNA device as announced in the device description. - New function to retrieve the content of arbitrary elements in the device description. - Fixed a crash that happens when service-proxy goes down before subscribtion to it completes. - Correct condition for SID being NULL. - Don't create redundant proxies. - Must not announce earlier versions of resources. This is strictly forbidden according to the latest UPnP specs. Instead GSSDP now handles M-SEARCH requests independent of version requested. - Free app developer from hosting of description documents. - New API to get SoupMessage associated with ServiceAction. - Handle the SOAPAction header being missing. - Fixed strrchr result checking. - Provide and use a wrapper class for xmlDoc objects, GUPnPXMLDoc that is a first-class gobject. - New domains for XML errors. - Many other minor fixes. Bugs fixed: 1626 - Print reason when fail to fetch description doc 1769 - audit issues 1760 - missing/invalid SOAPAction header crashes gupnp 1705 - Provide a public API to get information about a GUPnPServiceAction's HTTP request Dependencies changed: - gssdp >= 0.7 All contributors: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Ross Burton <ross@linux.intel.com> Sven Neumann <s.neumann@raumfeld.com> Jens Georg <mail@jensge.org> Steven Dorigotti <steven.dorigotti@tvblob.com> WARNING: This release is API and ABI incompatible with previous releases.