summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-08-08Changes 0.7.0.1:adam2-6/+7
* A bug fix
2005-08-07Add DragonFly to the lists of OPSYS's needing 'enable_bad_libc_workaround'.recht1-2/+2
Requested by Joerg Sonnenberger.
2005-08-07update to BitTorrent 4.0.3recht8-38/+64
Also enable the enable_bad_libc_workaround by default for NetBSD, FreeBSD, OpenBSD and Darwin. Changes in this release: - Identify trackerless torrent files - Not saving pause/play state across invocations of the GUI - Small fixes to windows installer and corrupt config file recovery - A number of small bug fixes
2005-08-07Make this work (and build) under NetBSD 3.99.3 and newer. Mark packagetron3-13/+80
as operating system version specific and bump package version.
2005-08-07Depend on wxGTK24, bump PKGREVISION.wiz1-3/+4
2005-08-06Added a chunk to patch-ac to fix non-ISO-C90 code.rillig2-6/+18
2005-08-06Add missing patch from last update - ride the previous bumpadrianp1-1/+3
2005-08-06Patches to address recent security issue via Gentoo:adrianp3-2/+55
http://secunia.com/advisories/16181/
2005-08-06CONFLICTS should be symmetric, so add ones for bittornado.wiz2-2/+6
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam51-161/+109
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-05Addition of btget, a bittorrent client written entirely in 'C'. It usesreinoud1-1/+2
allmost no processor time compared to the python bittorrent. LibBT is a C reimplementation of the BitTorrent core protocols. Our goal for the project is to develop a low overhead library version of the protocols so that BitTorrent transfers can easily be built in to any existing application. A suplied application called `btget' is a full fledged bittorrent application based on this library.
2005-08-05LibBT is a C reimplementation of the BitTorrent core protocols. Ourreinoud6-0/+76
goal for the project is to develop a low overhead library version of the protocols so that BitTorrent transfers can easily be built in to any existing application. A suplied application called `btget' is a full fledged bittorrent application based on this library.
2005-08-05update to 0.9.3drochner8-180/+8
changes: Option to chroot() when dropping privs Fixes for compiling on nearly every platform, including improved 64bit support Many new testcases Support for sending packets Improved Unicode support Decoders & DLT Changes, Updates and New
2005-08-05update to 0.9.3drochner2-6/+6
changes: Minor bug fixes, compilation failure fixes for windows.
2005-08-05Update to version 3.0.9salo7-21/+132
Changes: - use PKG_SYSCONFIG Upstream changelog nonexistent, security fixes for CAN-2005-1853.
2005-08-05Update to 0.1.0.13:jschauma2-6/+6
- Fix a critical bug in the security of our crypto handshakes. - Fix a size_t underflow in smartlist_join_strings2() that made it do bad things when you hand it an empty smartlist. - Fix Windows installer to ship Tor license (thanks to Aphex for pointing out this oversight) and put a link to the doc directory in the start menu. - Explicitly set no-unaligned-access for sparc: it turns out the new gcc's let you compile broken code, but that doesn't make it not-broken
2005-08-04Update to 1.2.0.11xtraeme2-6/+8
28.07.2005 Skype for Linux version 1.2.0.11 * feature: "Find dialog" in chat * change: no Start tab anymore > new event panel * change: new voicemail icons in call list * change: echo123 is always seen as online user * bugfix: Can't open URL in multichat window * bugfix: sending message to someone who is using older version of skype - cosmetic * bugfix: Missing Services section * bugfix: Renaming groups - duplicated counter * bugfix: file transfer: send-file write permission * bugfix: file transfer: send-file inexact error dialog * bugfix: Changing password it was possible to enter illegal characters * bugfix: inexact information dialog * bugfix: Inexact dialog content when calling to paid number * bugfix: Authorization request should contain Call button * bugfix: incorrect order of buttons, if you send or receive a file * bugfix: Can't interrupt third party in conference call * bugfix: skype's network traffic is stopped, if presence is set to offline * bugfix: proper header selections in multichat window * bugfix: upsell msgs to VM/SI for non-subscribers
2005-08-04update to 0.1.0.12drochner5-16/+37
This is a major update, too many improvements to list here, see the ChangeLog in the distribution for details. pkgsrc changes: -remove dependency on tsocks; this is just one possible way to make applications use SOCKS; add a hint to MESSAGE -use the pkgsrc libevent - the NetBSD builtin is old, and tor complains loudly if it doesn't like the libevent version -make the rc.d script executable
2005-08-04-update to 1.8beta5 (the last release existing, from 2002)drochner6-118/+128
this is a major rewrite changes: -much more flexible debug logging -support for non blocking sockets -addition of the tsocks shell script -TSOCKS_CONF_FILE environment variable -pkg changes: -libtoolized -changed redefinition of the crt0 _init into a __constructor__ attribute, to avoid link errors with jmmv's blessing
2005-08-03Update to 2.6.6. Add TEST_TARGET.wiz2-6/+7
NEWS for rsync 2.6.6 (28 Jul 2005) Protocol: 29 (unchanged) Changes since 2.6.5: SECURITY FIXES: - The zlib code was upgraded to version 1.2.3 in order to make it more secure. While the widely-publicized security problem in zlib 1.2.2 did not affect rsync, another security problem surfaced that affects rsync's zlib 1.1.4. BUG FIXES: - The setting of flist->high in clean_flist() was wrong for an empty list. This could cause flist_find() to crash in certain rare circumstances (e.g. if just the right directory setup was around when --fuzzy was combined with --link-dest). - The outputting of hard-linked files when verbosity was > 1 was not right: without -i it would output the name of each hard-linked file as though it had been changed (it now outputs a "is hard linked" message for the file); with -i it would output all dots for the unchanged attributes of a hard-link (it now changes those dots to spaces, as is done for other totally unchanged items). - When backing up a changed symlink or device, get rid of any old backup item so that we don't get an "already exists" error. - A couple places that were comparing a local and a remote modification- time were not honoring the --modify-window option. - Fixed a bug where the 'p' (permissions) itemized-changes flag might get set too often (if some non-significant mode bits differed). - Fixed a really old, minor bug that could cause rsync to warn about being unable to mkdir() a path that ends in "/." because it just created the directory (required --relative, --no-implied-dirs, a source path that ended in either a trailing slash or a trailing "/.", and a non-existing destination dir to tickle the bug in a recent version). ENHANCEMENTS: - Made the "max verbosity" setting in the rsyncd.conf file settable on a per-module basis (which now matches the documentation). - The support/rrsync script has been upgraded to verify the args of options that take args (instead of rejecting any such options). The script was also changed to try to be more secure and to fix a problem in the parsing of a pull operation that has multiple sources. - Improved the documentation that explains the difference between a normal daemon transfer and a daemon-over remote-shell transfer. - Some of the diffs supplied in the patches dir were fixed and/or improved. BUILD CHANGES: - Made configure define NOBODY_USER (currently hard-wired to "nobody") and NOBODY_GROUP (set to either "nobody" or "nogroup" depending on what we find in the /etc/group file). - Added a test to the test suite, itemized.test, that tests the output of -i (log-format w/%i) and some double-verbose messages.
2005-08-03update unison-devel to the latest beta-release version 2.13.0tonio6-66/+40
Main changelog entries: - GUI improvements - Improved error handling code. In particular, make sure all files are closed in case of a transient failure - Improvements to syncing resource forks between Macs via a non-Mac system.
2005-08-03update unison to the latest recommended stable version: 2.12.0tonio4-18/+21
Main changelog entries: - Incompatible change: Archive format has changed. - Substantial reworking of the internal logic of the text UI - Finder flags now synchronized (for mac osx users) - Workaround for transferring large files using rsync. Approved by cube@
2005-08-02Update to 3.6.6, provided by Geert Hendrickx in PR 30891:wiz4-19/+20
3.6.6 - support for olitec-SX200 - added sample-etc_rc.d_init.d_ddclient.lsb as a sample script for lsb-compliant systems. - support for linksys wrt854g (thanks to Nick Triantos) - support for linksys ver 3 - support for Thomson (Alcatel) SpeedTouch 510 (thanks to Aldoir) - Cosmetic fixes submitted by John Owens 3.6.5 - there was a bug in the linksys-ver2 - support for postscript (thanks to Larry Hendrickson) - Changelog out of README - modified all documentation to use /etc/ddclient/ddclient.conf (notified by nicolasmartin in bug [1070646]) 3.6.4 - added support for NameCheap service (thanks to Dan Boardman) - added support for linksys ver2 (thanks to Dan Perik) 3.6.3 - renamed sample-etc_dhclient-enter-hooks to sample-etc_dhclient-exit-hooks - add support for the Allnet 1298 Router - add -a to ifconfig to query all interfaces (for Solaris and OpenBSD) - update the process status to reflect what is happening. - add a To: line when sending e-mail - add mail-failure to send mail on failures only - try all addresses for multihomed hosts (like check.dyndns.org) - add support for dnspark - add sample for OrgDNS.org
2005-08-02Replace references of pkgsrc/mk/bsd.pkg.defaults.mk toreed1-2/+2
pkgsrc/mk/defaults/mk.conf. This is from PR 30741 from anonymous AT example.net.
2005-08-01Add support for NET_SNMP_USE_SSL legacy var.wiz1-3/+5
2005-08-01Add RCS Id.wiz5-0/+5
2005-08-01Remove trailing whitespace.wiz1-2/+2
2005-08-01Convert to options framework.wiz2-37/+45
While here, sort Makefile a bit to make it easier to read.
2005-07-31this needs -lnsl -lsocket on Solaris.grant2-4/+7
2005-07-31this needs flex to build.grant1-2/+2
2005-07-31Make openslp support optional (PR pkg/30715) and add an option for PAM.markd5-12/+53
Bump PKGREVISION.
2005-07-31make net-snmp build on darwin 8.2.0 patches from darwin sourcesrtr4-0/+209
2005-07-31make net-snmp build on darwin 8.2.0.rtr3-10/+14
these patches shouldn't break netbsd.
2005-07-30Copied the patch to #include <errno.h> from net/unison.rillig2-17/+12
2005-07-30Make pty.c always include <errno.h> in addition to <sys/errno.h>. Otherwiserillig2-17/+12
errno may be undefined.
2005-07-30Make sure configure finds the db4 lib from the pkgsrc package rathermarkd1-1/+2
than any other that might be installed in the base system (on for example Red Hat Linux). Problem noted by Louis Guillaume in tech-pkg.
2005-07-30Update to KDE 3.4.2markd3-14/+11
Changes: * kppp: completed i18n-related flow control fix * kppp: fixed PPP interface check on FreeBSD and possibly other systems
2005-07-27update to 0.10.12drochner4-8/+114
This fixes many security problems in protocol dissectors. other changes: -RADIUS dictionaries are now included. -A lot of documentation was updated -Some command line parameters have changed -A "File/File Set" submenu was added to better handle multiple files -Flow graphs can now be created for any protocol. -Memory management has been greatly improved. -JXTA has been added to the conversations menu. -When compiled with MIT/Heimdal Kerberos AND if keytab files are provided -TCP Sequence graphs should now work for all captures and all encapsulation types -new and updated protocol support
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz2-4/+4
2005-07-26Move PKGREVISION to Makefile from Makefile.common so that it onlygdt2-3/+3
affects bittorrent.
2005-07-26Patch btdownloadheadless.py to flush stdout so that status appearsgdt3-2/+16
promptly when redirecting onto a file. This has been reported to the upstream maintainers. PKGREVISION++ in Makefile.common. This affects bittorrent-gui because it uses the same PATCHDIR, even though the new patch doesn't change that package. It seems awkward to try to manage PKGREVISION separately for packages built from the same tarball, and of little benefit.
2005-07-26Add missing files to PLIST. Set USE_PKGLOCALEDIR.wiz2-2/+8
Depend on a libpcap that is new enough (pcap_freecode with one argument). Should fix bulk build.
2005-07-26This package needs USE_MSGFMT_PLURALS=YES in order to buildkristerw1-1/+2
on NetBSD 1.6.
2005-07-25This is the perl interface to libpcap, so add libpcap buildlink3.mk file.wiz1-1/+2
Breaks build if not libpcap found, so no PKGREVISION bump needed.
2005-07-25Remove "${PREFIX}/bin/mlgui" before attempting to create the symlink totron1-1/+2
avoid failures after an incomplete "make install".
2005-07-25Include converters/libiconv/buildlink3.mk.kristerw1-1/+2
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz7-80/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-23Update to 2.6.0. Major changes:wiz4-13/+13
Solve memory leak in Overnet/Kademlia EDK: Files copied to incoming dir for sharing do not appear in upstats after hashing HTML: Add Multiline File Information in search results EDK: Re-enable source exchange with eMule clients Gdstats: Fix corrupted pics output/improved output EDK: Parse and display version numbers
2005-07-23Fix path to libtorrent directory.wiz1-2/+2
2005-07-22Added libtorrent version 0.7.0; rtorrent version 0.3.0adam1-1/+3