summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
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.
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv3-6/+6
PR-responsible person (such as I am ;) a little easier.
2006-03-22Override all config.guess and config.sub scripts. Remove patchesjoerg9-89/+25
which have been useless anyway due to the former. Add DragonFly support.
2006-03-22crypt(3) is *tatata* in libcrypt on DragonFly.joerg2-1/+17
2006-03-22Add DragonFly support.joerg4-1/+43
2006-03-22Disable the OS X hack for re_comp and friends on DragonFly, where itjoerg4-1/+51
breaks unistd.h. *sigh* Fix errno.
2006-03-22Use libtool PLIST handling, it works now. Add some missing symlinksjoerg9-134/+98
for libtool archives, remove the .a and .so entries. Bump revision. Add DragonFly detection for shared libraries. Always try to find -lssl with -lcrypto, unbreaking the test at least on DragonFly, but should not harm elsewhere.
2006-03-22Add DragonFly and FreeBSD (the latter untested) support.joerg8-2/+92
2006-03-22Include sys/types.h and sys/time.h before net/bpf.h for DragonFly.joerg2-5/+7
2006-03-22Add DragonFly support.joerg2-1/+15
2006-03-22Add DragonFly support.joerg3-6/+53
2006-03-22Workaround undefined prototype in net-snmp.joerg2-1/+15
2006-03-22Add DragonFly support.joerg2-1/+24
2006-03-22Fix pthread usage.joerg3-8/+18
2006-03-22Fix typo which resulted in a failed install.adrianp1-2/+3
Issue found by Wolfgang Solfrank.
2006-03-21Remove some old hacks that are no longer neededadrianp6-131/+123
Use our libtool Update to 1.1.1 Fixes security issue (DoS): http://secunia.com/advisories/19300/ > Security fixes > * Additional state checking in the EAP-MSCHAPv2 module. > Bug found by Steffen Schuster. > > Feature improvements > * More dictionary updates > * Additional tests and fixes for Digest module from Phillipe Sultan. > * Add new "phone" response mode to rlm_otp/cryptocard. > * Put the eap sessions into a tree, so that looking them up is very > fast, and no longer O(n) in the number of sessions. > * Install the schema examples for a set of backends with the rest > of the documentation. > * Add support for xlat expansion of attributes from LDAP. > > Bug fixes > * Fix rlm_perl crash. (closes: #348) > * Fix handling of CoA-Request packets (close #344). Also correct > name of CoA packets. > * Fix an error on x86_64 machines when reading dictionaries. > (closes: #312) > * Fix compilation errors on FreeBSD and NetBSD because of rlm_otp > module. (closes: #314 #328) > * Workaround Cisco bug in State attribute handling in rlm_otp. > * Support LP64 for async mode in rlm_otp. > * Fix libtool problems on Debian with rlm_eap_peap and rlm_eap_ttls > modules. (closes: #75) > * Make "use_tunneled_reply" work properly for PEAP. > * Copy the whole string when getting a one-to-one-mapped attribute > from LDAP (closes: #261) > * Fix net-snmp's ucd-snmp compatibility mode.
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam3-6/+6
scripts prior to revision 1.43 of bsd.pkginstall.mk.