summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam25-127/+109
through PLIST_SUBST to the plist module.
2008-04-12The PLIST never uses YAZTHREAD, so don't bother setting it.jlam1-7/+1
2008-04-12Fix an extra double-quote that made its way into a patch and preventsadrianp2-4/+4
smokeping from running.
2008-04-10import libsoup24-2.4.1, a new major branch of libsoup, for usedrochner5-0/+139
by gnome-2.22, can be installed in parallel with libsoup-devel
2008-04-09Update to rsync 3.0.2: Fix a potential buffer overflow in the xattr code.dogcow2-6/+6
2008-04-08Update to rsync 3.0.1. Changes between 2.6.9 and 3.0.0 are just too many,tonnerre4-79/+15
mostly improvements in speed of execution (usually up by around factor 10) and memory use (the same factor down). Please see <http://samba.rsync.org/> or ${WRKSRC}/CHANGES for more detailed information. Changes between 3.0.0 and 3.0.1: - New flag "c" for itemizing non-regular files. - Fix crash when running rsyncd without --config-file= . - Fix crash when backing up a directory which has default ACLs. - Fixed the working of --fake-super with --link-dest and --xattrs. - Fixed a hang when combining --dry-run with --remove-source-files. - Fixed a bug with --iconv preventing gobbled file names from causing transfer failures. - Fixed the use of the --protect-args (-s) option when talking to a daemon. - Fixed the --ignore-existing symlink problems. - Avoid setting the mtime on a directory that already has the right one. - Improved the daemon-exclude handling. - Fixed a glitch in the itemizing of permissions with the -E option. - Various other bugfixes. - Fixed a couple minor bugs in the included popt library. - Fixed a stat() call that should have been do_stat() for 64-bit functionality. - Changed the file-glob code to do a more memory efficient directory scan. Approved-by: tron
2008-04-08Force depend target to run, bootstrap-mk-files doesn't have thejoerg1-1/+2
necessary logic for explicit dependencies as the NetBSD rules have. Should fix build on Solaris and Darwin.
2008-04-08Update wget to 1.11.1.obache2-6/+6
* Changes in Wget 1.11.1. ** Interrupted downloads no longer result in renaming the file (regression in 1.11 over 1.10.2). ** Progress bar now displays correctly in non-English locales (and a related assertion failure was fixed). ** Wget no longer issues a GET request over HTTP for files it should know it's not going to download (regression in 1.11 over 1.10.2). ** Added option --auth-no-challenge, to support broken pre-1.11 authentication-before-server-challenge, which turns out to still be useful for some limited cases. ** Documentation of accept/reject lists in the manual's "Types of Files" section now explains various aspects of their behavior that may be surprising, and notes that they may change in the future. ** Documentation of --no-parents now explains how a trailing slash, or lack thereof, in the specified URL, will affect behavior.
2008-04-07Be a bit nicer to users that want to play with the fire.joerg1-1/+2
2008-04-07DESTDIR support.joerg1-2/+6
2008-04-07DESTDIR support.joerg1-5/+9
2008-04-07Fix installation.joerg1-1/+3
2008-04-07Fix installation.joerg1-2/+2
2008-04-07Fix installation.joerg1-5/+4
2008-04-07Fix installation.joerg1-1/+3
2008-04-07Fix DESTDIR installation.joerg1-1/+3
2008-04-06Add & enable ruby-snmpseb1-1/+2
2008-04-06Initial import of ruby-snmp as version 1.0.2 into the NetBSDseb4-0/+253
Packages Collection. This library implements SNMP (the Simple Network Management Protocol). It is implemented in pure Ruby. You can run this library anywhere that Ruby can run.
2008-04-06Update to 2.3.5 (Ok'ed bouyer@)adrianp7-58/+66
* add some security notes to the master/slave documentation --niko * allow SSH probe to config rsa1 key -- Walery Kokarev * make ajax mode work on IE again -- tobi * Integrated TCPPing Probe -- Norman Rasmussen * made Smokeping.pm more portable by using %.1f in perl sprintf -- tobi * make sure tsmoke sends mime conformant mails -- tobi Too many changes to list completely. See CHANGES for all the details: http://oss.oetiker.ch/smokeping/pub/CHANGES
2008-04-06welcome to pl10, use getifaddrs.christos2-4/+6
2008-04-06use getifaddrschristos3-9/+86
2008-04-06+ Geomyidaeobache1-1/+2
2008-04-06Import Geomyidae version 0.11.obache6-0/+116
Based on packaged by Jeff Woodall and provided in PR 38261. Geomyidae is a daemon for serving the protocol specified in RFC 1436 (Gopher). Under 1000 lines of C by design, it is lightweight yet supports dynamic content, automatic file/directory indexing, logging and privilege separation.
2008-04-05+ msdlobache1-1/+2
2008-04-05Import msdl version 1.1.1.obache4-0/+36
This program is to download multimedia streaming files. Currently it supports following protocols. * mmst (Microsoft Media Server over TCP) * mmsh (MMS over HTTP) * http (Hyper Text Transfer Protocol) * real-rtsp (Real Time Streaming Protocol / Real/helix) * wms-rtsp (Real Time Streaming Protocol / WMServer ) * ftp (File Transfer Protocol)
2008-04-05Actually return the list, not print it.joerg2-6/+10
2008-04-05libfetch-2.4: FTP directory listenings.joerg1-2/+2
2008-04-05Add somewhat ugly, but working directory listening code for FTP.joerg3-25/+72
Note that using glob patterns that match directories can result in recursive expansion, e.g. with tnftpd.
2008-04-05Regen.joerg1-5/+30
2008-04-04On second thought, don't filter out files with . Bump to 2.3.joerg2-4/+4
2008-04-04libfetch-2.2:joerg7-9/+105
Add interface to glob a directory.
2008-04-04Update arpwatch to version 2.1a15. Changes are build-infrastructure-relatedjwise3-7/+13
and updates to vendor tables. While here, also install example scripts which come with arpwatch, showing how to have arpwatch sample from an snmp-enabled router or switch (these install into /usr/pkg/share/examples/arpwatch).
2008-04-04Use inttypes.h, it is more portable and all that is needed here.joerg1-2/+2
2008-04-03Update samba to version 3.0.28a.jlam21-245/+191
CHANGES FOR PKGSRC: ================== Makefile: + Modify section that manually handles the ELF symlinks for samba shared libraries -- add additional libraries that are built (addns, smbsharemodes) and reorganize so we don't need two loops where one will do. + Pass --with-included-popt to the configure script to force using the popt distribution included with samba to avoid any library mismatch errors between samba and any installed popt. This fixes PR pkg/34444 by Jason Lingohr. + Don't build the smbmount programs on Linux -- they're deprecated in favor of the mount.cifs programs. + Remove some pkgviews-related settings -- I'm not supporting pkgviews installation of samba. Makefile.patches: + Empty out PATCHFILES because we are updating to the latest release of samba, which has all previous patches for security advisories already rolled into the main sources. Makefile.mirrors: + Update SAMBA_MIRRORS in Makefile.mirrors to the latest list of FTP mirrors. options.mk: + Only show the ``acl'' option on platforms that actually support POSIX ACLs. + Add a new ``fam'' option to enable building the notify_fam VFS module. patch-ab, patch-ax: + Remove patch-ab and update patch-ax -- there's nothing for the scripts to back up so we don't need to patch the install* scripts to avoid this. patch-ae, patch-ah: + Update patch-ae and remove patch-ah -- we should definitely check that PAM_AUTHTOK_RECOVERY_ERR is defined before using its value to define PAM_AUTHTOK_RECOVER_ERR. patch-at, patch-au: + Fix patch-at and patch-au -- in configure.in, we need to "escape" left and right brackets or else m4 will strip them away in the resulting configure script. This should fix the detection of FreeBSD and NetBSD systems capable of using nss_winbind noted in PR pkg/38076 by Ingo Meyer. patch-ay: + Remove some unnecessary changes -- we can safely just do "mkdir" in some places because we know the parent and any intermediate directories exist. patch-be: + Fix a bug in locating WINS_LIST -- nmbd/nmbd_winsserver.c was referring to WINS_LIST under the state directory in one place and under the lock directory in another; change all references to be under the state directory. patch-db: + Add patch to fix the build of samba on older BSDs. Patch supplied in PR pkg/37487 by John Frear. All remaining changes to patches/patch-* are simply to remove fuzz. MAJOR CHANGES FROM VERSION 3.0.26a: * Fix failure to join Windows 2008 domains. * Fix Windows Vista (including SP1 RC) inter-op issues. * Add a new ``administrative share'' service parameter for defining hidden shares that cannot be managed from Windows. * Fix for CVS-2007-6015 (already fixed in 3.0.26anb4 in pkgsrc). * Fix for CVS-2007-5398 (already fixed in 3.0.26anb4 in pkgsrc). * Fix for CVS-2007-4572 (already fixed in 3.0.26anb4 in pkgsrc). Also subsequent fix for regression experienced by smbfs clients caused by the fix for CVS-2007-4572, noted in PR pkg/38300 by Dave Barnes. * Many other bugs fixed and memory leaks plugged.
2008-04-02libfetch-2.1:joerg12-273/+283
- remove most of the debug junk - fix a buffer overflow in the config parser - replace stdio usage with a simple abstract IO framework. currently without explicit buffering, but that might be added later
2008-04-01Use <X11/Xmd.h> to define CARD32 et al so that local definitionmarkd2-6/+17
doesn't clash if something else happens to pull in that include file - as now happens with XI.h file in inputproto-1.4.3. Should fix PR 38227.
2008-03-31Update "wireshark" package to version 1.0.0. Changes since 0.99.8:tron3-8/+8
- security fixes for X.509sat, Roofnet, LDAP and SCCP dissectors - several SNMP-related bugs have been fixed. - several memory-related bugs have been fixed. - Wireshark now supports custom columns. - New Protocol Support: IEEE 802.15.4, Infiniband, Parallel Redundancy Protocol, RedBack Lawful Intercept, Xcsl - Updated Protocol Support: - AFS, ALCAP, ATM, BACapp, CIGI, DCC (renamed from DCCP), DCCP (renamed from DCP), DCERPC SPOOLSS, DCERPC NT, DHCP, DirectPlay, EtherCAT, FIX, GIOP, GTP, H.248, HTTP, ICMPv6, ICQ, IPv6, ISIS, JXTA, NCP, P_Mul, PCAP, PKIX1Explicit, PTP, RADIUS, Roofnet, RTCP, RTMPT, RTP, RX, SABP, SCSI OSD, sFlow, SMPP, SNMP, SSCOP, TAPA, TIPC, TPNCP, UNISTIM, X.25, X.509sat, XML - New and Updated Capture File Support: Hilscher Analyzer
2008-03-22Fix SNMP GET reply buffer overflow in nagios-plugin-snmp version 1.4.3nb1tonnerre3-4/+43
(CVE-2007-5623, ticket #16441) Approved-by: gdt, joerg
2008-03-22Location header buffer overflow fix for nagios-plugins-1.4.3tonnerre3-4/+105
check_http (CVE-2007-5198) Approved-by: gdt
2008-03-22Install an rc script for cnid_metad as reported bytaca5-8/+54
PR pkg/38268 from HAT. And a little pkglint fixes. Bump PKGREVISION.
2008-03-19Fix a Denial-of-Service vulnerability in maradns version 1.2.12.06tonnerre3-2/+38
Crafted CNAME entries can be used to DoS MaraDNS without this patch See CVE-2008-0061 for more details Approved-by: wiz
2008-03-18update to 2.0drochner4-34/+88
The former version (1.5) was quite old, so there are too many changes to list here. No pkgs in pkgsrc are formally using this pkg, but the "sonata" audio player is able to fetch lyrics if this version is installed.
2008-03-18Fix several cross site scripting vulnerabilities in Nagios 2.5tonnerre16-4/+485
Take over maintainership as suggested by jlam Approved-by: jlam
2008-03-16Fix build with PostgreSQL 8.3. Fromseb2-1/+18
http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk/plugins/check_pgsql.c revision 1951
2008-03-16Sort.wiz1-4/+4
2008-03-15py-gtk2 doesn't support Python 2.3, assume nicotine can be built againstjoerg1-2/+2
2.4 instead.
2008-03-15Update "p5-Net-DNS" package to version 0.63.tron2-6/+6
Changes since version 0.62: =========================== *** 0.63, 8 Feb 2008 This version contains a Security Fix. Feature NotifyHandler in Nameserver The NotifyHandler is a new attribute to the nameserver used in the same way as the ReplyHandler except that it is executed when the opcode is NS_NOTIFY (RFC1996). It takes the same arguments as the reply handler (i.e. $qname, $qclass, $qtype, $peerhost, and $query). Corrections made in the documentation. Fix rt.cpan.org #32937: 5.11 introduces new warning on uc(undef) The patch supplied fixes for methods where undefined arguments were likely. For methods where undefined arguments don't make the warning will be printed. Fix rt.cpan.org #32147: Default LocalAddr broken in Net::DNS::Nameserver 0.62 Listen on the default address if LocalAddr not defined. Fix rt.cpan.org #30316 Security issue with Net::DNS Resolver. Net/DNS/RR/A.pm in Net::DNS 0.60 build 654 allows remote attackers to cause a denial of service (program "croak") via a crafted DNS response (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6341). Packet parsing routines are now enclosed in eval blocks to trap exception and avoid premature termination of user program. Bug: mbox-dname and txt-dname were not allowed to be empty in the RP RR. Fix by Peter Koch
2008-03-14Pick up maintainership.wiz1-2/+2
2008-03-14+ 3proxy, clive, libfetch.wiz1-1/+4
2008-03-14Import clive-0.4.6 as net/clive.wiz4-0/+68
clive is a cross-platform command line video extraction tool for user-uploaded video hosts such as Youtube, Google Video, Dailymotion, Guba, and Metacafe. It can be chained with 3rd party tools for subsequent video re-encoding and playing.