summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-11-23Disable threading on sparc and sparc64hubertf1-2/+4
sparc64 tested successfully by Volkmar Seifert <vs@nifelheim.info> OK'd by (and sparc included per suggestion of) martin@
2006-11-23Updated patch-ac via Debian to fix PR #35092adrianp3-28/+30
2006-11-22Fix path to docs in MESSAGE. This is PR #35096.reed2-4/+4
It was changed in Makefile revision 1.49 in July 2006. Bump PKGREVISION.
2006-11-21On Interix, use pkgsrc iconv, as the calls rsync is doing are segfaultingtv1-0/+9
in libc (the "initialize/reset" call of foo,NULL,0,NULL,0 doesn't work).
2006-11-21Fix PLIST for pgsql option.hira1-2/+1
2006-11-21Move directory of "netperf" package to "benchmarks". It was marked astron6-106/+1
being in that category anyway.
2006-11-20Update net/autonet to 0.22:abs2-6/+6
- fix some issues with non WEP access points, duplicate and blank SSIDs
2006-11-19Updated netlive to 2006.11.16a.rillig7-137/+98
Neither ChangeLog, nor NEWS, nor any other documentation is available. Patch provided in PR 35079 by Anthony Mallet.
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz5-7/+10
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-11-19Needs a c++ compiler, and runs configure, so set USE_LANGUAGES towiz1-1/+2
both c and c++.
2006-11-19Update MAINTAINER email address.wiz1-2/+2
2006-11-18Add patch-ac for CVE-2006-5815adrianp3-3/+51
Patch from ProFTPD CVS: http://proftp.cvs.sourceforge.net/proftp/proftpd/src/main.c?r1=1.292&r2=1.293&view=patch&sortby=date
2006-11-18Changes 2.6.9:adam2-8/+8
* Bug fixes * Added the --log-file=FILE and --log-file-format=FORMAT options. * Added the --remove-source-files option as a replacement for the (now deprecated) --remove-sent-files option. * Added the option --no-motd to suppress the message-of-the-day output from a daemon when doing a copy. * Added a new environment variable to the pre-/post-xfer exec commands (in the daemon's config file): RSYNC_PID.
2006-11-16Don't try and use meanwhile package if it happens to find one installedmarkd1-1/+3
(from wip or elsewhere). From Lars Nordlund on pkgsrc-users@
2006-11-15When SSL is enabled, set the hardcoded certificate file path toghen1-1/+2
${SSLKEYS}/pure-ftpd.pem instead of /etc/ssl/private/pure-ftpd.pem.
2006-11-13migrate devhelp docs to share/gtk-doc/html, bump PKGREVISIONdrochner2-16/+16
2006-11-13-libsoupdrochner1-2/+1
2006-11-13nothing uses this anymoredrochner5-93/+0
2006-11-13update to 2.2.97drochner3-56/+44
changes: -Fixed SOAP and XML-RPC code to handle whitespace and comments in the XML better -Fixed lots of typecasting/constness warnings -Fixed some small leaks in SoupServer
2006-11-12Fixed PKGMANDIR.rillig1-3/+3
2006-11-11Fixed "test ==".rillig2-5/+14
2006-11-11Fixed "test ==".rillig1-1/+2
2006-11-10updated net/sipsak to 0.9.6 (which had been living in wip already for someschwarz4-161/+40
time)
2006-11-10Fixed "test ==".rillig1-1/+2
2006-11-10Use find -print | xargs rather than find -exec.tv1-2/+2
2006-11-09Fixed the package for unprivileged users.rillig4-12/+8
2006-11-09Registered the patch.rillig1-1/+2
2006-11-09Fixed the package for unprivileged users.rillig1-0/+28
2006-11-09Fixed "test ==".rillig1-1/+3
2006-11-09Fixed PKGMANDIR.rillig1-3/+3
2006-11-09Fixed the package for unprivileged builds.rillig1-2/+2
2006-11-09Fixed the package for unprivileged users.rillig2-3/+5
2006-11-09Fixed the package to work for unprivileged users.rillig3-6/+6
2006-11-09Fixed the program for unprivileged builds by not requiring data files torillig3-155/+41
be owned by bin:bin.
2006-11-08Update to 0.1.1.25.tv2-6/+6
Changes in version 0.1.1.25 - 2006-11-04 o Major bugfixes: - When a client asks us to resolve (rather than connect to) an address, and we have a cached answer, give them the cached answer. Previously, we would give them no answer at all. - We were building exactly the wrong circuits when we predict hidden service requirements, meaning Tor would have to build all its circuits on demand. - If none of our live entry guards have a high uptime, but we require a guard with a high uptime, try adding a new guard before we give up on the requirement. This patch should make long-lived connections more stable on average. - When testing reachability of our DirPort, don't launch new tests when there's already one in progress -- unreachable servers were stacking up dozens of testing streams. o Security bugfixes: - When the user sends a NEWNYM signal, clear the client-side DNS cache too. Otherwise we continue to act on previous information. o Minor bugfixes: - Avoid a memory corruption bug when creating a hash table for the first time. - Avoid possibility of controller-triggered crash when misusing certain commands from a v0 controller on platforms that do not handle printf("%s",NULL) gracefully. - Avoid infinite loop on unexpected controller input. - Don't log spurious warnings when we see a circuit close reason we don't recognize; it's probably just from a newer version of Tor. - Add Vidalia to the OS X uninstaller script, so when we uninstall Tor/Privoxy we also uninstall Vidalia.
2006-11-08Update "libtorrent" package to version 0.10.4 and "rtorrent" package totron4-12/+12
version 0.6.4. Changes since version 0.10.3 and 0.6.4: - Use the actual completed torrent data in the 'downloaded' field sent to the tracker, rather than the download rate total. This should fix some problems with too much downloaded data being reported to the tracker.
2006-11-06DESTDIR support and switch to modular DESTDIR.joerg1-2/+5
2006-11-05DESTDIR support.joerg1-3/+4
2006-11-05DESTDIR support.joerg7-9/+21
2006-11-05Don't install doc/*/Makefile{,.in} as theses do not pass the CHECK_WRKREFseb1-6/+5
check. Also don't install utility perl scripts for building the docs. Use pax to install all the doc files in one go. Bump PKGREVISION to 3 for the PLIST changes.
2006-11-05Update p5-Net-Daemon to 0.39.obache2-10/+7
Based on patch privided by Martin Wilke via PR 34395. And * HOMEPAGE is't exist anymore, so move to CPAN site. * This package isn't depend on p5-Data-Dumper, so remove it. Changes: 2006-02-15 Jochen Wiedmann <jwied@cpan.org> (0.39) * t/forkm.t: Hopefully, I finally got rid of the problem with the forking tests. It seems, that the perlipc manual got updated in the past years, most possibly for the same reason: A child handler must be written to catch childs in a loop. 2003-11-10 Jochen Wiedmann <joe@ispsoft.de> (0.38) * lib/Net/Daemon.pm: It is now possible to specify user/group root (aka 0). (rgreab@fx.ro) * Added mode 'ithreads'. (Bill Jackson, <bjackson@ah.ddiglobal.com>) * lib/Net/Daemon.pm (Bind): The parent process is now explicitly closing the client socket in fork mode. (Thought this would happen automatically due to garbage collection, but possibly it doesn't.) Tulsi Ram Mayala, <tulsi_rammayala@pspl.co.in> 2002-08-20 Jochen Wiedmann <joe@ispsoft.de> (0.37) * lib/Net/Daemon.pm (Bind): The server died, if accepting a connection failed. Fixed. Nathan Mueller <nmueller@cs.wisc.edu>
2006-11-04+ py-medusa.wiz1-1/+2
2006-11-04Initial import of py-medusa-0.5.4:wiz4-0/+122
Medusa is a 'server platform' -- it provides a framework for implementing asynchronous socket-based servers (TCP/IP and on Unix, Unix domain, sockets). An asynchronous socket server is a server that can communicate with many other clients simultaneously by multiplexing I/O within a single process/thread. In the context of an HTTP server, this means a single process can serve hundreds or even thousands of clients, depending only on the operating system's configuration and limitations. Medusa includes HTTP, FTP, and 'monitor' (remote python interpreter) servers. Medusa can simultaneously support several instances of either the same or different server types - for example you could start up two HTTP servers, an FTP server, and a monitor server. Then you could connect to the monitor server to control and manipulate medusa while it is running.
2006-11-04Update p5-SNMP_Session to 1.08.obache2-8/+7
Patch provided by Martin Wilke via PR 34382. Changes: * SNMP_Session.pm 1.08: Fixed a bug in the SNMPv2c version of map_table_start_end that would cause errors when the $end argument is actually being used. Thanks to Jan van Keulen for submitting the patch.
2006-11-03DESTDIR support.joerg1-1/+2
2006-11-02On NetBSD (don't know about other platforms) kismet needs libm or elseadrianp1-1/+2
./configure bails out with an error. Fix with a LIBS.NetBSD accordingly.
2006-11-01Update rp-pppoe to 3.8: various internal changes, some of them bogusmartin11-170/+88
and reverted by patches, some of them were already present in (now removed) patches; plus: - Changed the names of commands from adsl-* to pppoe-* to more logically name the scripts. - Make the userland pppoe daemon run as "nobody" if possible, once session has started. - Make userland pppoe program somewhat safe if it is installed SUID or SGID. Note that I still do *NOT* recommend a SUID/SGID pppoe. - Fix long-standing bug in pppoe-server that passed arguments to pppd in the wrong order.
2006-11-01Update "wireshark" package to version 0.99.4.tron4-23/+21
Changes since version 0.99.3: - Bug fixes o The HTTP dissector could crash. (Bugs 1050 and 1079) Versions affected: 0.99.3. CVE-2006-5468 o The LDAP dissector (and possibly others) could crash. (Bug 1054) Versions affected: 0.99.3. o The XOT dissector could attempt to allocate a large amount of memory and crash. (Bug 1133) Versions affected: 0.9.8 to 0.99.3. CVE-2006-4805 o The WBXML dissector could crash. (Bug 1134) Versions affected: 0.10.11 to 0.99.3. CVE-2006-5469 o The MIME Multipart dissector was susceptible to an off-by-one error. (Bug 1135) Versions affected: 0.10.1 to 0.99.3. CVE-2006-4574 o If AirPcap support was enabled, parsing a WEP key could sometimes cause a crash. Versions affected: 0.99.3. o The file set dialog could grow excessively large. (Bug 331) o Trying to save flow data may crash Wireshark. (Bug 396) o The personal hosts configuration file wasn't being parsed correctly. (Bug 795) o "Save as" to an existing file wasn't allowed. (Bug 927) o The SNMP dissector was not handling 64-bit counters properly. (Bug 1047) o The HTTP content-length field was a string instead of an integer. (Bug 1109) o Invalid characters could show up in PDML output. (Bug 1110) - New and Updated Features o AirPcap, support (which provides raw mode capture under Windows) has been enhanced to allow capturing on multiple AirPcap adapters simultaneously using the Multi-Channel Aggregator. o VoIP call playback has been enhanced. If Wireshark is linked with the PortAudio library, you can play back G.711 conversations. o The capture interface dialog display has been enhanced. o The "Save" button has been removed from the "Ok" / "Apply" / "Cancel" button group in the following dialogs: o Edit/Preferences o View/Coloring Rules o Capture/Capture Filters o Analyze/Display Filters o Analyze/Enabled Protocols If you're fond of the "Save" button it can be resurrected in the User Interface preferences. o Expert analysis has been improved. o Wireshark now supports USB as a media type. If you're running a Linux distribution with version 2.6.11 of the kernel or greater and you have the usbmon module enabled and you have a recent CVS version of libpcap (post-0.9.5) installed you can also do live captures. More details can be found at the USB capture setup page on the wiki. o The number of WEP keys that the user can specify in the IEEE 802.11 protocol preferences has been increased from 4 to 64. - New Protocol Support Enea LINX, Ethernet Powerlink (v1 and v2), H.248 Q.1950 Annex A, Linux pktgen, MP2T, NEWMAIL, PNG, SCSI OSD, UDLD, UMTS FP, USB, WLCCP, WZCSVC - Updated Protocol Support 3Com NJACK, 802.11, ACSE, AH, ALCAP, ANSI MAP, ATM, ASN.1, BACapp, BER, BGP, BSSAP, Camel, Catapult DCT2000, CFlow, CLNP, Common Windows networking, DAP, DCERPC (DCERPC, ATSVC, DFS, EFS, EPM, EVENTLOG, INITSHUTDOWN, MAPI, NT, PIPE, SAMR, SPOOLSS, SRVSVC, SVCCTL, WINREG), DCOM (DCOM, CBA-ACCO, SYSACT), DIAMETER, DISP, DNS, DOP, DSP, ESP, Ethernet, FC, FCP, GSM A, GSM MAP, GSM SMS, GSSAPI, GTP, H.225, H.245, H.248, HTTP, ICQ, IKE, ISAKMP, iSCSI, ISUP, IUUP, Kerberos 4, LAP-D, LDAP, LLC, LogotypeCertExtn, MEGACO, MIME Multipart, MIP6, MMS, MSRP, MTP3, NCP, NDMP, NDPS, NFS, NTP, OSI, PER, PN-MRP, PPP, 19154Q.931, RADIUS, Redback, RPC, RTCP, RTP, SCCP, SCSI, SDP, SIP, SMB, SMRSE, SNMP, SSL, STANAG 5066, STP, TCAP, TCP, TFTP, TIPC, UDP, UMA, VLAN, VNC, VRRP, X.509ce X11, YMSG, WTLS - Removed Protocols The CISCOWL dissector has been superseded by WLCCP. - New and Updated Capture File Support Catapult DCT2000, EyeSDN, iSeries
2006-10-30Create the UUCP directories at post-install time.jlam1-1/+5
2006-10-30Merge improvements from the version of Taylor UUCP 1.06.1 that existsjlam20-20/+665
in NetBSD's src/gnu/libexec/uucp directory. Changes include: * Teaching cu(1) about hardware flow control. * Make cu(1) honor "echocheck" and "binary mode" with respect to inspecting the data stream for newlines. * Make some proper integer casts so as not to break on LP64 platforms. * Teach uucp to substitute for \H with the IP address of the system. * Avoid potential divide-by-zero errors when computing times using serial rates. * Properly initialize some variables. The main difference between this version and the one in NetBSD is the location of uucico, uuconv, and uuxqt -- the vanilla UUCP location is ${PREFIX}/sbin while the NetBSD location is /usr/libexec/uucp. Bump PKGREVISION to 1.