Commit graph

87132 commits

Author SHA1 Message Date
rillig
e8414cff1a Documented the use of CONFIGURE_DIRS, as pkglint has got a new error
diagnostic that need this explanation.
2005-11-03 19:06:50 +00:00
rillig
fb6d872ea2 Updated pkglint to 4.33.1.
Fixed undefined behavior when reading a file that ends in a continuation
line. Any use of ${WRKSRC}/.. is considered an error, as ${WRKSRC} is
meant to point to the top of the build directories. A proper combination
of WRKSRC, CONFIGURE_DIRS and BUILD_DIRS should be used instead. Sorted
the makevars.map file and added SUBST_CLASSES.
2005-11-03 18:49:32 +00:00
rillig
58f5fad9aa Reformatted and improved the explanation of the directories. 2005-11-03 18:15:47 +00:00
tv
ea6e29af10 Add __INTERIX. 2005-11-03 17:31:57 +00:00
tv
4176a7b269 Add note about Interop X Server. 2005-11-03 17:30:50 +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
rillig
69b1807a43 Added explanations for some of the directories used in the build
process. More will follow.
2005-11-03 17:06:13 +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
tv
892e4488f5 cg's autoconf tests never check headers, so adding HAVE_STDARG_H check
is somewhat nontrivial.  To make this build on a gcc3 system without one
of the functions in snprintf.c, also allow __STDC__ to be a flag indicating
availability of <stdarg.h>.
2005-11-03 16:53:34 +00:00
tv
910669efc3 Forgot distinfo in previous commit. 2005-11-03 16:52:09 +00:00
tv
9c86125a0e osfinger.c forgot to include <arpa/inet.h> for htons().
Use traditional recv loop over a stream socket rather than depending on
MSG_WAITALL to be available.  (Interix doesn't have MSG_WAITALL.)
2005-11-03 16:45:13 +00:00
rillig
e03b82d052 Wrote an introduction and converted the itemize list of main targets
into sections. These sections are still very incomplete.
2005-11-03 16:43:59 +00:00
tv
a710fc83bf Require availability of IPv6. 2005-11-03 16:33:43 +00:00
tv
13d6f46ff8 Fix typo botch in previous. 2005-11-03 16:26:28 +00:00
rillig
9a8229ab10 Added __DragonFly__. 2005-11-03 16:04:55 +00:00
salo
7b234c5d93 Note www/libwww PKGREVISION bump: security fix. 2005-11-03 15:52:59 +00:00
salo
ff648c14a8 Security fix for SA17119:
"A vulnerability was found in W3C Libwww, which potentially can be exploited
by malicious people to cause a DoS (Denial of Service).

The vulnerability is caused due to a boundary error in the
"HTBoundary_put_block()" function when processing multipart MIME data. This
may be exploited to cause an illegal memory access past the end of the input
buffer via specially crafted multipart MIME data.

Successful exploitation can potentially cause an application that uses Libwww
to crash."

http://secunia.com/advisories/17119/
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159597

Bump PKGREVISION.
Patch from RedHat.
2005-11-03 15:51:59 +00:00
tv
e29bd72b8d This needs libgetopt for getopt_long(3). 2005-11-03 15:11:37 +00:00
rillig
53f49a5591 Removed the trailing slash behind the last MASTER_SITE. 2005-11-03 14:53:22 +00:00
salo
8c32c0abac Note net/openvpn security update. 2005-11-03 14:32:28 +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
280429d181 Using MASTER_SITE_XCONTRIB instead of hard-coded URLs. 2005-11-03 13:50:58 +00:00
rillig
3f478b8ec0 Using MASTER_SITE_XEMACS instead of hard-coded URLs. Removed those URLs
that don't exist anymore. Added the others to MASTER_SITE_XEMACS in
bsd.sites.mk.
2005-11-03 13:47:46 +00:00
rillig
5b2d7797e2 Using MASTER_SITE_APACHE instead of hard-coded URL. 2005-11-03 13:45:46 +00:00
rillig
bab687b7db Removed empty line from PLIST. 2005-11-03 13:45:17 +00:00
rillig
418abacc56 Using MASTER_SITE_GNUSTEP instead of hard-coded URL. 2005-11-03 13:44:59 +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
rillig
78df9b5155 Using MASTER_SITE_DEBIAN instead of hard-coded URL. 2005-11-03 13:39:25 +00:00
rillig
649d7c52ab Using MASTER_SITE_GNUSTEP. 2005-11-03 13:38:54 +00:00
rillig
de0a0f8372 Imported two MASTER_SITE_XEMACS from www/w3. 2005-11-03 13:35:22 +00:00
rillig
baea2ba98f Fixed it again after checking if it really exists. 2005-11-03 13:30:50 +00:00
rillig
13ab28407a Fixed unknown MASTER_SITE_APACHE_HTTPD. 2005-11-03 13:29:27 +00:00
rillig
0b054ad64c Fixed the HOMEPAGE. 2005-11-03 13:25:16 +00:00
rillig
6030a9b69a Updated pkglint to 4.33.
Changes since 4.32.2:
  - Added checks for CATEGORIES.
  - Modernized checks for DEPENDS and BUILD_DEPENDS.
  - Simplified PLIST directive checks.
2005-11-03 12:35:05 +00:00
rillig
4e20502765 Added "linux" to the list of allowed categories. 2005-11-03 12:32:07 +00:00
rillig
a260811277 Added a variable R_HOMEPAGE_BASE that is needed as a replacement for all
those packages that currently use ${MASTER_SITE_R_CRAN:=foo} as their
HOMEPAGE. As the HOMEPAGE is a single URL, not a list of URLs, the
MASTER_SITE variables cannot be used for this.
2005-11-03 12:00:32 +00:00
agc
45895fa8b7 Note update of intel-iscsi package to 20040115nb1 2005-11-03 10:57:07 +00:00
agc
3b07de6126 Update package to nb1:
recognise the REPORT_LUNS SCSI command in the iSCSI target, and just
return the maximum number of LUNs that the target can handle.
2005-11-03 10:54:17 +00:00
rillig
80c7827080 Added comments for global variables. Renamed $loglines to $lines, as the
checking routines don't use physical lines anymore, so there's no need
to distinguish them. Removed deprecated "@" line checks from the PLIST
checker. These lines are all reported as "Unknown PLIST directive" now.
2005-11-03 10:34:26 +00:00
adrianp
e5828ceadd Note update of mantis to 1.0.0rc3 2005-11-03 09:52:57 +00:00
adrianp
91de043eff Update to 1.0.0rc3 (from 1.0.0rc2)
From the Changelog:
- 0006273: [security] File Inclusion Vulnerability (vboctor)
- 0006275: [security] SQL injection (vboctor)
- 0006234: [filters] Filter sometimes returns no results (thraxisp)
- 0006295: [filters] Old filters and view_state problems. (thraxisp)
- 0006288: [filters] Patch against CVS HEAD for Saved filter problem with view_state (thraxisp)
- 0006296: [filters] Filter sql includes unnecessary links to custom_field_string_table for date custom fields (thraxisp)
- 0006297: [filters] sorting on custom field, bring MySQL to deadlock loop (thraxisp)
2005-11-03 09:50:56 +00:00