summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-04-05Update net/openvpn to 2.0.6. Changes from version 2.0.5 include:jlam2-13/+11
* [security] An OpenVPN client connecting to a malicious or compromised server could potentially receive "setenv" configuration directives from the server which could cause arbitrary code execution on the client via a LD_PRELOAD attack. A successful attack appears to require that (a) the client has agreed to allow the server to push configuration directives to it by including "pull" or the macro "client" in its configuration file, (b) the client configuration file uses a scripting directive such as "up" or "down", (c) the client succesfully authenticates the server, (d) the server is malicious or has been compromised and is under the control of the attacker, and (e) the attacker has at least some level of pre-existing control over files on the client (this might be accomplished by having the server respond to a client web request with a specially crafted file). The fix is to disallow "setenv" to be pushed to clients from the server. For those who need this capability, OpenVPN 2.1 supports a new "setenv-safe" directive which is free of this vulnerability. * When deleting routes under Linux, use the route metric as a differentiator to ensure that the route teardown process only deletes the identical route which was originally added via the "route" directive (Roy Marples). * Fix the t_cltsrv.sh file in FreeBSD 4 jails (Matthias Andree, Dirk Meyer, Vasil Dimov). * Extended tun device configure code to support ethernet bridging on NetBSD (Emmanuel Kasper).
2006-04-03NetBSD needs TUNIFHEAD.rpaulo3-8/+10
2006-04-03Note bug report URL for patch-ab.wiz2-3/+6
2006-04-03Update mtr to 0.71:wiz15-292/+26
0.71: The build-time check for the resolver library was improved. Binding to a specific interface was fixed. Incorrect display of multiple routes was fixed. Several minor bugs were fixed. v0.70 Antinio submitted a cumulative patch containing some nice improvements. He also submitted an automake patch that causes mtr to no longer compile on my system. I refuse to have mtr "in the dark" that I can't test-compile the dist. Add option for gtk support, and remove mtr-gtk package.
2006-04-03Update "connect" package to version 1.95. Changes since version 1.83tron2-8/+8
include bug-fixes and partial support for telnet proxies. This package update was contributed by ISIHARA Takanori in PR pkg/33144.
2006-04-03Sprinkle some .PHONY targets to make pkglint happy.salo2-2/+8
2006-04-02Only build sslperl if option "ucspi-ssl-perl" is enabled. Bump PKGREVISION.schmonz4-14/+25
2006-04-02Do not install pre-gnome 2.8 cruft. Bump PKGREVISION to 1.jmmv4-7/+40
2006-04-01Update net/samba to version 3.0.22. Changes from version 3.0.21a include:jlam19-132/+154
* Fix CAN-2006-1059 -- samba<3.0.22 exposes the clear text of the server's machine account credentials in the winbind log files when the log level is set to 5 or higher. * Append "-pkgsrc" to the Samba version string so as to distinguish the official version from the pkgsrc version, which has the modifications for "state directory" and "passwd expand gecos". * Modify package so that we automatically determine the name of the nsswitch modules that are installed by samba with the winbind option. We extract this information by invoking the config.status script to get the value that the configure script determined. o Access checks when deleting printer driver meta-data. o Several non-default combinations schannel and SPNEGO support. o Password changes with NT4 and Win2k pre-SP4 clients. o High load issues on IRIX caused by a bug when interfacing with kernel oplocks. o Server crashes in smbd. o Compile issues on 64-bit platforms. o Crash bugs on big-endian systems. o Packaging fixes for RHEL/Fedora, Solaris, & Debian. o Over 30 bugzilla reports closed.
2006-03-31List the info pages directly in the PLIST and ensure that we honorjlam4-6/+8
PKGINFODIR.
2006-03-31SunOS is not supported. PR 33157.rpaulo1-2/+2
2006-03-31Fix paths to tools in installed files. Bump the PKGREVISION to 4.jlam1-4/+6
2006-03-31List info files directly in the PLIST, and honor PKGMANDIR.jlam2-10/+13
2006-03-31Welcome to the brave new world of gettext-0.14.5 -- if a source filejlam2-4/+13
includes <libintl.h>, then we must ensure that the resulting object is linked against -lintl. This ensures that the correct *printf() functions are used across all platforms.
2006-03-31+pear-Net_Sieveadrianp1-1/+2
2006-03-31Provides an API to talk to the timsieved server that comesadrianp4-0/+22
with Cyrus IMAPd. Can be used to install, remove, mark active etc sieve scripts.
2006-03-30Update to 2.13.5:jmmv3-9/+10
Features + Publish services over mDNS (Sebastien Estienne, Mark McLoughlin) Fixes + Fix keyboard brokeness with some X server configurations (Alexandre Oliva) + Fix crash with unicode mapped keysyms (Gary Coady) Translators + Rostislav Raykov (bg) + Iñaki Larrañaga Murgoitio (eu) + Alessio Frusciante (it) + Erdal Ronahi (ku)
2006-03-30Update to 2.14.0:jmmv3-9/+14
2.13.90 ("Trabajo, trabajo!") * Use version 2 of the GPL (Fer) * New and updated translations 2.13.0 ("Mañana, mañana!") * Fixes - Update treeview headers when switching between products/applications (Matthias Clasen) - Fix LSB distro detection (Fernando) - Set GnomeFileEntry in save mode when saving the report (Fernando) - HIG fixes (Christian Perch) - Center the main window (Christian Neumair) * New and updated translations: - Alexander Shopov (bg) - Hendrik Richter (de) - Adam Weinberger (en_CA) - Francisco Javier F. Serrador (es) - Ivar Smolin (et) - Priit Laes (et) - Ilkka Tuohela (fi) - Christophe Merlet (fr) - Ignacio Casal Quinteiro (gl) - Ankit Patel (gu) - Gabor Kelemen (hu) - Alessio Frusciante (it) - Kjartan Maraas (nb) - Tino Meinen (nl) - Slobodan D. Sredojevic (sr, sr@Latn) - Theppitak Karoonboonyanan (th) - Clytie Siddall (vi) - Woodman Tuen (zh_HK) - Abel Cheung (zh_TW)
2006-03-30Update to 2.2.91:jmmv2-7/+6
* (The large version number bump is because there was an internal 2.2.90 release for SUSE 10.1 alphas, which was supposed to be intermediate between 2.2.7 and 2.4.0. But 2.4.0 didn't end up happening, and I don't want to regress the version number at this point.) * SoupSession, SoupServer, SoupConnection, SoupSocket, and SoupAddress now have an "async-context" property that allows you to use the async API in a non-default GMainContext. [Based on patches from Armin Bauer and Jürg Billeter.] * SoupSession, SoupConnection, and SoupSocket now have a "timeout" property to stop synchronous sockets from hanging forever if the remote end is unresponsive (from Varadhan). * Fixed some bugs in soup_date_iso8601_parse(). [324671, from Emmanuele Bassi] * More Windows build fixes from Tor.
2006-03-30Update gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.14.0:jmmv1-2/+1
gnome-vfs 2.14.0 * Fix circular dependency on gnome-mount * Fix some details in gnome_vfs_xfer callbacks * Avoid crash with symlinks that has ':' in them * Update hal volume manager policies * Fix leaks * Better smb authentication code * Fix permission reading bug introduced in 2.13.92 gnome-vfs 2.13.92 * Build fixes * Fix memory leaks * Some optimizations * New readdir option GNOME_VFS_FILE_INFO_NAME_ONLY that only returns filenames (not stat info). * use pmount in /media if not using gnome-mount or hal-mount * Fixes for encrypted drives/volumes in hal backend * Mime detection fix for multiple magic matches of same prio * HAL volume operation fixes * More robust gnome_vfs_make_uri_from_input_internal * Fix Avahi resolving of non-local hostnames gnome-vfs 2.13.91 * Eject fixes for volume manager * Windows 2000 portability fixes * Revert overwrite error dialog change that caused problems * ssh fixes for newer BSD and OSX releases gnome-vfs 2.13.4 * Add support for gnome-mount * Re-add thread prioritizing * Add gnome_vfs_get_mime_type_for_name_and_data () and gnome_vfs_get_mime_type_for_name () * Deprecate gnome_vfs_mime_type_from_name () * Skip attempts to overwrite a file onto itself in gnome_vfs_xfer and friends. * Retrun GNOME_VFS_ERROR_INTERRUPTED when aborting transfers * inotify: Fix various crashers and bugs * ftp-method: Basic support for proxies * http-method: Fix SSL support * http-mehtod: Fix bugs introduced during the neon upgrade * Various hal related volume fixes * Hide some more private functions * Some documentation updates * Translation updates gnome-vfs 2.13.3 * load modules with BIND_LOCAL * inotify fix gnome-vfs 2.13.2 * Support Avahi 0.6 * Support passwords in mount * Inotify support * Update neon import to 0.25 * Leak fixes * Win32 fixes * Add GNOME_VFS_FILE_INFO_FIELDS_IDS to see if uid/gid are valid * Update to lates xdgmime * Use the glib GThreadPool code instead of our own threadpool gnome-vfs 2.13.1 * Support for recent samba * Fix bug when resolving nested symlinks * Sync to upstream xdg-mime code * Various fixes to gnomevfs-* apps * New functions gnome_vfs_exists, gnome_vfs_get_slow_mime * Better ls parsing for ftp * Return GNOME_VFS_ERROR_CANCELLED when authentication is cancelled * Add avahi support * Fix problem when mounting cd multiple times * Hide private symbols * Better docs * Fix metadata removal issue with deletion in Nautilus
2006-03-30Update to 2.14.0:jmmv3-8/+9
ORBit2-2.14.0 * bug fixes + Fix build on Cygwin (Tor) + Fix giop test compilation/crash (Tor) ORBit2-2.13.3 * bug fixes + Fix crash on null adaptor (Michael) + Fix compiler warnings (Kjartan, Jens Granseuer) + Improve configure stage on Win32 (Tor) ORBit2-2.13.2 * bug fixes + realloc should update length/tracking information (Martin Blom) + Fix memory management and crashew when shutting down the ORB. (Anders Carlsson) + Build/correctness fixes (Tor, Jules) ORBit2-2.13.1 * features + More work on porting to Win32 (Tor) + Implement forward binding (Fernando Herrera) + Implement new ORB_init option ORBNetID (Jules Colding) * bug fixes + Build fix (James Henstridge) + Memory management fixes (Anders Carlsson) + Reset connection for forwarded objects (Anders) + Don't use -export-dynamic (Mark) + if we have failed on the unix socket, have IPv4 or IPv6 connections enabled and are on localhost, then don't connect on the corresponding port from the profiles (Arvind Samtur) + Fix a bunch of compiler warnings and make some code static (Kjartan) + Add threading libs to ORBIT_NAME (Michael) + Check for netdb.h (Sandie Vanderme) + Check for sys/sockio.h (James Andrewartha) * Other + Improve docs for users of ORBit2 (Jules Colding)
2006-03-30Avoid extra stat() calls by not repeatedly checking whether a filejlam3-7/+9
exists on the disk -- we can just check whether a variable defined by find-files.mk is "__nonexistent__" or not.
2006-03-30Update to hping2, release candidate 3salo18-60/+581
Changes: - don't install hping suid root by default, add "hping-suid" option. - add bunch on patches from Pavel Kankovsky <peak at argo.troja.mff.cuni.cz> namely: add --flood and --tcp-mss options (self-explanatory), some checksum and interface binding fixes and warning fixes 2.0.0rc3: ======= FIX: Fix for interface guessing with aliases on BSD Thanks <michel.gravey(@)orange.fr> and <cognet(@)freebsd.org> FIX: fixed cksum.c. Bad outgoing packet checksum with some packet. Thanks to Brett Eldridge <beldridg@pobox.com>. ADD: scan mode (--scan) ADD: A rc4-based PRNG to use with --rand-source and --rand-dest FIX: Fix -I option for BSD/Apple ADD: Add support for BSDI and MacOSX (thanks Dennis Opacki <dopacki@adotout.com> and Jan-Hinrich Fessel <Jan-Hinrich.Fessel@T-Mobile.de>) ADD: A few useful ICMP options ADD: Add support for : WLAN (Fabian Melzow <biop0b@web.de>) ATM (Debian bug #193436, thanks to Domenico Andreoli) Token Ring (jim.r.halfpenny@britishairways.com) ADD: MacOSX patches (Hans-Joachim Knobloch <knobloch@secorvo.de>) FIX: --rand-source patches from Quentin Garnier <hping@quatriemek.com> . ensure randomness . do not stop on errors when using a E or D class address (BSD only?)
2006-03-30Update to KDE 3.5.2markd4-15/+16
* Make the tray icon transparent also if numbers are not shown
2006-03-29fix the checksumschristos1-3/+3
2006-03-28DragonFly support.joerg2-1/+21
2006-03-28Bring ScriptAlias and Alias in the correct order.wiz2-3/+4
From Carl Brewer in PR 33159. Bump PKGREVISION.
2006-03-23Add DragonFly support.joerg4-23/+32
2006-03-23Attempt at DragonFly support.joerg2-20/+31
2006-03-23DragonFly support.joerg3-10/+25
2006-03-23ap_type is a short, not a char. Fix it and bump revision.joerg3-3/+18
2006-03-23Add DragonFly support.joerg3-5/+33
2006-03-23Include unistd.h to get select(2) on DragonFly.joerg2-1/+14
2006-03-23Include <sys/types.h> before <sys/socket.h> for DragonFly.joerg2-6/+14
Detect poll correctly on DragonFly.
2006-03-23Add DragonFly support.joerg2-1/+15
2006-03-23Add DragonFly support.joerg2-4/+4
2006-03-23Fix errno.joerg4-12/+33
2006-03-23Add DragonFly support.joerg5-5/+179
2006-03-23Fix errno.joerg2-1/+14
2006-03-23Forgotten patchsum for patch-ac.joerg1-1/+2
2006-03-23Fix errno usage in Python (!) code.joerg3-1/+26
2006-03-23DragonFly support.joerg3-7/+28
2006-03-23lvalue cast == evil, lvalue cast in C++ == broken. Attempt to fix them.joerg3-1/+65
2006-03-23Recognize DragonFly as BSD.joerg3-7/+7
2006-03-22Fix errno.joerg8-20/+75
2006-03-22Fix broken va_arg usage violating ISO C promotion rules. Bump revision.joerg4-2/+31
2006-03-22Add DragonFly support. Add explicit rpath for /usr/pkg/lib for libXmu.joerg3-5/+19
2006-03-22Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2006-03-22Add DragonFly support. Add explicit rpath for /usr/pkg/lib.joerg5-10/+40
2006-03-22Add DragonFly support. Fix compilation with GCC 3.4: Publically declaringjoerg3-2/+43
a private type doesn't work.