summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
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
2008-11-02Changes 5.4.2.1:adam2-7/+6
snmpd: - SECURITY ISSUE: A bug in the getbulk handling code could let anyone with even minimal access crash the agent.
2008-11-02Enable support for libmagic (sysutils/file).bjs2-3/+7
2008-10-31Need msgfmt to build, added to USE_TOOLS.obache1-2/+2
(But not sufficient to fix PR 39805 though).
2008-10-30Fix botched updated so that this package can actually be installed.tron2-32/+41
2008-10-30Libtoolize for Solaris. Otherwise it doesn't build.is2-1/+39
2008-10-30Changes 1.0.0:adam5-30/+166
* Compile with IPv6 support by default * Compile with large file support on by default * Add pcap-config script, which deals with -I/-L flags for compiling * DLT: Add IPMB * DLT: Add LAPD * DLT: Add AX25 (AX.25 w/KISS header) * DLT: Add JUNIPER_ST * 802.15.4 support * Variable length 802.11 header support * X2E data type support * SITA ACN Interface support - see README.sita * Support for zerocopy BPF on platforms that support it * Better support for dealing with VLAN tagging/stripping on Linux * Fix dynamic library support on OSX
2008-10-29Update to 2.24.1:wiz3-21/+26
Vino 2.24.1 =========== Fixes + Bug #555105: Propagates port changes via avahi. + Update label in vino-preferences when the port changes. + Bug #161180: Hopefully fix an window empty bug. + LP: #266932: Only restore the wallpaper when the last client disconnects. Translations + Usama Akkad (ar) + Ihar Hrachyshka (be@latin) + Alexander Shopov (bg) + Milo Casagrande (it) Vino 2.24.0 =========== Translations + Usama Akkad (ar) + Joan Duran (ca) + Pavel Šefránek (cs) + Ask Hjorth Larsen (da) + Andre Klapper (de) + Ankit Patel (gu) + Ante Karamatić (hr) + Gabor Kelemen (hu) + Milo Casagrande (it) + Shankar Prasad (kn) + Young-Ho Cha (ko) + Žygimantas Beručka (lt) + പ്രവീണ്‍ (ml) + Dan Damian (ro) + Alexandre Prokoudine (ru) + Laurent Dhima (sq) + Данило Шеган (sr) + Baris Cicek (tr) + Chao-Hsiung Liao (zh_HK) + Chao-Hsiung Liao (zh_TW) Vino 2.23.92 ============ Fixes + Added an icon to session desktop file. Translations + Alexander Shopov (bg) + Runa Bhattacharjee (bn_IN) + David Lodge (en_GB) + Takeshi AIHANA (ja) + Kjartan Maraas (nb) + Wouter Bolsterlee (nl) + Manoj Kumar Giri (or) + Tomasz Dominikowski (pl) + Duarte Loreto (pt) Vino 2.23.91 ============ Fixes + Make vino work correctly with new gnome-session. (Jonh Wendell) Translations + Jorge González (es) + Ivar Smolin (et) + Iñaki Larrañaga Murgoitio (eu) + Ilkka Tuohela (fi) + Claude Paroz (fr) + Oldie (he) + Arangel Angov (mk) + Sandeep Shedmake (mr) + Kjartan Maraas (nb) + Og Maciel (pt_BR) + Daniel Nylander (sv) + Tirumurthi Vasudevan (ta) + Theppitak Karoonboonyanan (th) Vino 2.23.90 ============ Features + Added the ability to hide the background on connections. (Jorge Pereira) + New compile-time option (--enable-libunique), allows only one instance of capplet running. (Jorge, Jonh Wendell) + Added vino-server.desktop file required by new gnome-session. (Halton Huo) + Get rif of libgnome[ui] in the capplet. (Jonh) Fixes + Minor bug fixes Translations + Djihed Afifi (ar) + Jorge González (es) + Ivar Smolin (et) + Ilkka Tuohela (fi) + Claude Paroz (fr) + Ignacio Casal Quinteiro (gl) + Oldie (he) + Arangel Angov (mk) + Kjartan Maraas (nb) + Wouter Bolsterlee (nl) + Enrico Nicoletto (pt_BR) + Duarte Loreto (pt) + Daniel Nylander (sv) + Theppitak Karoonboonyanan (th) Vino 2.23.5 ============ Features + New command-line tool, vino-passwd, which allows you to change vino password. Similar to Unix passwd command. (Jorge Pereira) Fixes + Bug #534262 - cyclic clipboard propagation (Jonh Wendell) + Minor bug fixes Translations + Djihed Afifi (ar) + Rostislav "zbrox" Raykov (bg) + Jorge González (es) + Ivar Smolin (et) + Ignacio Casal Quinteiro (gl) + Oldie (he) + Kjartan Maraas (nb) + Wouter Bolsterlee (nl) + Yannig Marchegay (Kokoyaya) (oc) + Matej Urbančič (sl) + Laurent Dhima (sq) + Daniel Nylander (sv) + Theppitak Karoonboonyanan (th) Vino 2.22.1 ============ Fixes + Don't lock the screen in fake connections (Jonh Wendell) Translations + Kostas Papadimas (el) + Ivar Smolin (et) + Eskild Hustvedt (nn) + Marcel Telka (sk) + Baris Cicek (tr) Vino 2.22.0 =========== Translations + Djihed Afifi (ar) + Ihar Hrachyshka (be@latin) + Runa Bhattacharjee (bn_IN) + Kenneth Nielsen (da) + David Lodge (en_GB) + Jorge González (es) + Stéphane Raimbault (fr) + Gabor Kelemen (hu) + Milo Casagrande (it) + Takeshi AIHANA (ja) + Žygimantas Beručka (lt) + I. Felix (ta) + Maxim Dziumanenko (uk) + Chao-Hsiung Liao (zh_HK) + Chao-Hsiung Liao (zh_TW) Vino 2.21.92 ============ Fixes + Fix a crash with the vinagre client. (Mark McLoughlin) + Fix a crash when client disconnects just after connecting. (Jonh Wendell) + Fix the build with recent glibc. (Matthias Clasen) Translations + Josep Puigdemont (ca) + Pavel Šefránek (cs) + Ilkka Tuohela (fi) + Robert-André Mauchin (fr) + Nyitrai István (hu) + Shankar Prasad (kn) + Young-Ho Cha (ko) + Arangel Angov (mk) + Badral (mn) + Shyam Krishna Bal (ne) + Duarte Loreto (pt) + Clytie Siddall (vi) Vino 2.21.91 ============ Translations + Djihed Afifi (ar) + Amitakhya Phukan (as) + Petr Kovar (cs) + Andre Klapper (de) + Arangel Angov (mk) + Wouter Bolsterlee (nl) + Tomasz Dominikowski (pl) + Vladimir Melo (pt_BR) + Zhovner Pavel (ru) + Theppitak Karoonboonyanan (th) Vino 2.21.90 ============ Translations + Runa Bhattacharjee (bn_IN) + Andre Klapper (de) + Iñaki Larrañaga Murgoitio (eu) + sandeep shedmake (mr) + Kjartan Maraas (nb) + Yannig Marchegay (Kokoyaya) (oc) + Marcel Telka (sk) + Daniel Nylander (sv) + Clytie Siddall (vi) Vino 2.21.3 ============ Fixes + Minor fixes Translations + Ivar Smolin (et) + Ignacio Casal Quinteiro (gl) + Matapathi Pramod (te) + Zhovner Pavel, Vasiliy Faronov (ru) Vino 2.21.2 ============ Features + New gconf key to control the status icon behaviour + Added more options in the configuration applet Translations + Jorge González (es) + Matej Urbančič (sl) + Daniel Nylander (sv) Vino 2.21.1 ============ Features + Handles clipboard copy and paste (Jonh) + Don't ship icons/ directory anymore (Jaap A. Haitsma) Fixes + Fixes some key presses issues (Dan Winship) + Only show 'disconnect all' popup item in status icon if we have more than one client connected (Jonh) + Better handles disconnection from avahi-daemon (Sebastien Estienne) Translations + Djihed Afifi (ar) + Oldie (he) + Matej Urbančič (sl) Vino 2.20.1 =========== Translations + Djihed Afifi (ar) + Rostislav "zbrox" Raykov (bg) + Iñaki Larrañaga Murgoitio (eu) + Young-Ho Cha (ko) + Dr.T.Vasudevan (ta) Vino 2.20.0 =========== Translations + Khaled Hosny (ar) + Iñaki Larrañaga Murgoitio (eu) + Gabor Kelemen (hu) + Arangel Angov (mk) + Wouter Bolsterlee (nl) + Og Maciel (pt_BR) + Duarte Loreto (pt) + Nickolay V. Shmyrev (ru) + Laurent Dhima (sq) + Данило Шеган (sr) + Maxim Dziumanenko (uk) + Clytie Siddall (vi) Vino 2.19.92 ============ Fixes + Bug #353304 - using Alt-Gr from a Windows VNC client to vino + Bug #383147 - beryl windows manager does not support vino only metacity Translations + Josep Puigdemont (ca) + Ask Hjorth Larsen (da) + Hendrik Richter (de) + Ivar Smolin (et) + Stéphane Raimbault (fr) + Takeshi AIHANA (ja) + Young-Ho Cha (ko) + Žygimantas Beručka (lt) + Arangel Angov (mk) + Tomasz Dominikowski (pl) + Og Maciel (pt_BR) Vino 2.19.90 ============ Features + Included hostname in Avahi service name + Show the configure summary Fixes + Minor fixes Translations + Runa Bhattacharjee (bn_IN) + Denis Radovanović (bs) + Hendrik Richter (de) + Athanasios Lefteris (el) + David Lodge (en_GB) + Jorge González (es) + Ivar Smolin (et) + Iñaki Larrañaga Murgoitio (eu) + Ilkka Tuohela (fi) + Ankit Patel (gu) + Rajesh Ranjan (hi) + Takeshi AIHANA (ja) + Vladimer Sichinava (ka) + Raivis Dejus (lv) + Hasbullah Bin Pit (ms) + Kjartan Maraas (nb) + Wouter Bolsterlee (nl) + Gora Mohanty (or) + Og Maciel (pt_BR) + Leonid Kanter (ru) + Daniel Nylander (sv) + Theppitak Karoonboonyanan (th) + Baris Cicek (tr) + Maxim Dziumanenko (uk) Vino 2.19.5 =========== Features + Show http server address in vino-preferences if vino is compiled with http support (Halton Huo) + Added a new configuration option (gconf key) 'lock_screen_on_disconnect', which locks the screen when last user disconnects (Jonh) + Build against libnotify, if it's available (added --enable-libnotify=auto and make it the default) Fixes + Only publish VNC service under Avahi when server is enabled, bug #330690 (Jonh) + Don't assert on a NULL find result from gnome-keyring, bug #450074 (Stef Walter) + Fix a crash when dbus Introspect() method is called, bug #445525 (Jonh) + Fix keyboard mapping problem, bug #440429 (Jonh) + Use $prefix/share/vino for data in favor of $prefix/share/gnome/vino, bug #436460 (Matthias Clasen) + Fix gtk-update-icon-cache for install and uninstall-hook (David Farning) + Fix crash in mouse wheel movement on non-Xorg system, bug #431627 (Halton Huo) Translations + Khaled Hosny (ar) + Jakub Friedl (cs) + Tshewang Norbu (dz) + David Lodge (en_GB) + Jorge González (es) + Ivar Smolin (et) + Ignacio Casal Quinteiro (gl) + Oldie (he) + Espen Stefansen (nb) + Danishka Navin (si) + Daniel Nylander (sv) + Dr.T.Vasudevan (ta) + Theppitak Karoonboonyanan (th) + Clytie Siddall (vi) + Yang Zhang (zh_CN)
2008-10-29Update parpd to 1.2, based on wip/parpd.obache3-16/+8
No changelog in tarball and pkgsrc-wip commit log, From the project timeline: some performance and potabilty improvements sample parpd.conf file is not installed anymore.
2008-10-29Remove now unused libsoup-devel package.wiz6-142/+1
2008-10-29Use curl instead of libsoup-devel as networking library.wiz2-12/+7
Fix PLIST. Bump PKGREVISION.
2008-10-29Update to aria2-0.16.2. Notable changes:bjs3-7/+13
- Added Serbian, Vietnamese, and Traditional Chinese translations. Updated French, Simplified Chinese, and Japanese Translations. - Added length equality test to operator== to drop a piece message whose length does not match to the requested one. - Fixed the bug that aria2 aborts when a request larger than 16KiB is recieved. In this fix, if a request larger than 16KiB length is received, aria2 disconnects the peer. - Updated man page. Changed doctype of aria2c.1.html to manpage in order not to replace '--' with em dash character. - Added --auto-save-interval=SEC option. A control file(*.aria2) is saved every SEC seconds. - Added --dht-file-path option to change the path to dht.dat, which is a serialized DHT routing table. - Fixed the bug that last character in URI is not encoded. - Fixed the bug that referer header field contains fragment. Now Request class removes fragment part of URI and encodes it in Request::setUri() and setReferer().
2008-10-28Update from version 1.0.7 to version 1.0.14.seb2-7/+7
This fix this package build with latest net/yaz package. Changes: 1.0.14 Allow sru_verson to be set via yaz_connect. Fixed bad memory reference in yaz_es_result 1.0.13 Fixed yaz_present that could use use yaz_range values from old session 1.0.12 Fixed argument parsing for yaz_ccl_parse 1.0.11 Fixes for windows 1.0.10 CCL stop word facility 1.0.9 Updated for YAZ 3.0. Shutdown/setting fixes 1.0.8 Updated for YAZ 2.1.42
2008-10-28Changes 2008.05.01:adam10-173/+88
* Bug fixes and improvements
2008-10-28Update to 2.24.0:wiz3-18/+18
pyorbit-2.24.0: 23-Sep-2008 - Added weakref support to Python CORBA objects (Eitan Isaacson, #502925) - Allow accessing reference count data (Eitan Isaacson, #471391) - Misc. build fixes (Thomas Lee, #522593, Sebastien Bacher, #448178)
2008-10-27Update to 2.24.1. Add evolution-data-server option, default on.wiz4-21/+35
2.24.1 * Hide the "Send" button after clicking it * Make the breakpad module resident (Matthias Clasen) 2.24.0 * Disable Solaris from the google-breakpad supported OS * Adapt gnome-breakpad for loading by XSettings (requires GTK+ 2.14.2 and gnome-settings-daemon 2.24.0) * Many translation updates 2.23.91.1 * Fix a runtime warning 2.23.91 * Standardize the desktop file (Pacho Ramos) * Clean up X11 includes * Many translation updates 2.23.90 ("Live in Paris") * Remove dependency on gnome-desktop * Fix some typos * Many translation updates 2.23.6 * Remove unused command line switches * Update and ship a man page * Remove dependency on libgnomecanvas * New Tango icon (thanks to Andreas Nilsson, Michael Monreal and Sebastian Kraft). * Add a context menu to copy the bug URL when a bug has been reported. * Add a dialog to warn the user to review the crash description if it is too short (thanks to Diego Escalante Urrelo). * Many cleanups of the source tree. * Some other misc bug fixes * Translation updates 2.23.5.1 * Correctly install bug-buddy.png 2.23.5 * Port to GIO (Cosimo Cecchi) * Completely remove the NetworkManager dependency (Cosimo Cecchi) * Fix some leaks (Hans Petter Jansson) * Many misc bug fixes * Translation updates
2008-10-27This installs a perl script. Proceed accordingly. Closes PR 39806.dholland1-3/+4
PKGREVISION++ (to 12).
2008-10-26Added net/p5-eBay-APIabs1-1/+2
2008-10-26Added net/p5-eBay-API version 0.25abs3-0/+57
This document describes the installation, configuration, and usage of eBay::API module. The eBay::API library is based on the eBay API XML schema and it does not use SOAP to submit calls. Other than differences in the SOAP envelope and the way SOAP reports errors, the calls and data types defined in eBay API XML schema and eBay API wsdl are almost exactly the same. You can retrieve the latest version of eBay API XML schema from: http://developer.ebay.com/webservices/latest/eBaySvc.xsd During installation that document is used to generate the library's call and data type classes.
2008-10-26Fix build problem under NetBSD with the latest version of thetron2-1/+17
"glib2" package.
2008-10-25Update to 2.8.3.1adrianp2-7/+8
* Update rule latency thresholding * The flow and stream4 preprocessors will be deprecated in a future release. * DCE/RPC preprocessor changes to handle abnormal TCP segmentation. Added option to reassemble fragmentation buffers early. Updated documentation. * Fixed handling of MPLS label in checking Stream session uniqueness when IPv4 packets are received and build is IPv6. See the ChangeLog for all the details
2008-10-25Update to 1.7.0.0adrianp5-54/+12
2008/10/15: socat version 1.7.0.0 brings support for SCTP stream, raw interface, and generic sockets. New option escape allows to interrupt raw terminal connections. Listening and receiving sockets can set a couple of environment variables. Added base control of System V STREAMS. Lots of corrections were performed. socat compiles on Mac OS X again. Patch from Leonardo Taccari
2008-10-25Update to 3.0.1:jmcneill2-6/+6
Windows build * Fixed crash when echo cancellation is active * Improved GTK installation by providing our own libraries * Fixed crash when clicking the status bar * Fixed crash when the only available accelerated surface is already taken * Fixed playing of audio files with samplerate != 8000Hz * Fixed possible crash when quickly deleting and creating threads * Fixed flickering in Picture-in-Picture mode GUI * Fixed overlapping issue of font/smiley buttons in the chat window * Fixed possible flickering issues on XV * Fixed possible X timing issue * Fixed message box when device is unplugged in out-of-call state * Fixed crash when closing various windows using the window manager * Fixed crash in the configuration assistant when unplugging the active device * Do not display localhost users in the neighbours * Fixed Ekiga not able to resolve DNS names when being used with a Turkish locale * Allow using '&' as name in the roster * Fixed 'Search Scope' field alignment in the form SIP * Fixed behavior in case of Open NAT * Fixed SIP REGISTER and INVITE behaviors when Ekiga listens to multiple interfaces in the same subnet * Fixed response code when receiving a BYE for a call that is already released * Fixed numerous retries using the same authentication credentials * Fixed interoperability issues with Cisco Call Manager * Fixed default status when receiving a NOTIFY with an empty body to offline instead of unknown * Fixed parsing of URIs quoted with <> but without "" * Fixed INVITE loop detection when forked INVITE requets arrive over multiple paths H.323 * Fixed inclusion of RFC2833 using H.323 Misc * Made the libnotify dependancy optional * Fixed POTFILE.in file
2008-10-24Update to 2.24.1:wiz3-9/+12
Changes in libsoup from 2.24.0.1 to 2.24.1: * Fixed a crash when unreffing the session from a soup_session_queue_message() callback [#533473], and added regression test. In particular, this fixes a crash in seahorse when trying to connect to a non-responsive keyserver. * Fixed an infinite loop when giving a bad password to a site that uses non-standard capitalization in the WWW-Authenticate header (eg, gmail.com) [#536285]. * Fixed a leak in SoupSessionAsync when using a non-default GMainContext. [addendum to #498509, Arnout Vandecappelle] Added additional code to the regression tests to make sure sessions and servers do not get leaked. * Fixed a leak in the XML-RPC code * Compile fixes for "gcc -pedantic" [#553976, Sander Dijkhuis] and -DG_DISABLE_DEPRECATED / -DG_DISABLE_SINGLE_INCLUDES [#557072, Cosimo Cecchi] * Patched xmlrpc-test to accept the incorrect response to test_echo() that php-xmlrpc gives when it's built against libxml2 >= 2.7.1 (qv http://bugs.php.net/45996), so that I can "make distcheck"... * Updated generated documentation
2008-10-24Add & enable p5-Net-MACseb1-1/+2
2008-10-24Initial import of p5-Net-MAC version 1.4 in the NetBSD Packagesseb3-0/+28
Collection. The Perl 5 module Net::MAC allows you to - store a MAC address in a Perl object - find out information about a stored MAC address - convert a MAC address into a specified format - easily compare two MAC addresses for string or numeric equality
2008-10-24Now --noprompt option exists, no need to </dev/null hack anymore.obache1-2/+2
2008-10-22Update "wireshark" package to version 1.0.4. Changes since 1.0.3:tron2-6/+6
- Security-related bugs in the Bluetooth ACL, Bluetooth RFCOMM, PRP, Q.931, MATE, and USB dissectors, as well as the Tammos CommView file parser have been fixed. - Many other bugs have been fixed. This update addresses the security vulnerabilies reported in wnpa-sec-2008-06.
2008-10-20Dependency is not necessary. Per obache. I stop touching this package now...wiz1-2/+1
2008-10-20Accept perl-5.10 as p5-version. From dsainty.wiz1-2/+2
2008-10-20Add p5-version dependency. Noted missing by Jörn Clausen in PR 39773.wiz1-5/+7
Bump PKGREVISION.
2008-10-20Default to runtime dependency -- this installs a dynamic library.wiz1-2/+1