summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2008-11-28Add samba-3.0.32-CVE-2008-4314.patch.taca3-4/+9
http://www.samba.org/samba/security/CVE-2008-4314.html Bump PKGREVISION.
2008-11-27add monsoonkefren1-1/+2
2008-11-27Initial import of monsoon, a GTK+ bittorrent clientkefren4-0/+54
2008-11-27add monotorrentkefren1-1/+2
2008-11-27Import monotorrent 0.6.2, an open source .NET torrent librarykefren4-0/+30
2008-11-25Add fix for infinite loop in SMTP dissector from Wireshark SVN repository.tron3-2/+345
This addresses the security vulnerability reported in SA32840.
2008-11-24Add & enable p5-Net-Akismetseb1-1/+2
2008-11-24Initial import of p5-Net-Akismet version 0.05 in the NetBSD Packagesseb3-0/+29
Collection. The Perl 5 module Net::Akismet provides an interface to Akismet the collaborative effort to make comment and trackback spam a non-issue and restore innocence to blogging.
2008-11-23Do not unnecessarily create share/doc/openvpn, and remove it from PLIST.wiz2-7/+5
It wasn't created when installing the binary package. Bump PKGREVISION.
2008-11-23Bump PKGREVISION for gnome-vfs change (hal addition)jmcneill1-1/+3
2008-11-22Add missed file in previous commit.ahoka3-4/+40
2008-11-22PLIST fixadam1-1/+3
2008-11-21Updated net/proftpd to 1.3.2rc3martti6-217/+18
* Bug fixes
2008-11-21add twituxjmcneill1-1/+2
2008-11-21Import twitux version 0.62.jmcneill4-0/+81
Twitux is a free and open source GTK+ application for Twitter.com. You can: Send status, view friend status and see what they are doing, send direct messages to your Twitter friends, GUI notifications when a friend updates their status.. and more :)
2008-11-20Needs pkg-config.hasso1-1/+3
2008-11-19Update md-whois package to from 4.7.22 to 4.7.28.taca2-6/+6
whois (4.7.28) unstable; urgency=medium * Updated the .aero TLD server. * Added a new ASN allocation. * Search PGPKEY-* objects in the RIPE database. -- Marco d'Itri <md@linux.it> Wed, 10 Sep 2008 18:49:37 +0200 whois (4.7.27) unstable; urgency=medium * Updated the .md and .me TLD servers. * Added a new ASN allocation. * Added a new IPv4 allocation. * Updated the Polish and Czech translations. -- Marco d'Itri <md@linux.it> Thu, 17 Jul 2008 00:54:55 +0200 whois (4.7.26) unstable; urgency=medium * Added support for passing command line options in the environment variables WHOIS_OPTIONS and MKPASSWD_OPTIONS. (Closes: #324858) * Updated the French translation. (Closes: #474307) -- Marco d'Itri <md@linux.it> Sat, 05 Apr 2008 04:53:26 +0200 whois (4.7.25) unstable; urgency=low * mkpasswd: added support for the SHA-256 and SHA-512 methods from glibc 2.7. * mkpasswd: added support for FreeBSD-style Blowfish and NT-Hash methods. * mkpasswd: added support for variable-rounds methods (OpenBSD-style Blowfish and SHA-256/SHA-512). * mkpasswd: renamed -H/--hash to -m/--method. * mkpasswd: finished support for libxcrypt (not enabled by default). * Added NONE entries for the rest of .uk SLD. (Closes: #471963) * Added the .bd, .gh, .lc, .sc, .ma, .me, .om and .rs TLD servers. * Updated the .aero, .bb and .bz TLD servers. (Closes: #448683) * Added another RIPE ERX ASN block. (Closes: #452328) * Added a new ASN allocation. * Added Basque and Czech translations. -- Marco d'Itri <md@linux.it> Sun, 23 Mar 2008 19:18:34 +0100 whois (4.7.24) unstable; urgency=medium * Added new ASN allocations. * Added new IPv4 allocations. * Added the .asia, .kp and .mq TLD servers. (Closes: #445747) -- Marco d'Itri <md@linux.it> Tue, 30 Oct 2007 11:06:25 +0100 whois (4.7.23) unstable; urgency=medium * Fixed myinet_aton to not reject CIDR networks. * Added support for ASN32. * Added the za.net and za.org pseudo-TLD servers. -- Marco d'Itri <md@linux.it> Thu, 13 Sep 2007 03:28:21 +0200
2008-11-19Accept python-2.4 again now when py-cairo/py-gtk2 are fixed to work with it.hasso1-2/+2
2008-11-18Updated from version 0.60nb1 to 0.64.he2-7/+7
Pkgsrc changes: o Add commented-out HOMEPAGE using search.cpan.org. Upstream changes: 0.64 Mon Sep 29 04:20:02 PDT 2008 t/40_server.t: Further flexibility on the test of $srv->url(). This should (finally) catch any variation of 127.* address and/or host/domain naming that aliases to "localhost". lib/RPC/XML/Parser.pm: t/20_parser.t: Lingering problem from RT ticket #30354, RPC::XML::Parser did not get the change committed that included parser-level support for <i8>. Also added tests for parsing RPC::XML::request objects and all the data-type objects to the parser test suite (had they been there before, I would have caught this myself). 0.63 Fri Sep 19 02:22:26 PDT 2008 lib/RPC/XML.pm: Forgot to increment $VERSION before the previous commit. Won't show up in CPAN as an available update otherwise. 0.62 Fri Sep 19 02:12:02 PDT 2008 t/40_server.t: Extended the die message when $srv fails to allocate. Some testers are getting a failure here but I have no idea how or why. lib/RPC/XML.pm: Testers-service reports showed that the new i8 type was not auto-boxing correctly on true 64-bit machines. Turns out I had bogus values for the maximums and minimums, not just for 8-byte ints but also for plain 4-byte ones as well. 0.61 Mon Sep 15 01:38:44 PDT 2008 t/00_load.t: Converted to Test::More due to some cpan-testers reports that showed test 2 failing. Hoping this might provide better feedback if it continues to fail. t/40_server.t: Changed a test for "localhost:$port" in the server URL method to optionally allow localhost.localdomain, for those systems whose /etc/hosts cause the former to convert to the latter. Was causing false failures. t/40_server.t: t/50_client.t: t/60_net_server.t: Test suites armored against server processes that die as a result of croak() or other calls within 3rd-party modules. The client and net_server suites were also converted to Test::More at this time. t/40_server.t: Fix for RT ticket #36078, fix the URL testing on the server object to be less strict. Instead of only allowing "localhost", now also allows "localhost.localdomain" and does a look-up of "localhost" for the 127.* IP address and permits that as well. In essence, this extends and supercedes the second change listed above after more invariant cases were discovered. lib/RPC/XML.pm: t/10_data.t: Per RT ticket #30354 and specific request from a large agency using this package, implemented an "i8" type as an extension to the official XML-RPC specification. Documentation and tests included. THIS SHOULD BE CONSIDERED EXPERIMENTAL. t/40_server.t: t/60_net_server.t: Some of the work in armoring the test suites against server-death changed the counts on tests and on call-counts in the system.status method. Some explicit re-starts didn't help.
2008-11-18Update from version 4.014 to 4.015.he2-6/+18
Pkgsrc changes: o Ensure to replace the interpreter with ${PERL5} in installed modules Upstream changes: 4.015 Sun Nov 2 10:10:38 PST 2008 in Util v1.23 add missing headers in configure and localconf.h for Solaris inet_xton thanks to Karl Bunch <karl@digilink.net> for spotting the bug.
2008-11-18Updated from version 1.24nb2 to 1.25.he3-21/+6
Pkgsrc changes: o Remove no-longer-needed fix for one of the tests Upstream changes: 1.25 [IN PROGRESS] - Fix test-suite not to run the "packages" tests against test.indexdata.com, which has gone away, but against z3950.indexdata.com, like the other tests. A new server runs on a different port for these tests. - Rename zdump.pl to zoomdump, and add it to the set of programs installed.
2008-11-18Updated from version 1.4 to 1.5.he2-6/+6
Upstream changes: 1.5 2008-11-08 17:42 GMT - Move to Module::Install - Add basic pod test
2008-11-18Update from version 0.04nb3 to 0.05.he2-7/+7
Pkgsrc changes: o Add commented-out HOMEPAGE using search.cpan.org Upstream changes: o No updated changelog ("There Ought to be a Law"), but by the looks of it mostly improved error reporting and robustness.
2008-11-18Updated from version 0.44nb1 to 0.45.he2-8/+7
Pkgsrc changes: o Remove dependency on p5-DateTime-Format-Strptime o Ensure IO::File is new enough by adding dependency Upstream changes: 0.45 Wed Aug 20 17:06:49 BST 2008 - make add_key, head_key etc. return all the headers, not just the X-Amazon ones (patch by Andrew Hanenkamp) - require IO::File 1.14 (noticed by tsw) - remove DateTime::Format::Strptime prerequisite as it was not being used (noticed by Yen-Ming Lee) - do not try and parse non-XML errors (patch by lostlogic) - make it possible to store and delete the key "0" (patch by Joey Hess) - make it possible to store empty files (patch by BDOLAN) - add Copy support (patch by BDOLAN) - add s3cl for command-line access (patch by Leo Lapworth)
2008-11-18Updated from version 1.34nb1 to 1.35.he2-7/+6
Upstream changes: 1.35 September 29th 2008 - Add GEOIP_DOMAIN_EDITION for the PurePerl ( Boris Zentner ) - Add open_type method to the PurePerl fallback ( Boris Zentner ) - Add CAPI Version detection, for the case, where a outdated CAPI is installed. ( Boris Zentner ) - Add metro_code, a replacement for the depreciated dma_code method. ( Boris Zentner ) - Add range_by_ip, netmask and last_netmask to the PurePerl API ( Boris Zentner ) - Add range_by_ip to the C API wrapper ( Boris Zentner )
2008-11-17Fix an sa_len problem on NetBSD 5.0.ahoka2-3/+4
Patch submitted by Roy Marples.
2008-11-16libpcap dymanically generates man page sections based on the OS. For SunOSadrianp2-6/+16
MAN_MISC_INFO and MAN_FILE_FORMATS are in different sections to others so account for this with some PLIST magic. PKGREVISION++
2008-11-15add p5-Net-DBusjmcneill1-1/+2
2008-11-15Initial import of p5-Net-DBus version 0.33.6.jmcneill3-0/+32
Net::DBus provides a Perl XS API to the dbus inter-application messaging system. The Perl API covers the core base level of the dbus APIs, not concerning itself yet with the GLib or QT wrappers. For more information on dbus visit the project website at: http://www.freedesktop.org/software/dbus/
2008-11-15Remove python24 from accepted versions since x11/py-gtk2 doesn't support ithasso1-2/+2
any more.
2008-11-13Add missing hicolor-icon-theme dependency.wiz1-13/+14
Reorder lines to follow pkgsrc standard some more. Bump PKGREVISION.
2008-11-12Ekiga wants LDAP support by default. Buildlink in databases/openldap-clientdsainty4-2/+48
so that configure will succeed. Fix the comment syntax in a couple of assembly files to fix the build where the assembler doesn't like # as a comment prefix. Bump PKGREVISION.
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz4-6/+8
2008-11-08Updated to version 1.02.heinz2-8/+9
Pkgsrc changes: - p5-URI-Fetch is not needed anymore, a modified internal version is used instead. - p5-XML-Simple is required now. Changes since version 0.14: =========================== 1.02: * Declare dependency on XML::Simple 1.01: * Make the verified_identity bit accept assertions from any declared endpoint, rather than only the primary one. This implementation kinda sucks because it hits the identity URL over and over doing discovery. * Refactor the discovery code a little so that the whole list of valid endpoints can optionally be returned. This is in preparation for fixing the assertion verification code so that providers other than the primary one are able to make assertions. * Support indirect messages encapsualated in POST requests when args are given as a CGI, Apache, or Apache::Request object. * Support the 1.1 and 1.0 namespace values required by Auth 2.0 section 4.1.2. * Deal with cases where Net::OpenID::Yadis returns arrayref or hashref for Service->URI, including a basic support for the priority attribute. Based on a patch from Fumiaki Yoshimatsu <fyoshimatsu@sixapart.com>. * when dealing with a 2.0 server, send 2.0-shaped association requests. * add the set_extension_args method to ClaimedIdentity and the extension_fields and signed_extension_fields methods to VerifiedIdentity, which together form a higher-level API for using protocol extensions such as SREG and PAPE. * add support for OpenID 2.0-style messages from providers * use our own simplified fork of Net::Yadis::Discovery to avoid dependency on Module::Pluggable::Fast. Or on Net::Yadis::Discovery, for that matter. * add hooks for openid-test project. (bradfitz) * add OpenID 2.0-compliant discovery and authentication request. * add method on claimed identity object to get delgated URL
2008-11-08Update to 2.12.2:wiz3-17/+101
============== Version 2.12.2 ============== o Fixes * Fix leak (Kjartan Maraas) * Correctly install/uninstall/use named icon (Christian Kirbach) o Doc Translators * Joan Duran (ca) * David Lodge (en_GB) * Jorge González (es) * Robert-André Mauchin (fr) * Milo Casagrande (it) * Yannig Marchegay (oc) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) o Translators * F Wolff (af) * Khaled Hosny (ar) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Martin Willemoes Hansen (da) * Nikos Charonitakis (el) * Dominique PELLÉ (eo) * Jorge González (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Andrea Decorte (fur) * Ignacio Casal Quinteiro (gl) * Garry Lachman (he) * Grunf (hr) * Gabor Kelemen (hu) * Tryggvi Björgvinsson (is) * Alessio Frusciante (it) * Takeshi AIHANA (ja) * Shankar Prasad (kn) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Sandeep Shedmake (mr) * Nabin Gautam (ne) * Yannig Marchegay (Kokoyaya) (oc) * Duarte Loreto (pt) * Sebastian Ivan (ro) * Leonid Kanter (ru) * Danishka Navin (si) * Marcel Telka (sk) * Laurent Dhima (sq) * Dr.T.Vasudevan (ta) * Pramod (te) * Theppitak Karoonboonyanan (th) * Maxim Dizumanenko (uk) * Nurali Abdurahmonov (uz@cyrillic)
2008-11-08patch-aa: GNOME bug #559395: fix build w/ bison-2.4.tnn2-1/+24
2008-11-07Alternate fix to DESTDIR issue - use INSTALLATION_DIRS=abs1-4/+2
2008-11-05Update to 0.75:wiz3-15/+15
v0.75 Feelgood patch to move sprintf to snprintf. People might think that sprintf might cause a buffer overflow. Now it's clean. cut-paste patches: you can now copy an intermediate host to the clipboard.
2008-11-05Reset PKGREVISION after update 7 minutes ago.wiz1-2/+1
2008-11-05+ p5-IO-Socket-INET6.wiz1-1/+2
2008-11-05Import p5-IO-Socket-INET6-2.56 as net/p5-IO-Socket-INET6.wiz3-0/+35
IO::Socket::INET6 provides an object interface to creating and using sockets in both AF_INET|AF_INET6 domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. WARNING: You should use this module mainly to program IPv6 domain. Most pobably future releases will not support AF_INET | AF_UNSPEC options, as the module seems to fail on some given corner cases. If you require IPv4, you are encouraged to use IO::Socket::INET from the application level. Be warned.
2008-11-05Update to 0.23:wiz2-6/+6
2008-11-02 Hajimu UMEMOTO <ume@mahoroba.org> * Socket6.pm: Bump version number to 0.23. * Makefile.PL (configure_mswin32): Added a conditional #define for HAVE_INET_(PTON|NTOP) to make the module. Change was necessary because the SDK for Vista now includes inet_(pton|ntop) in ws2tcpip.h Submitted by: "David M. Town" <dtown@cpan.org> * Makefile.PL (configure_mswin32): Added a line to #define HAVE_SOCKLEN_T since it is defined for MSWin32 Submitted by: "David M. Town" <dtown@cpan.org> * Socket6.pm: Added @EXPORT_OK to export AF_INET6 and PF_INET6 if requested. This allows the use of the Socke6 module without having to perform the same conditional check that was added to avoid conflicts with the Socket module default exports (i.e. use Socket6 qw(AF_INET6 inet_pton inet_ntop); ) Submitted by: "David M. Town" <dtown@cpan.org> * Socket6.pm (AUTOLOAD): Explicitly set $! = 0 before calling constant(). This should not be required since errno was being set to 0 in the C function, but Perl 5.10.0 Win32 Vista needed this to be done or all constants reported unsupported. Submitted by: "David M. Town" <dtown@cpan.org> 2008-08-18 Hajimu UMEMOTO <ume@mahoroba.org> * Socket6.pm: Use strict environment. * Socket6.pm: Bump version number to 0.22. * Socket6.pm: Make AF_INET6 check actually work. Submitted by: Tatsuya Noda <topia@clovery.jp> * Makefile.PL: Make sure to include config.pl in current directory.
2008-11-04Fix install with USE_DESTDIR set. Bump pkgrevisionabs1-1/+5
2008-11-04libfetch-2.20:joerg2-6/+5
Allow HTTP basic auth to be specified in the URL. Also allow : in the password while here.
2008-11-04Update ktorrent to 2.2.8.obache2-6/+6
Changes in 2.2.8 : - Backported some security fixes for the webinterface from KDE4 version
2008-11-03Removed unused (PROP_TYPE_STRING) patchesadam7-291/+1
2008-11-03Include "converters/libiconv/buildlink3.mk" to fix build problems undertron1-1/+3
Solaris as suggested by Joern Clausen in PR pkg/39859. Bump the package revision because this might change the binary package on some platforms.
2008-11-03regen for missing patch-ae.obache1-1/+2
2008-11-03clean up trailling white-space.obache1-2/+2
2008-11-02Update from version 4.007 to version 4.014.seb2-8/+6
Pkgsrc changes: remove (now) unneeded build dependency. Upstream changes: 4.014 Sat Nov 1 15:13:48 PST 2008 in Lite.pm v1.11, add test for characters not allowed by rfc952 before the call to gethostbyname in sub new() for those people that insist on using deprecated functionality :aton and OS's that fail to notice calls to gethostbyname with binary arguments. 4.013 Wed Oct 22 15:04:49 PDT 2008 In Lite.pm v1.10, add new no octal method for improperly formatted ipV4 addresses In Util.pm v1.22, eliminated dependance on PL_sawampersand thanks to Mark Martinec <Mark.Martinec@ijs.si> for spotting this and submitting a patch. In Util.pm v1.22, force -noxs mode for Win32 In Util.pm v1.22, use autoconf to configure 'C' build 4.012 Thu Oct 16 19:35:33 PDT 2008 clear build bug for Win32 in Util.pm v 1.21 4.011 released Oct 6 13:10 4.010 Sat Sep 27 17:00:28 PDT 2008 in NetAddr::IP::Util v0.19 updated test for ENDIANess in siteconf add test in inet_aton to detect overange IP dot quad values missed by some broken Socket implementations i.e. 256.1.1.1 would fail to return undef NOTE: Versions 4.008 and 4.009 had limited release to tester only and were not uploaded to CPAN. All of the v4.008, 4.009 changes are incorporated in v4.010 4.009 Tue Sep 2 19:09:57 PDT 2008 In NetAddr::IP::Lite v1.07, in the off chance that NetAddr::IP::Lite objects are created and the caller later loads NetAddr::IP and expects to use those objects, let the AUTOLOAD routine find and redirect NetAddr::IP::Lite method and subroutine calles to NetAddr::IP. updated Lite/t/v4-wnew.t so that non-existent domains are "really" not there 4.008 Sat Jun 7 14:01:55 PDT 2008 inherit method "new_from_aton" from NetAddr::IP::Lite add related documentation Inherited methods from Lite.pm updated as follows: comparisons of the form <, >, <=, >= 10.0.0.0/24 {operator} 10.0.0.0/16 return now return the comparision of the cidr value when the address portion is equal. NOTE: this comparison returns the comparison of the NUMERIC value of the CIDR. This produces the counter intuitive result that /24 > /16. There is logic to this, really! For proper operation of commands like "Compact" and "Coalesce", lists of netaddr objects must sort in ascending order. However, this conflicts with the requirement for larger netblocks to sort FIRST so as to include smaller ones. This logic extends to any requirement for a sort of netaddr objects. It should be further noted that the mixing of netaddr objects with varying IP addresses and CIDR allocations can lead to unexpected results since the comparisons done first on the IP portion and then on the CIDR portion. The documentation has been updated appropriately. Thanks to Peter DeVries for spotting this discrepancy