summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2010-06-29--enable-gtk2 and --with-gtk-prefix are not there, just use --enable-wireshark.obache1-3/+2
2010-06-29Add workaround for strance detection of yacc&lex.obache1-1/+3
It expected that ${YACC} and ${LEX} point to its name, not full path.
2010-06-28DESTDIR supportjoerg1-12/+9
2010-06-27do not use inline in header file with SunPro compilerschwarz1-1/+10
2010-06-27Need yacc & lex.obache1-2/+2
PR#43539 by Aleksey Cheusov.
2010-06-27Need msgfmt, PR#43536 by Aleksey Cheusov.obache1-2/+2
2010-06-26Fix permissions for configuration directory. Don't require quagga userjoerg2-5/+6
during early installation. Bump revision.
2010-06-25DESTDIR supportjoerg5-18/+25
2010-06-25Fix PLIST. Bump revision.joerg2-3/+23
2010-06-24Explicitly check for X509_get_issuer_name in libcrypto first.joerg2-75/+152
Looks like Linux might fall apart otherwise.
2010-06-19Add a patch to fix CVE-2010-2063.taca4-5/+48
Bump PKGREVISION.
2010-06-16Update filezilla to 3.3.3zafer3-8/+8
Changelog: * Fix transfer statusbar regression introduced in the release candidate * Do not include IPv6 zone index in the argument to the EPRT command * Correct tab order in filter edit and search dialogs * *nix: Revert cursor changes * Added "does not contain" filter condition to name and path filter types * Pressing Alt+Left or Alt+Up (Cmd+Left, Cmd+Up on OS X) in file lists enters parent directory * Pressing Alt+Down (Cmd+Down on OS X) in file lists transfers selected items * Pressing Alt+Right (Cmd+Right on OS X) in file lists activates selected item(s) * Add operating system information to about dialog * MSW: Auto-update check now transmits whether the operating system is 32bit or 64bit * Small performance improvements, mostly benefiting *nix users * OS X: Remember hidden state of toolbar, make quickconnect bar look more Mac-ish * Add option to display momentary transfer speed instead of average speed * Fix problem with rekeying of SFTP connections if not permanently trusting the server's hostkey * Certificate details dialog no longer changes size if selecting a different certificate in the chain * Some dialogs did not display icons using the correct size * Show "Not connected" instead of "Empty directory" in remote filelist statusbar if not connected * MSW: Replace some additional characters not allowed in filenames on MSW * MSW: Selecting files while holding Ctrl+Shift no longer shows incorrect values in the filelist status bars
2010-06-16Update samba33 package to 3.3.13.taca2-7/+6
Changes since 3.3.12 -------------------- o Jeremy Allison <jra@samba.org> * BUG 7494: Fix for CVE-2010-2063.
2010-06-16libtorrent strict alignment configure check is fooled by trap & emulatejakllsch1-2/+7
of unaligned access on alpha, enable strict alignment explicitly on alpha. bump rev.
2010-06-16- fix PLISTtnn3-7/+7
- kill some pkglint warnings
2010-06-15miredo-1.2.2:pettai4-41/+26
* Fix SIGHUP signal handling (again). * Fix deadlock if Miredo fails to start.
2010-06-15courier-0.65.0 et al:pettai2-6/+5
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes. * gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd. * tcpd/configure.in: Check if explicit linking with libgpg-error is required. * tcpd/libcouriergnutls.c (tls_connect): Fix bad call to gnutls_server_name_set(). Affects Courier compiled with GnuTLS support. * maildrop/mailbot.c (main): Set close-on-exec bit on opened files. * courier/doc/courier.sgml: Move the SPF section to a separate refsect2 to work around misformatting by the manpage stylesheet. * rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation. * html/en-us/newmsg.html: Ditto. * rfc2045/reformime.sgml: Document the -c option to reformime. * imapd.c (main): Fix typo in alert message. * Big quota patch (with some changes). (See the Changelog(s) for previous releases) Based on patch(es) from PR pkg/42989 by Brian Candler.
2010-06-15Updated to 2.1.1.sborrill2-7/+6
Changes: 2009.12.11 -- Version 2.1.1 * Fixed some breakage in openvpn.spec (which is required to build an RPM distribution) where it was referencing a non-existent subdirectory in the tarball, causing it to fail (patch from David Sommerseth). 2009.12.11 -- Version 2.1.0 * Fixed a couple issues in sample plugins auth-pam.c and down-root.c. (1) Fail gracefully rather than segfault if calloc returns NULL. (2) The openvpn_plugin_abort_v1 function can potentially be called with handle == NULL. Add code to detect this case, and if so, avoid dereferencing pointers derived from handle (Thanks to David Sommerseth for finding this bug). * Documented "multihome" option in the man page. 2009.11.20 -- Version 2.1_rc22 * Fixed a client-side bug on Windows that occurred when the "dhcp-pre-release" or "dhcp-renew" options were combined with "route-gateway dhcp". The release/renew would not occur because the Windows DHCP renew function is blocking and therefore must be called from another process or thread so as not to stall the tunnel. * Added a hard failure when peer provides a certificate chain with depth > 16. Previously, a warning was issued.
2010-06-15Update to 0.1.7:wiz4-14/+16
Enable silent rules with automake 1.11 Fix race if g_main_loop_quit() is called just before g_main_loop_run() override the main-context construct time property in the constructor Fixed installation of python bindings Add test for empty ip address Test invalid IP address Remove empty lines Validate returned IP addresses
2010-06-15Include gtk2/buildlink3.mk, since the configure script checks for it,wiz1-1/+2
so we don't leave it to chance that libsoup24 might pull it in. Possibly might address PR 43476.
2010-06-14replace the gnome-keyring dependency by one on libgnome-keyring whichdrochner6-18/+18
is a subset of the former, ride on the libpng update
2010-06-14PKGREVISION bump for png-1.4.x shlib change.wiz5-9/+10
(missed those and *emacs* the first time round because they pull in their png dependencies via default-on options; they were included in the test bulk build though)
2010-06-13Update to 0.79: contains last remaining pkgsrc patch.wiz3-34/+6
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz66-110/+133
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-13libfetch-2.32:joerg2-3/+4
Fix NULL dereference after failed calloc call. From Tavian Barnes.
2010-06-12Update lukem's earlier fixes to use intmax_t for printing/reading time_tdholland7-28/+188
values, and also for (perhaps not all) off_t values. And while here, fix an unrelated LP64 bug calling execl(). PKGREVISION -> 4.
2010-06-12Update p5-IO-Socket-INET6 from version 2.62 to version 2.65.seb2-6/+6
Upstream changes: 2010-06-11 Shlomi Fish <shlomif@iglu.org.il> * Add a fix for t/io_multihomed6.t to make sure ok 3 will be printed before ok 4. due to many failures in the tests. Such as: - http://www.cpantesters.org/cpan/report/07413426-b19f-3f77-b713-d32bba55d77f * New Release IO-Socket-INET6-2.65 2010-06-08 Shlomi Fish <shlomif@iglu.org.il> * Applied a patch to fix t/io_multihomed6.t on old Perls / old Linux distributions: - https://rt.cpan.org/Ticket/Display.html?id=58198 - Thanks to Paul. * New Release IO-Socket-INET6-2.64 2010-05-29 Shlomi Fish <shlomif@iglu.org.il> * Applied a modified patch to t/io_multihomed6.t to correct the test on Fedora 10 and others: - https://rt.cpan.org/Public/Bug/Display.html?id=57676 * New Release IO-Socket-INET6-2.63
2010-06-11update to 2.14.18drochner3-28/+6
changes: bugfixes
2010-06-10Update "wireshark" package to version 1.2.9. Changes since version 1.2.8:tron2-7/+6
- Bug Fixes - The following vulnerabilities have been fixed. - The SMB dissector could dereference a NULL pointer. (Bug 4734) - J. Oquendo discovered that the ASN.1 BER dissector could overrun the stack. - The SMB PIPE dissector could dereference a NULL pointer on some platforms. - The SigComp Universal Decompressor Virtual Machine could go into an infinite loop. (Bug 4826) - The SigComp Universal Decompressor Virtual Machine could overrun a buffer. (Bug 4837) - The following bugs have been fixed: - Cannot open file with File -> Open. (Bug 1791) - Application crash when changing real-time option. (Bug 4035) - Crash in filter autocompletion. (Bug 4306) - The XML dissector doesn't allow dots (".") in tags. (Bug 4405) - Live capture stops when using zlib 1.2.5. (Bug 4708) - Want to be able to apply decode as to Data Portion of Lan Trace. (Bug 4721) - SABP short pdu (packet_per.c). (Bug 4743) - Kerberos pre-auth type constants - MS extensions are wrong. (Bug 4752) - Check HTTP Content-Length parsing for overflow. (Bug 4758) - Wrong variable used for proto_tree_add_text() in ptp dissector. (Bug 4773) - Crash when close window frame of gtk file chooser. (Bug 4778) - Wrong decoding for BGP ORF. (Bug 4782) - Crash when Ctrl-Backspacing the display filter. (Bug 4797) - Acker AFI field incorrect size in PGM dissector. (Bug 4798) - Fedora 13: wireshark fails to build (linking problem). (Bug 4815) - The NFS FH hash (nfs.fh.hash) incorrectly matches multiple filehandles. (Bug 4839) - AES-CTR decoding not working, (dissectors/packet_ipsec.c using gcrypt). (Bug 4838) - Updated Protocol Support ASN.1 BER, BGP, HTTP, IGMP, IPsec, Kerberos, NFS, PGM, PTP, SABP, SigComp, SMB, TCAP, XML, - Updated Capture File Support ERF, PacketLogger.
2010-06-10Fix sorting.dholland1-2/+2
2010-06-09Update net/ruby-amqp to 0.6.7.fhajny3-7/+8
No changelog published; from the commit history: * Allow :no_declare=>true on new Exchanges to prevent sending Exchange.Declare * Add MQ::Queue#purge (thanks Uwe Kubosch) * Avoid opts.delete() to prevent issues during reconnect and wrapper apis that pass in options * Add MQ#recover to redeliver unackd messages * Add :confirm => some_proc for Queue#subscribe to receive ConsumeOk * Make rpc return queues autodelete * Re-send prefetch command on reconnect * Stop adding to the load path, use File.expand_path instead * Remove a queue from MQ#queues on CancelOk if it is autodelete
2010-06-08Update to 0.78: Inclusion of two pkgsrc patches.wiz4-112/+6
2010-06-06PR pkg/43423pettai2-6/+6
dnsryby-1.47: - minor enhancements
2010-06-06Update ruby-snmp to 1.0.3. Patch by Wen Heping in PR 43424.minskim2-7/+6
Changes: * Minor changes to Manager class. The :Transport option may now be an object or a class. Explicity call Timeout.timeout so that a timeout method may be defined in subclasses. Thanks to Eric Monti.
2010-06-06Set PKG_SYSCONFSUBDIR so that the initial configuration files aregson1-1/+3
installed in the same directory where miredo looks for them.
2010-06-05Remove unnecessary chunk.wiz2-12/+3
2010-06-05Update to 0.77:wiz3-12/+11
0.77: Changes: Load sharing hosts are now displayed in "--raw" output. The GUI gained an "About" button. Several minor code clean-ups were made.
2010-06-05Update to 4.0.9:wiz3-7/+10
--- 4.0.9 2010/05/21 New utility for managing threads - thread_create.h. Add socket pipe utility - spipe.h. The socket pipe has same purpose as Unix pipe . Unfortunately Windows pipes do not work on select/poll - but YAZ' implementation do. Fixes for yaz_cond-functions on Windows 7. DLL export more symbols. zoomsh: show record do NOT render opac. Remove *.la files from Debian and RPM packages. --- 4.0.8 2010/05/11 Debian package libyaz-dev depends on libgnutls-dev again (was removed in YAZ 4.0.6, but due to Libtool it is still needed even though yaz-config do not list libgnutls libs). ZOOM: Use only one WRBUF for returning string results for ZOOM_resultset. Reduces memory usage for ZOOM in general. ZOOM: ZOOM_connection do not use a shared pointer to ZOOM_resultset after ZOOM_resultset is destructed by user. Reverts to YAZ 4.0.4 behavior. --- 4.0.7 2010/05/04 record-conv: fix problem with at least one XSL conversion - due to probably incorrect usage of XML XSL documents.
2010-06-05Update to 2.30.1:wiz3-23/+22
Changes in libsoup from 2.30.0 to 2.30.1: * Fix for https through proxies that close the connection when returning a "407 Proxy Authentication Required" response, and add a regression test for that case. [#611663] * Fixed multiple forms/multipart-related interoperability problems reported by Egon Andersen: * Don't quote the multipart boundary string if it's not needed, since RFC 2616 recommends that you don't, and some servers don't handle quotes there correctly. (Sigh.) [#614176] * Don't put an extra blank line before the first multipart part, since it's unnecessary and some servers don't handle a multipart preamble correctly. (Sigh.) [#614183] * Don't put Content-Transfer-Encoding headers in the multipart/form-data parts, even though the HTML 4 spec says you must, since no other browsers do, and some servers don't handle them correctly. (Sigh.) [#614198] * Changed SoupCookieJarSqlite to actually erase deleted cookies from the database. [#615711, Lukasz Slachciak] * Fixed SoupLogger to be more robust against getting passed bad data by the session. [#611663] * Fixed SoupAuthDomain to ignore paths when doing proxy auth * Fixed a g_warning when hovering over a javascript link in WebKit. [#613442, Xan Lopez] Changes in libsoup from 2.29.91 to 2.30.0: * Fixed a crash in the whitespace-stripping code in soup_uri_new() [#612644, "arnaud.lb"] * Update content-sniffing algorithm to match Chrome and the soon-to-be-updated sniffing spec. [#611502, Gustavo Noronha Silva] * We now handle "Content-Encoding: x-gzip" as well as "gzip" (even though "x-gzip" has been deprecated for more than 10 years). [#611476] * Fixed leaks found by valgrind * Make the "make check" programs only bind to 127.0.0.1, not any public network interfaces. [#609489, Saleem Absulrasool] * Add a test to sniffing-test to make sure that Content-Type parameters are preserved correctly. [Gustavo Noronha Silva] Changes in libsoup from 2.29.90 to 2.29.91: * Added SOUP_SESSION_SSL_STRICT and SOUP_MESSAGE_CERTIFICATE_TRUSTED, to allow callers to determine if an https response comes from a server with a recognized/valid or unrecognized/invalid certificate. [#610374, Gustavo Noronha Silva] * Fixed handling of certain badly-formatted URIs [#590524] Changes in libsoup from 2.29.6 to 2.29.90: * Added soup_cookie_jar_set_accept_policy() and related API for implementing cookie acceptance policies. [#608353, Xan Lopez] * Fixed the "request-read" signal in SoupServer to actually be emitted. Changes in libsoup from 2.29.5 to 2.29.6: * Fixed SoupContentDecoder to ignore trailing junk after the encoded message body (as other browsers do), rather than getting stuck in an infinite loop. [#606352] * Fixed an invalid read in soup_cookie_applies_to_uri() [#607024, pointed out by Xan] * Fixed linking on OS X [#606959] * Removed a harmless warning in SoupServer. [#606645] Changes in libsoup from 2.29.3 to 2.29.5: * Added SoupContentDecoder, providing support for Content-Encoding: gzip for WebKitGTK. [#522772] * Added "accept-language" and "accept-language-auto" properties to SoupSession, to support the Accept-Language header. [#597004, Mario Sanchez Prada] * Fixed a bug in SoupPasswordManagerGNOME that could cause crashes if you typed the wrong password once and then tried again. [#595554, debugged by Gustavo Noronha Silva] * Fixed a crash in SoupAuthDigest if the server claims support for both qop=auth and qop=auth-int. (This was not noticed sooner because no one actually supports qop=auth-int, and the server in question here was probably confused. :) * Updated cookie parsing/output to more closely match draft-ietf-httpstate-cookie-00. [Also fixes #603496 (WebKit unit test), and #604794 (hang parsing malformed Set-Cookie header)] * Fixed https-via-proxy to not hang if there is an error communicating with the proxy immediately after the TLS negotiation. [#587528] * Fixed a bug that broke gobject-introspection's introspection of libsoup. [#603696, Vincent Untz] * Handle spurious CR/LFs between responses. [#602863, Alexander V. Butenko] * Fixed soup-message-client-io to not erroneously include URI fragments on the Request-Line when sending via a proxy. [Related to WebKit bug #28687] * Fixed Digest authentication against certain (buggy?) clients/servers that require you to use quotes in exactly the same places where the spec uses them. [#582219] * Fix ugly gtype-related hack to work with the latest unstable glib. [Benjamin Otte]
2010-06-04Update to latest NetBSD -current sources rather than being built fromsborrill8-92/+19
ancient sources predating a move in the repo. Source does not maintain a CHANGELOG. It is anticipated that most changes are build related, though PR/42651 is also addressed by this.
2010-06-04Move netbsd-iscsi-target and netbsd-iscsi-initiator from devel to netsborrill1-1/+3
2010-06-04Move from devel to netsborrill10-0/+127
2010-06-04Update to dhcpcd-5.2.4 with one change:roy2-6/+6
* Fix crash when using clientid and the interface re-configures
2010-06-04Update bftpd to 2.9.obache2-6/+6
Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.9 - Bftpdwill attempt to create it's utmp directory if that directory does not exist. Fixes issue on Ubuntu where the direcotry is wiped out at each reboot. - The ROOTDIR option now works properly for anonymous users. Thanks to Paul for reporting this bug.
2010-06-03+ gst-plugins0.10-mmsobache1-1/+2
2010-06-03Import gst-plugins0.10-mms-0.10.18 as net/gst-plugins0.10-mms.obache3-0/+28
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'bad' plugins for GStreamer. It provides the mms plugin, for Microsoft Multi Media Server streaming protocol support.
2010-06-03Update libmms to 0.6.obache4-23/+10
While here, set LICENSE=gnu-lgpl-v2.1. 2010-05-30 libmms-0.6 release (Hans de Goede <j.w.r.degoede@hhs.nl>) -------------------------------------------------------------------- * libmms hosting has moved back to sf.net and switched to git as vcs * For mms:// uris try mmsh before mms like mediaplayer does, this avoids large connection delays with servers which silently drop packets to the mmsh port. This resolves: https://bugs.launchpad.net/libmms/+bug/517007 https://bugs.launchpad.net/libmms/+bug/512089 * mmsh: allow stream ids > 23 This brings the mms patch from below to our mmsh support code as well: https://sourceforge.net/tracker/?func=detail&aid=1521441&group_id=101989&atid=630609 * Add support for GUID_ASF_EXTENDED_STREAM_PROPERTIES to mms, add the GUID_ASF_EXTENDED_STREAM_PROPERTIES support added to the mmsh code in the 0.5 release to our mms code too * Many cleanups and out of bounds buffer access checks added * Debug printf's are now always compiled in, but they are silent by default set the LIBMMS_DEBUG environment variable to enable them * Don't fall back to lowest bitrate video stream when id 0 is the one we want * Remove percent escaping from mms uris before sending them to the server: http://bugs.xine-project.org/show_bug.cgi?id=99 * Testing has shown the above bugfixes also resolve: https://bugs.launchpad.net/libmms/+bug/540476 https://bugs.launchpad.net/libmms/+bug/531326 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493735 https://bugs.launchpad.net/libmms/+bug/477876 Old per change ChangeLog entries -------------------------------- 2009-11-03 Maxim Levitsky <maximlevitsky@gmail.com> * Rework URL handling * Increase buffer size for very long URLS and handle buffer overflow 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Remove out of date (not working with recent autotools) autogen.sh, use: "autoreconf -i -f -v" instead. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Better tracking of seekable state in mms.c, return immediately from the seek functions when they gat called on a non seekable stream. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Do some minimal sanity checks on the information parsed from the asf header. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Add mmsx.c / .h, mmsx.c is a small wrapper around mms.c and mmsh.c The mmsx functions provide transparent access to both protocols so that programs who wish to support both can do so with a single code path if desired. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Add an atrribute to the mms / mmsh structs to track if the stream is seekable and export it. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Add support for both time and byte offset based mmsh seeking! 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Export (add get methods for) asf header- and packet-length. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Calculate length returned by mss_get_length() instead if returning the filesize from the header. The filesize usually is bigger then then the header + all packets because the end of the file contains time->packet offset lookup tables, however these tables are not accessible through mms. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Some off_t changes so that applications no longer need to be have _FILE_OFFSET_BITS defined to 64 when compiling, when they will be linked against a libmms which did have _FILE_OFFSET_BITS defined to 64 during its compile (which gets defined by default by configure on systems which support it). 2007-09-10 Soren Hansen <shawarma@users.sourceforge.net> * Fix libmms to work with URL's that contain a query string. Many thanks to Bob Richmond for discovering this and providing a patch! 2007-09-10 Soren Hansen <shawarma@users.sourceforge.net> * Fix hardcoded path in pkgconfig. Thanks to Ronald Bultje for the patch! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Make libmms C89 compliant. Thanks to Jens Granseuer for the patch! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Fix discarded first mmsh packet. Thanks to azwemmer@users.sourceforge.net for the patch! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Fix URL handling. Thanks to Gabriel Velo for the patch! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Added seeking support. Many thanks to Anon Sricharoenchai for this excellent work! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Fix stream ID > 23. Thanks to Fabrizio Gennari for the patch! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Double the acceptable size of ASF headers. Thanks to Sjoerd Simons for the patch!
2010-06-02Fix building with db5; revision bump for db4 updateadam5-14/+70
2010-06-02Changes 0.80:adam6-37/+73
* deletion of unattached GDL added. * Polish translation update by Emil. * fix UADDR list redisplay problem. * fix a crash of dc_gui2_stat when there is nothing to display. * add upload stat to dc_gui2_stat (only DCTC v0.85.9 provides upload logs). * fix a user display problem. If a user entering the hub is already created (used by GDL, upload, share list, ...), he was not displayed in the user clist. * Fix incorrect global stat values occuring when multiple 'done' files are loaded. * Bittorrent tab is handled by an external program: dc_gui2_bt * To ease development of future external program, most of the configuration is * now store in gconf instead gnome_config. * dc_gui2 command line parameters are back (dc_gui2 --help for the list). * update .spec file to support fedora (based on Sammy Atmadja modification).
2010-06-02Changes 0.85.9:adam6-41/+53
* 'done' log file contains upload log. * fix the incorrect information sent to the UI when uploading a file bigger than 2GB (only the display is buggy, the transfer works). * update .spec file to support fedora (based on Sammy Atmadja modification).