Commit graph

6315 commits

Author SHA1 Message Date
seb
73d39f8241 Update to version 1.1.3
Changes since last packages version (1.1.2):
Wed Nov  2 10:03:00 CET 2005
  * Fixed typos in sipcalc man page, thanks to A Costa <agcosta@gis.net>
    for patch.
  * Added -w ipv4 option to display some inverse mask information.
2005-11-07 22:00:45 +00:00
tv
fd90b2f050 NOT_FOR_PLATFORM Interix. 2005-11-07 21:46:25 +00:00
tv
42158926f7 Don't try including <net/if.h> on Interix. 2005-11-07 21:42:22 +00:00
tv
b0b043bef4 NOT_FOR_PLATFORM Interix. 2005-11-07 21:33:37 +00:00
tv
310c4cd77e Include <sys/time.h> to get fd_set properly. 2005-11-07 21:32:27 +00:00
tv
99c39d2867 Pull in libbind resolver on Interix. 2005-11-07 21:24:37 +00:00
martti
2c977134b9 Updated p5-Net-SNMP to 5.2.0
- 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-07 13:31:06 +00:00
martti
aa8a266482 Added p5-POE-Component-SNMP 2005-11-07 11:36:22 +00:00
martti
96baa5d95b This module is an event-driven SNMP interface for POE.
POE::Component::SNMP uses the Net::SNMP module.
2005-11-07 11:30:34 +00:00
martti
40caf56463 Removed the buildlink3.mk
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-07 11:16:32 +00:00
jlam
0d48f281f8 Pre-format the tbl in the faucet and hose man pages so they're properly
displayed by man(1).
2005-11-07 02:48:50 +00:00
jlam
84f0a5a53c Pre-emptively try to support building on Solaris. 2005-11-07 00:00:23 +00:00
jlam
e1304330b3 Add and enable netpipes. 2005-11-06 23:59:12 +00:00
jlam
1f7c89b5b7 Import netpipes-4.2-export as net/netpipes.
The netpipes package is a collection of utilities that makes TCP/IP
streams usable in shell scripts.
2005-11-06 23:58:34 +00:00
joerg
b959836a60 Don't advertise RC script and forget it in the PLIST. Bump revision. 2005-11-06 16:36:48 +00:00
joerg
6b36385c7e Add a RC script for NSD. Set default database location to
${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-05 21:27:53 +00:00
kristerw
af7b0c42b9 This pkg has not been ported to big endian architectures. Set PKG_SKIP_REASON. 2005-11-05 19:37:54 +00:00
wiz
0de3b301dc Add missing includes (ssl, zlib). From Geert Hendrickx. 2005-11-05 12:24:35 +00:00
martti
49311fd737 Added buildlink3.mk for this package. 2005-11-05 06:16:55 +00:00
rillig
069df9ce65 Removed jdk13 from the PKG_JVMS_ACCEPTED. 2005-11-04 19:38:26 +00:00
rillig
bb62f49418 Fixed wrong use of WRKSRC. Cleaned up the Makefile. Added an override
for INSTALL_LIB. As the libraries are installed with the correct
ownership now (LIBOWN and LIBGRP), bumped the PKGREVISION.
2005-11-04 19:36:01 +00:00
rillig
0ee4fe9ca6 Removed invalid "jdk13" from PKG_JVMS_ACCEPTED. 2005-11-04 19:00:19 +00:00
minskim
9a0b4bd480 Use setpgrp(pid_t, pid_t) instead of setpgrp() on Darwin. 2005-11-04 16:41:30 +00:00
martti
56192a4d30 Use the official utmpx patch. No functional change. 2005-11-04 12:36:16 +00:00
gendalia
dc88069d4d Patch allows build on NetBSD 2.1, but it built on everything else,
so increment PKGREVISION.
2005-11-04 07:28:47 +00:00
gendalia
d93405976c add patch to deal with statvfs not being in 2.1.
(NetBSD Version 299000000, not 200040000
2005-11-04 07:20:32 +00:00
minskim
585db40a2b Define BIND_8_COMPAT to build on Darwin. 2005-11-04 02:24:04 +00:00
rillig
2ef2802ebd Fixed wrong use of WRKSRC. 2005-11-03 23:12:43 +00:00
rillig
d261f3ac54 Fixed wrong use of WRKSRC. 2005-11-03 22:49:40 +00:00
rillig
3647f2015b Fixed wrong use of WRKSRC. 2005-11-03 22:35:53 +00:00
bouyer
5ffa45afd8 Add patch to fix a format string vulnerability in vmps_log():
http://www.security.nnov.ru/Jdocument889.html
Patch from me, reviewed by Adrian Portelli
Bump pkgrevision.
2005-11-03 20:06:41 +00:00
martti
3c6f67587d Updated proftpd to 1.3.0rc3
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-03 19:09:46 +00:00
tv
b1034bfb83 Use real bind resolver on Interix. 2005-11-03 17:24:30 +00:00
tv
33e38e1eaf Use ${LINK.c} to link and make sure all FLAGS are heeded. 2005-11-03 17:24:14 +00:00
tv
daf02fcace Force requiring IPv6 support. (--disable-ipv6 is nowhere near enough;
it still uses AF_INET6, sockaddr_in6, and getaddrinfo().)
2005-11-03 17:19:47 +00:00
tv
a1b276b989 Build fixes for Interix (socklen_t; <sys/time.h> for fd_set). 2005-11-03 17:11:34 +00:00
tv
620e73b89a NOT_FOR_PLATFORM Interix. 2005-11-03 17:00:38 +00:00
tv
0d9f8447a9 Don't enable privsep on Interix, which has no SCM_RIGHTS support. 2005-11-03 16:59:47 +00:00
tv
c79ea8f9ba Fix PKG_OPTIONS_VAR in previous. 2005-11-03 16:55:46 +00:00
tv
17c403f336 Force requiring IPv6 capability. 2005-11-03 16:55:26 +00:00
rillig
53f49a5591 Removed the trailing slash behind the last MASTER_SITE. 2005-11-03 14:53:22 +00:00
salo
db2f0dee9b Security update to version 2.0.5.
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-03 14:31:19 +00:00
rillig
25d2d10f90 Using MASTER_SITE_SOURCEFORGE instead of hard-coded URL. 2005-11-03 13:44:27 +00:00
rillig
d98e4f186e Removed empty line from PLIST. 2005-11-03 13:43:39 +00:00
rillig
11a10ae3cb Using MASTER_SITE_DEBIAN instead of hard-coded URL. 2005-11-03 13:43:15 +00:00
rillig
53c7100fd5 Removed empty line from PLIST. 2005-11-03 13:40:19 +00:00
taca
9f78b5509c Remove supporting ruby16-base package. 2005-11-03 07:20:56 +00:00
taca
528c1ecdb0 Delete removed ruby related pacakge's entries. 2005-11-03 06:35:30 +00:00
taca
eac26f759c Remove ruby-xmlrpc4r pacakge since it is part of ruby18-base pacakge. 2005-11-03 06:34:14 +00:00
taca
7b36e0023e Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge only
and now bundled in ruby18-base pacakges.
2005-11-03 06:22:40 +00:00