summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Update the homepagesbd1-2/+2
2010-07-10Need yacc to build.obache1-2/+2
PR#43596 by Aleksey Cheusov.
2010-07-10Add "libexec" to installation directories to get the correct files installedtron1-2/+2
in case that directory doesn't exist already. This fixes destination directory builds.
2010-07-10Need yacc to build.obache1-1/+2
PR#43593 by Aleksey Cheusov.
2010-07-09Add and enable imported CLISP modules.asau1-1/+2
2010-07-09Import CLISP rawsock module as net/clisp-rawsock.asau6-0/+76
2010-07-09Changes 2.16.4:adam7-163/+107
* fix "P_DETACH" and Pod::Usage issues with perl 5.12 * relax cfgmaker option parsing when figuring whether to test for highspeed counters or not. * fix sorting of numbered interface names index maker * belarusian translation for mrtg 2.16 Changes 2.16.3: * three new config options to compliment the existing RRDRowCount option to explicitly set the size of all RRAs * allow to rename target in the clonedirectory option * add import to the require File::Copy * support multiple options in ifdesc and ifref setting for cfgmaker * teach cfgmaker about nortel switches * make sure rates over 4G work too * allow group and user option to be set to roo
2010-07-09Update rubytter to 1.4.0.obache2-6/+6
* Version bump to 1.4.0 * changed to be able to specify path_prefix * rename "destructize" to "to_hash" * fixed spec * changed to define destructize
2010-07-08add an option for "telepathy" support (off per default)drochner1-2/+9
2010-07-07Update to dhcpcd-5.2.6roy2-6/+6
Changes from dhcpcd-5.2.4 include: * Always daemonise in master mode as some interface up/downs can trigger timeout * Improved NTP handling on Debian based systems * dhcpcd -n will now re-read the configuration file
2010-07-07Update pear-Net_Sieve to 1.3.0.obache2-6/+6
PR#43555 by Wen Heping 1.3.0 Changelog: * Add debug handler parameter to constructor. * Fix LOGIN authentication (Agust?n Eijo, Aleksander Machniak, Bug #17527). 1.2.2 Changelog: * Fix SASL authentication without Auth_SASL (Bug #17489).
2010-07-06update to 2.30.2drochner3-11/+28
This switches to the gnome-2.30 release branch. pkgsrc note: added "telepathy" option for integration with the telepathy/farsight framework (defaults to "off" for now)
2010-07-06update to 0.6.4drochner4-14/+22
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.2drochner2-6/+6
changes: nimor fixes
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv5-10/+10
more and he has agreed in private mail to drop maintainership.
2010-07-05Update bindi97 package to 9.7.1.taca4-39/+41
--- 9.7.1 released --- --- 9.7.1rc1 released --- 2909. [bug] named-checkconf -p could die if "update-policy local;" was specified in named.conf. [RT #21416] 2908. [bug] It was possible for re-signing to stop after removing a DNSKEY. [RT #21384] 2907. [bug] The export version of libdns had undefined references. [RT #21444] 2906. [bug] Address RFC 5011 implementation issues. [RT #20903] 2905. [port] aix: set use_atomic=yes with native compiler. [RT #21402] 2904. [bug] When using DLV, sub-zones of the zones in the DLV, could be incorrectly marked as insecure instead of secure leading to negative proofs failing. This was a unintended outcome from change 2890. [RT# 21392] 2903. [bug] managed-keys-directory missing from namedconf.c. [RT #21370] --- 9.7.1b1 released --- 2902. [func] Add regression test for change 2897. [RT #21040] 2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316] 2900. [bug] The placeholder negative caching element was not properly constructed triggering a INSIST in dns_ncache_towire(). [RT #21346] 2899. [port] win32: Support linking against OpenSSL 1.0.0. 2898. [bug] nslookup leaked memory when -domain=value was specified. [RT #21301] 2897. [bug] NSEC3 chains could be left behind when transitioning to insecure. [RT #21040] 2896. [bug] "rndc sign" failed to properly update the zone when adding a DNSKEY for publication only. [RT #21045] 2895. [func] genrandom: add support for the generation of multiple files. [RT #20917] 2894. [contrib] DLZ LDAP support now use '$' not '%'. [RT #21294] 2893. [bug] Improve managed keys support. New named.conf option managed-keys-directory. [RT #20924] 2892. [bug] Handle REVOKED keys better. [RT #20961] 2891. [maint] Update empty-zones list to match draft-ietf-dnsop-default-local-zones-13. [RT# 21099] 2890. [bug] Handle the introduction of new trusted-keys and DS, DLV RRsets better. [RT #21097] 2889. [bug] Elements of the grammar where not properly reported. [RT #21046] 2888. [bug] Only the first EDNS option was displayed. [RT #21273] 2887. [bug] Report the keytag times in UTC in the .key file, local time is presented as a comment within the comment. [RT #21223] 2886. [bug] ctime() is not thread safe. [RT #21223] 2885. [bug] Improve -fno-strict-aliasing support probing in configure. [RT #21080] 2884. [bug] Insufficient valadation in dns_name_getlabelsequence(). [RT #21283] 2883. [bug] 'dig +short' failed to handle really large datasets. [RT #21113] 2882. [bug] Remove memory context from list of active contexts before clearing 'magic'. [RT #21274] 2881. [bug] Reduce the amount of time the rbtdb write lock is held when closing a version. [RT #21198] 2880. [cleanup] Make the output of dnssec-keygen and dnssec-revoke consistent. [RT #21078] 2879. [contrib] DLZ bdbhpt driver fails to close correct cursor. [RT #21106] 2878. [func] Incrementally write the master file after performing a AXFR. [RT #21010] 2877. [bug] The validator failed to skip obviously mismatching RRSIGs. [RT #21138] 2876. [bug] Named could return SERVFAIL for negative responses from unsigned zones. [RT #21131] 2875. [bug] dns_time64_fromtext() could accept non digits. [RT #21033] 2874. [bug] Cache lack of EDNS support only after the server successfully responds to the query using plain DNS. [RT #20930] 2873. [bug] Canceling a dynamic update via the dns/client module could trigger an assertion failure. [RT #21133] 2872. [bug] Modify dns/client.c:dns_client_createx() to only require one of IPv4 or IPv6 rather than both. [RT #21122] 2871. [bug] Type mismatch in mem_api.c between the definition and the header file, causing build failure with --enable-exportlib. [RT #21138] 2870. [maint] Add AAAA address for L.ROOT-SERVERS.NET. 2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call. [RT #20877] 2868. [cleanup] Run "make clean" at the end of configure to ensure any changes made by configure are integrated. Use --with-make-clean=no to disable. [RT #20994] 2867. [bug] Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers don't like it. [RT #20986] 2866. [bug] Windows does not like the TSIG name being compressed. [RT #20986] 2865. [bug] memset to zero event.data. [RT #20986] 2864. [bug] Direct SIG/RRSIG queries were not handled correctly. [RT #21050] 2863. [port] linux: disable IPv6 PMTUD and use network minimum MTU. [RT #21056] 2862. [bug] nsupdate didn't default to the parent zone when updating DS records. [RT #20896] 2861. [doc] dnssec-settime man pages didn't correctly document the inactivation time. [RT #21039] 2860. [bug] named-checkconf's usage was out of date. [RT #21039] 2859. [bug] When cancelling validation it was possible to leak memory. [RT #20800] 2858. [bug] RTT estimates were not being adjusted on ICMP errors. [RT #20772] 2857. [bug] named-checkconf did not fail on a bad trusted key. [RT #20705] 2856. [bug] The size of a memory allocation was not always properly recorded. [RT #20927] 2853. [bug] add_sigs() could run out of scratch space. [RT #21015] 2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619] 2851. [doc] nslookup.1, removed <informalexample> from the docbook source as it produced bad nroff. [RT #21007] 2850. [bug] If isc_heap_insert() failed due to memory shortage the heap would have corrupted entries. [RT #20951]
2010-07-04Update to KDE SC 4.4.5.markd2-6/+5
Several bugs in encoding and refreshing in Konsole have been fixed A couple of crashes in Okular's PDF viewer have been fixed Alarms have received some fixes in KDE PIM The changelog lists more, if not all improvements since KDE SC 4.4.4.
2010-07-04Update to dhcpcd-dbus-0.5.2roy2-6/+6
Changes from dhcpd-dbus-0.5.0 include: * Fix handling arrays of IPv4 addresses
2010-07-02Fix DESTDIR installation.joerg1-2/+2
2010-07-01Needs USERGROUP_PHASE=pre-installjoerg1-1/+2
2010-07-01Example config is not security sensitive so doesn't have to be 600.ghen3-6/+5
Noted by joerg. Bump PKGREVISION for both mydns-pgsql and -mysql.
2010-07-01Needs user early during installationjoerg1-1/+3
2010-07-01fix off-by-one error parsing resolv.conftez3-11/+29
fix fd leak
2010-07-01On NetBSD, if /sbin/ping exists, pass that down. /sbin is not part ofjoerg1-1/+7
the default user PATH.
2010-06-30build fix for a leafy package (plus some beautifying)spz4-2/+29
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.