summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2009-05-23Pullup ticket 2779 - requested by tronspz2-6/+6
Security update Revisions pulled up: - pkgsrc/net/wireshark/Makefile 1.32 - pkgsrc/net/wireshark/distinfo 1.21 Module Name: pkgsrc Committed By: tron Date: Sat May 23 08:12:08 UTC 2009 Modified Files: pkgsrc/net/wireshark: Makefile distinfo Log Message: Update "wireshare" package to version 1.0.8. Changes since version 1.0.7: - Bug Fixes: - The PCNFSD dissector could crash. (wnpa-sec-2009-03) - Lua integration could crash. - The SCCP dissector could crash when loading more than one file in a single session. - The NDMP dissector could crash if reassembly was enabled. - Updated Protocol Support: All ASN.1 protocols, DICOM, NDMP, PCNFSD, RTCP, SCCP, SSL, STANAG 5066 To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/wireshark/distinfo
2009-05-22Pullup ticket #2775 - requested by joergtron2-6/+6
nsd: security update Revisions pulled up: - net/nsd/Makefile 1.46 - net/nsd/distinfo 1.25 --- Module Name: pkgsrc Committed By: joerg Date: Wed May 20 01:55:55 UTC 2009 Modified Files: pkgsrc/net/nsd: Makefile distinfo Log Message: Update to NSD 3.2.2. Allows nsd-patch to directly work on the database without intermediate zonefile. Allow file rotation for nsd.log. Allow disabling AXFR fallback. Fix off-by-one during query processing.
2009-05-13Pullup ticket #2763 - requested by hassotron2-6/+6
quagga-devel: security update Revisions pulled up: - net/quagga-devel/Makefile 1.8 - net/quagga-devel/distinfo 1.8 --- Module Name: pkgsrc Committed By: hasso Date: Wed May 13 10:02:40 UTC 2009 Modified Files: pkgsrc/net/quagga-devel: Makefile distinfo Log Message: Update to 0.99.12. Changes since 0.99.11: bgpd: Fix bgp ipv4/ipv6 accept handling [bgpd] AS4 bugfix by Chris Caputo [SECURITY] [bgpd] Add 'show bgp views' command [bgpd] Allow accepted peers to progress even if realpeer is in Connect ospfd: [lib] Move type cast in Fletcher checksum [lib] Switch Fletcher checksum back to old ospfd version Justified OSPF cost function names and added support for: ospf cost <1-65535> A.B.C.D no ospf cost <1-65535> library: [lib] Fix timer precision. [lib] fix missing sockunion_normalise_mapped vtysh: [vtysh] Add commands from zebra_routemap.c to vtysh misc: [build] tools/multiple-bgpd.sh should be in 'make dist'
2009-05-03Pullup ticket 2754 - requested by tronspz6-4/+42
Build fix for Solaris Revisions pulled up: - pkgsrc/net/libtorrent/Makefile 1.30 - pkgsrc/net/libtorrent/distinfo 1.22 - pkgsrc/net/libtorrent/patches/patch-aa 1.8 - pkgsrc/net/rtorrent/Makefile 1.30 - pkgsrc/net/rtorrent/distinfo 1.21 - pkgsrc/net/rtorrent/patches/patch-aa 1.7 Module Name: pkgsrc Committed By: tron Date: Fri Apr 10 09:06:21 UTC 2009 Modified Files: pkgsrc/net/libtorrent: Makefile distinfo pkgsrc/net/rtorrent: Makefile distinfo Added Files: pkgsrc/net/libtorrent/patches: patch-aa pkgsrc/net/rtorrent/patches: patch-aa Log Message: Add two patches taken from "xnet.fi" to fix the build under SunOS 5.11 (and eventually older versions). Problem reported by Tom Hensel in private e-mail. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/libtorrent/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/libtorrent/distinfo cvs rdiff -u -r0 -r1.8 pkgsrc/net/libtorrent/patches/patch-aa cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/rtorrent/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/rtorrent/distinfo cvs rdiff -u -r0 -r1.7 pkgsrc/net/rtorrent/patches/patch-aa
2009-04-28Pullup ticket #2748 - requested by gdttron1-2/+2
wireshark: build fix Revisions pulled: - net/wireshark/Makefile patch --- Comment out the "LICENSE" line as tagging for Free licenses is not supported in the pkgsrc-2009Q1 branch.
2009-04-10Pullup ticket 2731 - requested by tronspz2-6/+8
Security fix Revisions pulled up: - pkgsrc/net/wireshark/Makefile 1.30 - pkgsrc/net/wireshark/distinfo 1.20 Module Name: pkgsrc Committed By: tron Date: Fri Apr 10 07:21:29 UTC 2009 Modified Files: pkgsrc/net/wireshark: Makefile distinfo Log Message: Update "wireshark" package to version 1.0.7. Changes since version 1.0.6: - Security-related bugs in the Profinet, LDAP, and CPHAP dissectors and the Tektronix K12 file format have been fixed. - Many other bugs have been fixed. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/wireshark/distinfo
2009-04-04DESTDIR support. Use SPECIAL_PERMS for Xvnc on Solaris. Notjoerg3-16/+25
MAKE_JOBS_SAFE. Fix path to fonts and rgb (PR 35441). Require xauth (PR 41093). Bump revision.
2009-04-01Bump PKGREVISION for new patch-ad.apb1-2/+2
Correct handling of the length of data returned by SIOCGIFCONF. The actual length of each item is never less than sizeof(struct ifreq), but may be more than that. If the platform's struct sockaddr has an sa_len field, and if the length in sa_len is larger then the space available in ifr_ifru, then the data extends beyond the end of the ifr_ifru field by the difference in sizes.
2009-04-01Correct handling of the length of data returned by SIOCGIFCONF. Theapb2-1/+63
actual length of each item is never less than sizeof(struct ifreq), but may be more than that. If the platform's struct sockaddr has an sa_len field, and if the length in sa_len is larger then the space available in ifr_ifru, then the data extends beyond the end of the ifr_ifru field by the difference in sizes.
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe8-11/+16
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25Delete the p5-Net-Z3950 package.he1-2/+1
2009-03-25Remove the p5-Net-Z3950 package.he3-35/+0
It was deprecated upstream more than two years ago, and the replacement p5-Net-Z3950-ZOOM is recommended instead. Additionally, with up-to-date dependencies, this package doesn't even build. OK'ed by wiz@
2009-03-24Update nagios-plugins and nagios-plugin-{ldap,pgsql,mysql,radius,snmp}bouyer11-87/+47
to 1.4.13. Approved by tonnerre@ main CHANGES since 1.4.11: - lots of bug fixes - Added ./check_nt -v INSTANCES to count number of instances (Alessandro Ren) - New check_icmp -s option to specify the source IP address - check_dns now sorts addresses for testing results for more than one returned IP (Matthias Urlichs) - check_disk should now work with large file systems (2TB+) on all archs that supports it - check_ntp_peer now checks for the LI_ALARM flag - check_procs now accepts --ereg-argument-array for a regular expression match to the argument array - check_dig can now pass arguments to dig by using -A/--dig-arguments - check_dns now allow to repeat -a to match multiple possibly returned address (common with load balancers) - check_mysql and check_radius now try clearing password in processlist just like check_mysql_query - check_mysql and check_mysql_query now support sockets explicitely (-s, --socket) - negate now has the ability to replace the status text as well (-s, --substitute) - Added performance data to check_ping (Christian Schneemann) - On non-skipped stderr, check_by_ssh now returns UNKNOWN or worse (result from command) instead of always UNKNOWN. - check_dig now returns CRITICAL instead of WARNING when no answer section is found - check_procs now captures stderr in external command and adds to plugin output - check_snmp now only prints perfdata for non numeric values (#1867716) - check_icmp now supports packet size modification - check_http -e now accepts a comma-delimited list of expected status codes (Sven Nierlein) - check_ntp_peer/check_ntp_time used to show port in --help but ignored the argument - now implemented
2009-03-24Update to 3.1.0 (approved by tonnerre@)bouyer4-25/+32
Note that this now requires php for the web interface. Changes since 3.0.3: - lots of bug fixes, including security fixes for CVE-2008-5027, CVE-2008-5028, and CVE-2008-6373 (secunia.com SA32909) - Sample audio files for CGIs removed from distribution - Added documentation on CGI security issues - Better out-of-disk-space error handling when writing retention and status files - Disabled adaptive check and eventhandler commands for security reasons - Added wildcard host matching in CGIs - Added support for x509 cert authentication in the CGIs - Updates to nagiostats utility for faster execution if using external stats file - Added a bit more verbosity to config verification
2009-03-24We use pkg-config.roy1-1/+2
2009-03-24Drop MAINTAINERSIP at MAINTAINER's request.darcy1-2/+2
2009-03-23Add URL for mirror on "ftp.belnet.be" to master site list.tron3-6/+9
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz2-27/+1
infrastructure supports this properly (thanks joerg!).
2009-03-22remove ppp-lzs package, it is unmaintainable in its current form. I didplunky5-92/+0
have some thoughts about it some time last year but not got around to it and it has been marked broken for a long time.
2009-03-22remove ppp-lzsplunky1-2/+1
2009-03-22Update to 2.26.0:wiz6-31/+55
gnome-nettool 2.26.0, 2009-03-16 --------------------------------- - Removed warnings from the Glade UI (Diego Escalante) - #573147: Remove deprecated gtk/gdk functions (Andre Klapper) - #557055: Improved accesability (Germán Póo-Caamaño) - #522934: Fixed support for unlimited pings (Germán Póo-Caamaño) - #554733: Gnome Nettool now is 1024x600 friendly (Germán Póo-Caamaño) - #563044: Added basic NetBSD support (Thomas Klausner) - #394648: Added menu for the documentation (Germán Póo-Caamaño) - #487308: Restored the behaviour of 'Edit/Copy' as default in Gnome. Added 'Copy as text report' to copy all the values in a tab window (Germán Póo-Caamaño) - #156176: Removed Linux-dependency on NIC Information through the use of ligbtop instead of ioctl calls and reading from /proc/net (Germán Póo-Caamaño) - #341070: Updated About dialog (Alejandro Andrés) - #549588: Use pinky instead of finger to reduce one dependency in Linux systems (Germán Póo-Caamaño) - #560435: Removed deprecated symbols from glib (Maxim Ermilov) - #559852: Fixed unlocalized string in copyright (Claude Paroz) - #551754: Fixed unlocalized string in port scan (Takao Fujiwara) - #500773: Improved documentation metadata for library.gnome.org (Germán Póo-Caamaño) - #561229: Clean up Gtk+ includes (Maxim Ermilov) - Updated translations: - as (Amitakhya Phukan) - ast (Mikel González) - bn_IN (Runa Bhattacharjee) - ca (Gil Forcada, Joan Duran, David Planella) - cs (Lucas Lommer) - da (Kenneth Nielsen) - de (Mario Blättermann, Christian Kirbach) - el (Jennie Petoumenou) - en_GB (Philip Withnall, Jen Ockwell) - es (Jorge González) - et (Ivar Smolin) - eu (Inaki Larranaga Murgoitio) - fi (Ilkka Tuohela) - fr (Claude Paroz) - gl (Suso Baleato) - gu (Sweta Kothari) - he (Yair Hershkoviz, Yaron Sharabani) - hu (Gabor Kelemen) - it (Francesco Marletta) - ja (Takeshi AIHANA) - ko (Changwoo Ryu) - lt (Gintautas Miliauskas) - lv (Raivis Dejus) - ml (Hari Vishnu) . mr (Sandeep Shedmake) - nl (Wouter Bolsterlee) - no (Kjartan Maraas) - or (Manoj Kumar Giri) - pl (Tomasz Dominikowski) - po (A S Alam) - pt (Duarte Loreto) - pt_BT (Leonardo Gregianin, André Pinheiro, Vladimir Melo, Djavan Fagundes) - ro (Adi Roiban) - ru (Nickolay V. Shmyrev) - sl (Matej Urbančič) - sv (Daniel Nylander) - ta (I. Felix) - te (Krishnababu K) - th (Theppitak Karoonboonyanan) - tr (Baris Cicek) - vi (Clytie Siddall) - zh_CN (甘露(Gan Lu)) - Added translations: - af (Friedel Wolff) - ps (Zabeeh Khan)
2009-03-22Fix gtk version referencesmb2-3/+4
2009-03-22--- 9.5.1-P2 released ---adrianp2-7/+7
2579. [bug] DNSSEC lookaside validation failed to handle unknown algorithms. [RT #19479]
2009-03-22--- 9.4.3-P2 released ---adrianp2-7/+7
2579. [bug] DNSSEC lookaside validation failed to handle unknown algorithms. [RT #19479]
2009-03-22Add some patches from ekiga Subversion, addressing PR 41041 by Jared McNeill.wiz6-13/+122
Bump PKGREVISION.
2009-03-22Leave over maintainership to pkgsrc-usersmanu4-8/+8
2009-03-21Correct PERL5_PACKLISTadrianp1-2/+2
2009-03-21Update "samba" package to version 3.0.34. Changes since version 3.0.32:tron7-62/+226
- Fix update of machine account passwords. - Fix SMB signing issue on Windows Vista with MS Hotfix KB955302. - Fix Winbind crashes. - Correctly detect if the current dc is the closest one. - Add saf_join_store() function to memorize the dc used at join time. This avoids problems caused by replication delays shortly after domain joins. - Fix write list in setups using "security = share".
2009-03-21Remove MAINTAINER at their request.darcy2-4/+4
2009-03-21Added net/p5-Net-Interface version 1.010sno1-1/+2
2009-03-21pkgsrc-changes:sno4-0/+60
- Introducing package for CPAN module Net::Interface Net::Interface is a module that allows access to the host network interfaces in a manner similar to ifconfig(8). Version 1.00 is a complete re-write and includes support for IPV6 as well as the traditional IPV4. Auto-Oked by rhaen@ - I'm Co-Maintainer of CPAN module
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg61-798/+366
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-20Include pyversion.mk include the protected part of the buildlink3.mkjoerg2-6/+6
files, not over and over again.
2009-03-20Update to dhcpcd-4.99.15roy3-23/+6
Changes from dhcpcd-4.99.14 include * Compiles on DragonFly BSD * Better support for 3rd party configured interfaces such as PPP * Blacklist now happens at the packet level
2009-03-20INSTALL_UNSTRIPPED=yes on Darwin to make this run.yyamano1-1/+5
Patch is provided by Tetsuya KOBAYASHI. Close PR pkg/40985.
2009-03-19update to 0.8.13drochner2-7/+6
changes: * Clean up some warnings from sparse/gcc * Makefile.am: Put local includes first
2009-03-19Update to 3.1.1 to fix a problem with the dnsmasq subscriber.roy2-6/+6
2009-03-18Add two new options to help when running snmpd as an unpriveleged useradrianp1-2/+10
2009-03-18We need pkg-config to build against DBus.roy1-1/+2
2009-03-18Update to openresolv-3.1roy2-6/+6
Changes since 3.0: * New variable dynamic_order * interface processing now interface_order, dynamic order without metric, metric and and everything else in lexical order
2009-03-18Revert previous -- configure script still checks for libproxy, even thoughwiz1-4/+2
it's unneeded. Found by snj.
2009-03-18to netbsd-usersjmcneill1-2/+2
2009-03-18to pkgsrc-usersjmcneill1-2/+2
2009-03-18Update ekiga to 3.2.0.jmcneill5-8/+130
* Changes in ekiga 3.2.0 (2009-03-16) - Fix some NAT related issues (use internal port instead of external port in Cone NAT) - Uniformise detection of libnotify; fix compilation with mingw - Fix "URL completion combobox shows identical completions" - Fix "Assistant loosing values when going backward" - Fix GmConf settings when compiled with another package name - Fix unregistration of accounts - Fix build with -enable-kde - Fix OS X build - Fix a crash in chat - New translations: crh, or - Updated translations: as, bg, bn_IN, da, de, el, eu, gl, gu, hi, hu, ja, kn, ko, ku, lt, ml, mr, or, pt, ro, ru, ta, te, tr - New help translation: en_GB - Updated help translation: fr * Changes in ekiga 3.1.2 (2009-03-03) - Removal of the old H.263 ffmpeg plug in and enhancement of the H.263-1998 plug in to take its place. - Allow compilation with CELT 0.4 and 0.5 - Allow several ALSA devices to have the same name - STUN enabling/disabling has been readded to the GUI - Remove white spaces from the URI (useful when copy/paste) - Clear the URI edit box after a call - Fixed crash when clearing call history - Fix Windows compilation - Fixes for tarball generation - Fixed account data corruption when the authentication user name is left blank - Fixed possible crash when answering incoming calls - Fixed G.722 usage - Other various fixes, cleanups, removal of deprecated symbols etc. - Updated translations: ca, cs, da, el, en_GB, es, eu, fi, fr, he, hu, it, ja, ko, kn, nb, nl, pl, pt_BR, sl, sv, th, vi, zh_HK, zh_TW - New help/eu localisation Experimental features: - Significant improvements in IPv6 support - Gstreamer audio and video capture support near to be finished... * ekiga 3.1.1 unreleased * Changes in ekiga 3.1.0 (2009-01-05) - Added support for G.722 and CELT audio wideband codecs - Added support for H.263 - Added support for SIP dialog-info notifications, it allows being notified of incoming calls for the phones of your colleagues with software like Asterisk - Added support to disable STUN detection - Improved LDAP support in the address book, authentication is now possible - Killed the gconf_test_age test, Ekiga can now finally work with badly installed GConf schemas - More efficient memory handling using gmref_ptr, increases stability - Better handling of multiple network interfaces with dynamic addition and removal - libgnome is not required anymore when using GTK+ 2.14 - Many code cleanups, new GObjects, ... - Work in progress : XCAP support, Resource List support, GStreamer audio and video capture support, ...
2009-03-18Comment out libproxy dependency; it is not needed in this version.wiz1-2/+4
Bump PKGREVISION.
2009-03-17Correct email address for generic MAINTAINER.darcy1-2/+2
2009-03-17Needs pkg-config.hasso1-1/+2
2009-03-17Use roy@NetBSD.org instead of my personal email.roy5-10/+10
2009-03-17Update bug-buddy to 2.26.0.jmcneill4-28/+15
2.26.0 * Don't hardcode a scrollkeeper check in the configure script. 2.25.91 * Build correctly with --disable-eds. 2.25.2 * Fix a segfault (Josseline Mouette). * Don't free uninitialized memory. 2.25.1 ("The Feel-Good vibe") * Drop libgnome and libgnomeui dependencies. * Make google-breakpad support optional (but enabled by default). Thanks to Sjoerd Simons. * Obtain the real path of the crashed process by looking in /proc. Thanks to Sam Morris and Matt Keenan. * Add an option to delete the included file after bug-buddy has processed it. * Implement a logger for pasting critical and fatal warnings in the stacktraces. * Include the loaded GTK+ modules in the stacktraces sent to bugzilla. * Update google-breakpad to SVN r290. * Compile with all the GLib/GTK+ deprecation flags.
2009-03-16Update to openresolv-3.0roy4-18/+17
No functional changes since 2.x, but the configuration has moved from lots of little configuration files into one easier to manage configuration file with a nice man page - resolvconf.conf