summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2007-07-28Update to 9.4.1-P1adrianp2-7/+6
2206. [security] "allow-query-cache" and "allow-recursion" now cross inherit from each other. If allow-query-cache is not set in named.conf then allow-recursion is used if set, otherwise allow-query is used if set, otherwise the default (localnets; localhost;) is used. If allow-recursion is not set in named.conf then allow-query-cache is used if set, otherwise allow-query is used if set, otherwise the default (localnets; localhost;) is used. 2203. [security] Query id generation was cryptographically weak. 2202. [security] The default acls for allow-query-cache and allow-recursion were not being applied. 2193. [port] win32: BINDInstall.exe is now linked statically. 2192. [port] win32: use vcredist_x86.exe to install Visual Studio's redistributable dlls if building with Visual Stdio 2005 or later.
2007-07-28Update to 2.14.8:wiz4-218/+6
ORBit2-2.14.8 * bug fixes + Fix GIOP timeouts and add unit tests (Jules Colding) + Code cleanups (Kjartan) + Fix pointer arithmetics (Roland Illig) + Fix crash with uninitialized exception (Vincent Untz) + ORBLocalOnly mode in Solaris fixes (Brian Cameron)
2007-07-28malloc.h cleanup.joerg13-1/+162
2007-07-26Changed tsocks.sh so that it matches the man page. PKGREVISION++rillig2-9/+56
2007-07-26Update to 1.2.7:wiz2-6/+6
1.2.7: Joakim L. Gilje - Sat Jul 14 22:54:37 PDT 2007 * Set server TCP sockets to blocking mode on Mac OS X, Solaris, etc.
2007-07-24update to 0.41:jschauma2-6/+6
A cross site scripting vulnerabilty was found in the ipcalc CGI wrapper script. (Note: This is not the ipcalc script itself, it is only used when ipcalc is run via a web interface). This script was included in the tar archives of ipcalc 0.39 and 0.40. ok zuntum@
2007-07-22Update to tnftp 20070806.lukem2-0/+3142
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-07-22Updated net/ktorrent from 2.1.4 to 2.2:abs5-18/+29
Changes in 2.2 : - Allow user to create torrents without tracker - Double clicking on files in files tab opens them Changes in 2.2rc1 - Revamped plugin settings page, looks much nicer now. - Scan dialog now has only one button cancel, which becomes close when the scan is finished - Add max seed time feature - Add download and seed time columns in view Changes in 2.2beta1 - Ditch KMDI in favor of KDevelop IDEA code - Infowidget has been fully moved to the bottom tabbar - Possibility to open as many views as needed - By default a downloads and uploads tab is now shown - Immediatly hide system tray icon at exit - Make sure to many files open bug is very unlikely to happen - Search plugin tab has now become a toolbar - Added option to fully preallocate diskspace for torrents - Added support for seeding from readonly filesystems - Make sure FileView remembers it's state - Sleep time of upload and download is now configurable through a CPU usage slider in the settings - Added option to move finished downloads to a different directory - Readded feature to show the total and the number of running torrents in the tab of each view - Added progress bar in status bar when searching - Redesigned FileSelectDlg - Added option to add torrent to group when loading - Added option to choose download directory for torrent when loading - Added option to copy .torrent files to user specified directory - Show torrent path when trying to load a corrupt torrent from torX/ directory - Added speed limits for individual torrents - Added dynamic diskspace checking. - Added option to disable diskspace preallocation - Improved system tray popup icon : we now use boxed style KPassivePopup instead of Qt tooltips, it also only disappears when the cursor is moved away from the tray icon and the text can be updated - The log now gets autorotated when it gets larger then 10 MB - Import dialog is now network transparent for the torrent file - Added statistics plugin which was developed by Krzysztof Kundzicz
2007-07-22Update to tnftp 20070806.lukem1-0/+507
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-07-20Needs pkg-config.joerg1-1/+2
2007-07-19Explained why netcat is installed in sbin/ and netcat6 in bin/.rillig1-1/+3
2007-07-14Update to 1.4.0adrianp5-35/+38
- Install ares_dns.h too - Brad House added ares_save_options() and ares_destroy_options() that can be used to keep options for later re-usal when ares_init_options() is used. - Brad House's man pages for ares_save_options() and ares_destroy_options() were added. - James Bursa reported a major memory problem when resolving multi-IP names and I found and fixed the problem. It was added by Ashish Sharma's patch two days ago.
2007-07-13Update py-GeoIP to 1.2.1.obache2-9/+8
Patch provided by maintainer, Bartosz Kuzma in PR 36642. Changes since 1.2.0: 1.2.1 2005-06-28 * Added support for GeoIP Region
2007-07-12The code is not -Werror clean, disable it for now to let it build.xtraeme2-2/+4
2007-07-11Fix an installation problem under Mac OS X on a case-insensitive filesystem.tron1-1/+2
"bmake" would always report that "`install' is up to date." because it finds "INSTALL" when searching for "install".
2007-07-11Update libVNCServer to 0.9.1.obache4-19/+27
* libs are built shared by defaut now. * x11vnc is no longer included in the package tarball.
2007-07-09remove stale dependency on popt,drochner2-5/+3
perhaps pointed out by Kamel Derouiche on tech-pkg, bump PKGREVISION
2007-07-09remove stale dependency on popt,drochner2-4/+3
perhaps pointed out by Kamel Derouiche on tech-pkg, bump PKGREVISION
2007-07-09add "test" targetdrochner1-1/+4
2007-07-08Add urlgfe.minskim1-1/+2
2007-07-08Import urlgfe from pkgsrc-wip. Packaged by Cesar Catrian and updated byminskim4-0/+47
othyro. UrlGfe is a download manager that uses gtk2+ and libcurl. Features: 1. It allows you classify URLs before downloading them. 2. Every category has an independent configuration that can be inherited by each download in that category. 3. Multiple categories can download at one time. 4. Batch mode can generate URLs. 5. Import URLs from .html files. (UTF-8 Encoding only) 6. Export URLs (for wget -i)
2007-07-08Reset maintainer, rpaulo resigned.wiz5-10/+10
2007-07-06update to 2.14.3drochner2-6/+6
changes: -Fix build problem on Mac OS X -Fix compatibility with non-ORBit2 based servants
2007-07-06oops - add patch which quells a "array subscript is char" gcc warningdrochner1-0/+20
2007-07-06update to 0.99.6drochner4-34/+12
changes: -security fixes for the HTTP, DCP ETSI, SSL, DHCP, and MMS dissectors (crashes, resource exhaustion, off-by-one) -GUI/display filter improvements
2007-07-06Updated net/proftpd to 1.3.1rc3martti8-458/+19
Hello, ProFTPD community. The ProFTPD Project team is pleased to announce that the third release candidate for ProFTPD 1.3.1 is now available for public consumption. The 1.3.1rc3 release includes a number of minor bugfixes, including segfaults when handling the NLST command, dealing assigning IPv6 addresses for the EPSV command, and better handling of Display files in chrooted sessions. Please read the included NEWS and ChangeLog files for the full details.
2007-07-05Fixed the name of the pkg-config file. PKGREVISION++rillig1-3/+3
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam24-40/+93
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-03Update p5-Net-DNS package to 0.60.taca2-6/+6
Changes are more than 100 lines, but it fixes these security problem. http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409
2007-07-03Add common handling for libresolv similiar to dlopen(3) wrapping.joerg3-5/+23
For now, DragonFly and FreeBSD use the libc version, it is not reentrant, but thread-safe. NetBSD 3.0+ and Darwin 8.0+ use libresolv from base (the BIND9 resolver), all other fall back to net/bind9. Feel free to add your favorite platform if it has a thread-safe resolver in base. Modify mail/libspf-alf, mail/milter-greylist, mail/spamdyke and net/nocol accordingly. Testing on !DragonFly and feedback from tron@
2007-07-03Update to version 10.6.115659 of Linux client. Changes are:sborrill2-7/+7
Build Fix 1 Fixes a failure to disconnect the session if the smart card used for logon is removed during a reconnected session with a server running Citrix Presentation Server version version 4.0. (Hotfix Rollup Pack 3 or later must be installed on the server.) Corrects problems that prevent the client from running on Ubuntu Linux version 6.10. This build also includes all fixes from versions 9.43 to 9.49. 9.43: Fixes a problem that prevented the Microsoft Windows "Snap To" mouse option from working. 9.44: Ensures that the maximization state of seamless windows is correctly restored when they are maximized after being reduced to icon size. Adds a "TWIConfineToWorkArea" configuration option that can be set "Off" to allow seamless windows to be moved outside the work area. Also adds configuration parameters "PointerGrabTime" and "PointerClickTime" to set two timer parameters for pointer position echo suppression. They control the period after a mouse position report is sent during which any server-originated positions are discarded as echoes, and the period after a mouse click during which all server positions are accepted as a response to the click. Values are in milliseconds. 9.45: Citrix internal build. 9.46: Corrects an error in the treatment of the "BrowserTimeout" parameter that was introduced in build 9.20. The SCardListReaders function can now be called with a null context parameter when using the smart card virtual channel. The pnabrowse utility now enumerates applications correctly when $HOME/.ICAClient has not been populated. 9.47: Improves the change to pointer positioning introduced in version 9.43 and prevents client work-area information from having an effect in non-seamless sessions. Corrects an error in the pnabrowse utility that stopped it working with some server configurations. 9.48: Corrects the modification time of files edited using client drive mapping. Corrects an error in the pnabrowse utility that could stop it launching published applications. 9.49: Corrects an error that may inhibit session sharing when one seamless session is started within a few seconds of another. Adds special behaviour to the smart card virtual channel to correct problems with a particular application following session reconnection. That is controlled by a new configuration parameter "UCSCWAMap", and is normally disabled. 2 Causes tear-off menus from Microsoft Windows applications to vanish correctly when the application loses focus. Improves the drawing performance with seamless windows, particularly in 256-color sessions with multiple windows. Adds workspace control operations to the pnabrowse utility. 3 Fixes incorrect use of SSL error message 47. 4 Enlarges the sensitive area of notification area icons, improves text parameter handling in locales using the ISO 8859-15 character set and improves reconnection to multiple sessions using pnabrowse. 5 Fixes a font problem when using Ubuntu Linux version 7, and the appearance of some application icons in non-seamless sessions. Corrects Program Neighborhood's handling of 8-bit characters in user and client names when using non-UTF8 locales. Corrects the behaviour of seamless sessions started by Web Interface or Program Neighborhood Agent, when the default session type is full screen. 6 Updated for release to Web.
2007-07-02Remove FreeBSD CVS ID -- it doesn't add much information and createsjoerg3-6/+3
a mismatch between ident and the +BUILD_VERSION logic.
2007-07-01+solaris-taptnn1-1/+2
2007-07-01Update to 1.2.3adrianp2-6/+6
Add audible ping
2007-07-01Merge Solaris tap support patch for OpenVPN by "Kazuyoshi".tnn2-6/+199
2007-07-01On SunOS, depend on net/solaris-tap to get the <net/if_tun.h> header.tnn1-1/+6
2007-07-01regen due to version bump and use of DIST_SUBDIRtnn1-4/+4
2007-07-01The import message stated version 20070527, the package stated 20070525,tnn1-2/+2
but in actuality it is 20070625. My poor excuse for the screwup is that it has been sitting in my tree for a while.
2007-07-01Add net/solaris-tap version 20070527 to pkgsrc:tnn7-0/+95
Solaris kernel module for virtual Ethernet devices (TAP) and virtual point-to-point tunneling interfaces (TUN).
2007-07-01Nitpick: use += for DEPENDS (make pkglint warn about this and get a cookie)tnn1-4/+4
2007-07-01Make the tightvnc package a bit more modular X.org-friendly:tnn3-20/+34
- If using modular X.org, depend on x11/rgb - Set rgb- and font-paths to sane default values - While here, fix some pkglint warnings - Bump PKGREVISION
2007-06-30Fix build on DragonFly.joerg1-2/+6
2007-06-30Instead of the bogus path for the net-snmp package useheinz1-2/+3
"BUILDLINK_PREFIX.net-snmp". Hopefully this lets the package find net-snmp on Darwin. Acknowledged that the package can be installed to DESTDIR.
2007-06-26Fix for a CVE-2007-2165 security issue grabbed from upstream #2922.lkundrak5-3/+441
2007-06-23Fix ordering of @dirrm's in PLIST - From Bernd Ernesti.markd2-3/+4
Bump PKGREVISION.
2007-06-22Remove explicit dependence on "bash" package. "USE_TOOLS+= bash:run"tron1-3/+1
is enough and avoids building the package on system which have "bash" in the base system.
2007-06-21Update net/openvpn to 2.1rc4. Changes from version 2.1rc2 include:jlam8-55/+117
* Fixed 64-bit portability bug in time_string function (Thomas Habets). * Clean up configure on FreeBSD for recent autotool versions that require that all .h files have to be compiled. Also, FreeBSD install does not support GNU long options which the Makefile in easy-rsa/2.0 uses (not checked the others as we don't install those on Gentoo) (Roy Marples).
2007-06-21Update to 2.1.4 (security fix), based on patches providedwiz5-43/+62
by Sergey Svishchev. Changes in 2.1.4 - Fixed crash in parsing of DHT messages - Fixed problem with files with .. in their name - ScanFolder can now handle incomplete torrent files properly Changes in 2.1.3 - Fixed crash in torrent parsing Changes in 2.1.2 - Fix 2 security vulnerabilities (thanks to Bryan Burns from Juniper Networks for finding them) Changes in 2.1.1 - Rewrite of webserver - New webgui : coldmilk - Networking thread has been split up in 2 threads, one for upload, one for download - Significant speed improvements when downloading over a LAN Changes in 2.1 - Some minor bug fixes Changes in 2.1rc1 - Share ratio column added in main view - Added option to use a different proxy then the default KDE proxy for HTTP trackers - Added feature to show/hide columns in main view - Moved search box to bottom, so that the window is not enlarged in 1024 x 768 resolutions, when you search for something - Made sure no duplicates get into search box history - Fixed 'Trackers' tab in InfoWidget to properly resize tracker URL label - Zeroconf plugin added - Added µTorrent compatible PEX - Fixed a bug in WebInterface plugin causing JS tooltips not to show. - Fixed a bug with 'Stop All' not stopping queued torrents.
2007-06-20gofish doesn't actually need any hardcoded uids or gids, as the gofishjlam1-26/+22
daemon will do a lookup using getpwnam() to derive the correct uid/gid of the gopher/gofish user. As such, make the following changes: (1) Remove GOPHER_{UID,GID}. (2) Allow GOPHER_{USER,GROUP} to be user-settable. (3) Correctly substitute for the gopher user, not the uid and gid, in the example gofish.conf. (4) Use the subst framework instead of rolling our own code. Bump the PKGREVISION to 2. This should allow this package to be built in the bulk builds.
2007-06-20fix up TOOLS listspz1-3/+3