summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-11-07NOT_FOR_PLATFORM Interix.tv3-3/+9
2005-11-07Include <sys/time.h> to get fd_set properly.tv3-1/+28
2005-11-07Pull in libbind resolver on Interix.tv1-0/+11
2005-11-07Updated p5-Net-SNMP to 5.2.0martti2-7/+7
- Removed the dependency on the IO::Socket::INET and IO::Socket::INET6 modules. The IO::Socket module is now used for all socket objects. - The port information can now be included as part of the transport address specified with the session() Transport Domain arguments. - Added support for specifying the scope zone index for IPv6 addresses as described in RFC 4007 - "IPv6 Scoped Address Architecture". - The default value for the agent-addr in SNMPv1 Trap-PDUs is now the IP address associated with the interface on which the trap will be transmitted. - Support of the AES privacy protocol was updated to be compliant with RFC 3826 - "The Advanced Encryption Standard (AES) Cipher Algorithm in the SNMP User-based Security Model". - Corrected an issue where any non-blocking SNMPv3 message queued prior to calling snmp_dispatcher() was sent with an empty contextEngineID. - The first SNMPv3 discovery message is again being sent with a zero- length msgUserName as suggested by RFC 3414. - All sockets are now flagged as non-blocking to prevent a possible deadlock due to an interaction between recv() and select(). - The sending of messages is now bounded by the receive processing rate to avoid receive buffer overflows. - The return value of select() is now checked for both "undef" and -1. - The "usm.t" tests are now skipped if any of the non-core modules required by the Net::SNMP::Security::USM module are not present.
2005-11-07Added p5-POE-Component-SNMPmartti1-1/+2
2005-11-07This module is an event-driven SNMP interface for POE.martti5-0/+41
POE::Component::SNMP uses the Net::SNMP module.
2005-11-07Removed the buildlink3.mkmartti1-18/+0
I got few private comments that one should not use buildlink3.mk but the standard DEPENDS statement because we do not link against libraries in this case.
2005-11-07Pre-format the tbl in the faucet and hose man pages so they're properlyjlam1-1/+7
displayed by man(1).
2005-11-07Pre-emptively try to support building on Solaris.jlam1-1/+3
2005-11-06Add and enable netpipes.jlam1-1/+2
2005-11-06Import netpipes-4.2-export as net/netpipes.jlam6-0/+124
The netpipes package is a collection of utilities that makes TCP/IP streams usable in shell scripts.
2005-11-06Don't advertise RC script and forget it in the PLIST. Bump revision.joerg2-3/+4
2005-11-05Add a RC script for NSD. Set default database location tojoerg6-13/+54
${VARBASE}/db/nsd.db on all platforms and use user/group nsd for the daemon to run as. Install sample configuration without .sample extension. Take maintainership. Bump revision.
2005-11-05This pkg has not been ported to big endian architectures. Set PKG_SKIP_REASON.kristerw1-1/+6
2005-11-05Add missing includes (ssl, zlib). From Geert Hendrickx.wiz3-10/+11
2005-11-05Added buildlink3.mk for this package.martti1-0/+18
2005-11-04Removed jdk13 from the PKG_JVMS_ACCEPTED.rillig1-2/+2
2005-11-04Fixed wrong use of WRKSRC. Cleaned up the Makefile. Added an overriderillig11-50/+46
for INSTALL_LIB. As the libraries are installed with the correct ownership now (LIBOWN and LIBGRP), bumped the PKGREVISION.
2005-11-04Removed invalid "jdk13" from PKG_JVMS_ACCEPTED.rillig3-6/+6
2005-11-04Use setpgrp(pid_t, pid_t) instead of setpgrp() on Darwin.minskim2-4/+4
2005-11-04Use the official utmpx patch. No functional change.martti2-6/+6
2005-11-04Patch allows build on NetBSD 2.1, but it built on everything else,gendalia1-1/+2
so increment PKGREVISION.
2005-11-04add patch to deal with statvfs not being in 2.1.gendalia2-1/+15
(NetBSD Version 299000000, not 200040000
2005-11-04Define BIND_8_COMPAT to build on Darwin.minskim1-1/+3
2005-11-03Fixed wrong use of WRKSRC.rillig5-25/+22
2005-11-03Fixed wrong use of WRKSRC.rillig9-32/+33
2005-11-03Fixed wrong use of WRKSRC.rillig10-33/+33
2005-11-03Add patch to fix a format string vulnerability in vmps_log():bouyer3-2/+22
http://www.security.nnov.ru/Jdocument889.html Patch from me, reviewed by Adrian Portelli Bump pkgrevision.
2005-11-03Updated proftpd to 1.3.0rc3martti7-80/+34
A lot of changes and bug fixes, including fix for the following security problem: http://security.lss.hr/index.php?page=details&ID=LSS-2004-10-02
2005-11-03Use real bind resolver on Interix.tv1-0/+11
2005-11-03Use ${LINK.c} to link and make sure all FLAGS are heeded.tv1-2/+2
2005-11-03Force requiring IPv6 support. (--disable-ipv6 is nowhere near enough;tv1-1/+6
it still uses AF_INET6, sockaddr_in6, and getaddrinfo().)
2005-11-03Build fixes for Interix (socklen_t; <sys/time.h> for fd_set).tv3-1/+24
2005-11-03NOT_FOR_PLATFORM Interix.tv1-2/+2
2005-11-03Don't enable privsep on Interix, which has no SCM_RIGHTS support.tv1-2/+6
2005-11-03Fix PKG_OPTIONS_VAR in previous.tv1-2/+2
2005-11-03Force requiring IPv6 capability.tv1-5/+6
2005-11-03Removed the trailing slash behind the last MASTER_SITE.rillig1-2/+2
2005-11-03Security update to version 2.0.5.salo3-9/+8
Changes: 2.0.5: ====== - Fixed bug in Linux get_default_gateway function introduced in 2.0.4, which would cause redirect-gateway on Linux clients to fail. - Restored easy-rsa/2.0 tree (backported from 2.1 beta series) which accidentally disappeared in 2.0.2 -> 2.0.4 transition. 2.0.4: ====== - Security fix -- Affects non-Windows OpenVPN clients of version 2.0 or higher which connect to a malicious or compromised server. A format string vulnerability in the foreign_option function in options.c could potentially allow a malicious or compromised server to execute arbitrary code on the client. Only non-Windows clients are affected. The vulnerability only exists if (a) the client's TLS negotiation with the server succeeds, (b) the server is malicious or has been compromised such that it is configured to push a maliciously crafted options string to the client, and (c) the client indicates its willingness to accept pushed options from the server by having "pull" or "client" in its configuration file (Credit: Vade79). CVE-2005-3393 - Security fix -- Potential DoS vulnerability on the server in TCP mode. If the TCP server accept() call returns an error status, the resulting exception handler may attempt to indirect through a NULL pointer, causing a segfault. Affects all OpenVPN 2.0 versions. CVE-2005-3409 - Fix attempt of assertion at multi.c:1586 (note that this precise line number will vary across different versions of OpenVPN). - Added ".PHONY: plugin" to Makefile.am to work around "make dist" issue. - Fixed double fork issue that occurs when --management-hold is used. - Moved TUN/TAP read/write log messages from --verb 8 to 6. - Warn when multiple clients having the same common name or username usurp each other when --duplicate-cn is not used. - Modified Windows and Linux versions of get_default_gateway to return the route with the smallest metric if multiple 0.0.0.0/0.0.0.0 entries are present. 2.0.3: ====== - openvpn_plugin_abort_v1 function wasn't being properly registered on Windows. - Fixed a bug where --mode server --proto tcp-server --cipher none operation could cause tunnel packet truncation.
2005-11-03Using MASTER_SITE_SOURCEFORGE instead of hard-coded URL.rillig1-2/+2
2005-11-03Removed empty line from PLIST.rillig2-5/+2
2005-11-03Using MASTER_SITE_DEBIAN instead of hard-coded URL.rillig1-2/+2
2005-11-03Removed empty line from PLIST.rillig2-4/+2
2005-11-03Remove supporting ruby16-base package.taca1-7/+1
2005-11-03Delete removed ruby related pacakge's entries.taca1-3/+1
2005-11-03Remove ruby-xmlrpc4r pacakge since it is part of ruby18-base pacakge.taca5-126/+0
2005-11-03Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge onlytaca4-132/+0
and now bundled in ruby18-base pacakges.
2005-11-03Remove dependency to ruby-dbm and ruby-digest package.taca1-6/+3
Bump PKGREVISION.
2005-11-03mydns-* packages need gettext-lib.minskim4-6/+8
2005-11-02Update net/skype to 1.2.0.18 (from 1.2.0.11)abs2-6/+6
25.10.2005 Skype for Linux version 1.2.0.18 * bugfix: fixed a bug in networking code that made Skype vulnerable to remotely induced crash (Skype Security Bulletin SKYPE-SB/2005-003) 22.09.2005 Skype for Linux version 1.2.0.17 * change: New multilingual EULA in Help.Licence * change: Call quality improvements * change: "Find in chat" engine rewritten * change: Refreshing icons on start tab * change: Cleaned up RPM packaging * bugfix: Menu items not disabled when going offline * bugfix: Crash when a new message was received * bugfix: Crash when password changed * bugfix: Crash when chat search string contained "+331234567" * bugfix: Crash when chat search string contained emoticon * bugfix: Auth requests from previous user being shown * bugfix: Crash while history was loading * bugfix: Find crash when searching for empty text * bugfix: Auth request remaining on event panel after authorization Only minimally startup tested as there is a font issue (seen in both old and new versions) on my NetBSD-3 xorg system...