Commit graph

27076 commits

Author SHA1 Message Date
jlam
3f7d36ac8c Update net/php4-sockets to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:29 +00:00
jlam
a9a138b832 Update net/php4-ftp to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:24 +00:00
jlam
670f568b58 Update misc/php4-mbstring to 4.1.2. Changes from version 4.1.1 include:
- Changed the default output encoding of mbstring 'pass' to fix
  initialization problem (Rui)
2002-02-28 06:18:18 +00:00
jlam
fd8c888434 Update misc/php4-calendar to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:13 +00:00
jlam
10c397f781 Update math/php4-bcmath to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:08 +00:00
jlam
1cd8dd8889 Update mail/php4-imap to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:03 +00:00
jlam
9e5ddec063 Update graphics/php4-gd to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:58 +00:00
jlam
b5acf00f81 Update devel/php4-sysvshm to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:54 +00:00
jlam
512f0138a0 Update devel/php4-sysvsem to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:49 +00:00
jlam
56c9a7c851 Update devel/php4-session to 4.1.2. Changes from version 4.1.1 include:
- Fixed a crash in the session module (Yasuo)
2002-02-28 06:17:44 +00:00
jlam
8498575288 Update devel/php4-posix to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:39 +00:00
jlam
657b10c178 Update devel/php4-pcre to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:34 +00:00
jlam
ac2323d276 Update devel/php4-gmp to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:29 +00:00
jlam
88a4a1c992 Update devel/php4-gettext to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:24 +00:00
jlam
1bf6023ce9 Update databases/php4-pgsql to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:18 +00:00
jlam
b6f5669151 Update databases/php4-odbc to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:13 +00:00
jlam
64d69c8bce Update databases/php4-mysql to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:09 +00:00
jlam
de566dc541 Update databases/php4-ldap to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:04 +00:00
jlam
6c46f93f52 Update databases/php4-filepro to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:16:59 +00:00
jlam
bf348e3dcd Update databases/php4-dbase to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:16:54 +00:00
jlam
63d1563f26 Update databases/php4-dba to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:16:48 +00:00
jlam
2874bdac7a Update archivers/php4-zlib to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:16:44 +00:00
jlam
92c406b8c6 Update archivers/php4-bz2 to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:16:39 +00:00
jlam
1cc929effe Update php4 and ap-php4 to 4.1.2. Changes from version 4.1.1 include:
- Fixed start up failure when mm save handler is used and there is multiple
  SAPIs are working at the same time. (Yasuo)
- Fixed a buffer overflow in the RFC-1867 file upload code (Stefan)

			<===> SECURITY NOTE <===>

Note that the buffer overflow fix is a major security fix.  Quoting from
the security advisory at:

	http://security.e-matters.de/advisories/012002.html

"PHP supports multipart/form-data POST requests (as described in RFC1867)
known as POST fileuploads. Unfourtunately there are several flaws in the
php_mime_split function that could be used by an attacker to execute
arbitrary code. During our research we found out that not only PHP4 but
also older versions from the PHP3 tree are vulnerable.

[...]

"If you are running PHP 4.0.3 or above one way to workaround these bugs is
to disable the fileupload support within your php.ini (file_uploads = Off).
If you are running php as module keep in mind to restart the webserver.
Anyway you should better install the fixed or a properly patched version to
be safe."
2002-02-28 06:14:45 +00:00
jlam
aa484b2c1e Move the definition of USE_BUILDLINK_ONLY above the inclusion of
Makefile.module, as it might indirectly include bsd.buildlink.mk which
relies on being able to check whether USE_BUILDLINK_ONLY is defined or not.
2002-02-28 06:13:20 +00:00
jlam
60f5701ef0 Update www/ap-ssl to 2.8.7 from the mod_ssl-2.8.7-1.3.23 distribution.
Relevant changes from version 2.8.6 include:

   *) Fixed potential buffer overflow in DBM and SHMHT session
      cache if very very large certificate chains are used.

   *) Compliance with POSIX 1003.1-2001 (SUSv3) by replacing obsolete
      "head -1" and "tail -1" constructs with sed variants in scripts.
2002-02-28 05:45:44 +00:00
jlam
b94c4a6b29 Update www/apache to 1.3.23nb1. Changes from version 1.3.23 include using
the EAPI patches from modssl-2.8.7-1.3.23.  Also, link against the MM
Shared Memory library (devel/libmm) to provide shared memory support in
Apache/EAPI.  For example, this allows mod_ssl to use a high-performance
RAM-based session cache instead of a disk-based one.
2002-02-28 05:45:33 +00:00
jun
c2e80a1970 Note update of mew to 2.2
Mew 2.2 (2002/02/25)
Mew 2.2rc4 (2002/02/21)
* Defining mew-syntax-treat-filename-default-function.
* Binding auto-image-file-mode to nil in mew-flet and mew-frwlet.
* Defining mew-use-other-frame.
* Yet another bug fix for "t*".
* A bug fix for mew-summary-join.
* Seeing if incm exists or not.
Mew 2.2rc3 (2002/02/04)
* Fixing the "foo: ;" problem.
* m17n hack for Summary mode of +draft.
* Window-config hack for composing mails.
* A bug fix for "t*".
* Prefix for mew-draft-insert-signature.
* Patches for incm.
* A bug fix of mew-summary-save for the NAME parameter.
* Creating folders specified by Fcc: when composing.
* Debug hack.
* sleep-for 1 for mew-touch-folder-check.
* LANG: "en" -> "C"
* A bug fix for mew-buffer-message.
* Defining mew-encode-singlepart-hook.
* Null body hack for incm.
* A bug fix for mew-insert-message.
Mew 2.2rc2 (2002/01/17)
* Workaround for messages whose size is 0.
* TIS 620 hack.
* GCC hack for configure.in.
* A patch for configure.in.
* Displaying the number of marked messages.
* make clean hack.
* Digit-argument for "0"-"9". mew-summary-toggle-8bit -> "z8".
* Supporting ".tif".
* "nntp" service entry.
* incm hack.
* A patch for incm.
* incm is merged.
* A bug fix for mew-delete-file.
* no-fold option for mew-header-insert.
* Case-sensitive search for marks.
Mew 2.2rc1 (2001/12/20)
* A bug fix of C-cC-z for multple PGP data.
* A bug fix for w3m.
Mew 2.1.52 (2001/12/11)
* Sort key hack: "ml2" -> "mlnum"
* Copying minibuffer-local-map to mew-input-map.
* A bug fix for mew-input-file-name.
* wvHtml hack.
* Defining mew-broken-parameter-list.
* m17n hack.
* Defining mew-prog-audio{,2} for Win32.
2002-02-28 02:41:28 +00:00
wiz
c34c123024 Add some mirrors. 2002-02-28 00:31:46 +00:00
simonb
500fa9cea1 Use -DREAD_MMAP on all NetBSD targets. Fixes problems with mis-decoding
ID3 tags.
Reported by Martin Husemann.
2002-02-27 23:22:48 +00:00
agc
85d3e7048d Add and enable xfrisk 2002-02-27 21:40:01 +00:00
agc
e857e6a1d0 Initial import of xfrisk-1.2 into the NetBSD packages collection.
XFrisk is a computer version of the classic Risk board game. It is a
multiplayer game played on a TCP/IP network, uses the X11 window system
for graphics and runs on most UNIX and UNIX-like platforms.

Provided in PR 15725 by Jonathon Perkin (sketch@rd.bbc.co.uk), modified
slightly by myself.
2002-02-27 21:38:46 +00:00
martin
4ec18c3e70 Some stupid people can not tell "int" from "long". Some of them dare
to cast "void*" to one or the other.
2002-02-27 21:37:40 +00:00
agc
46b52aae37 Add and enable xtu 2002-02-27 21:26:02 +00:00
agc
195d52958d Initial import of xtu-1.1 into the NetBSD packages collection.
xtu is a small configurable analog clock for X11.

Provided in PR 15750 by Jonathon Perkin (sketch@rd.bbc.co.uk), modified
slightly by myself.
2002-02-27 21:24:58 +00:00
jlam
abb37633d3 Fix relative path in symlink to opera.1 manpage. 2002-02-27 17:17:44 +00:00
jlam
a199bd121b * Strongly buildlinkify to handle readline wierdness.
* Don't declare a bunch of extern functions that are already declared by
  system headers on NetBSD.
  XXX This change may be incorrect for non-current systems.
2002-02-27 17:14:28 +00:00
jlam
b71fd4996c The distfile at Lincoln Stein's page appears to be larger than the
ones on the various CPAN sites.  Since he's the software author, we
assume his is the definitive file.
2002-02-27 16:28:48 +00:00
tron
6536ea2bf8 Put a delay in the "restart" code so that the daemon has time to shutdown
properly.
2002-02-27 15:13:31 +00:00
tron
1689499d4a Fix non dewey-conform distribution version number. 2002-02-27 13:54:27 +00:00
tron
df83fe617b Fix distribution version number here. 2002-02-27 13:53:07 +00:00
tron
88c9b00860 Don't define "PKGNAME" here because it breaks the "icewm-gnome" package. 2002-02-27 13:46:34 +00:00
tron
4dc6b3b9e7 Fix message displayed if daemon is started. 2002-02-27 12:52:58 +00:00
wiz
94bcf3d4f2 Update to 0.13.0. Changes:
- Updated French, and added Finnish translations.
- Added on demand load of song information for the playlist window.
- Searches further into mp3 files with ID3v2 tags for header info.
- Added ID3 blank genre option.
* Fixed file descriptor leak in mpg123 fork pipe.
* ogg song information tags are now case insensitive.
* Fixed possible buffer overruns with sprintf, strcpy, etc.
* More bug fixes.
2002-02-27 12:15:37 +00:00
abs
768501c9bd Updated p5-Text-CSV-Hash to 0.11
The 0.10 distfile was not correctly updated. Bump version to 0.11 to
	ensure we really know which version we are using
2002-02-27 11:28:09 +00:00
abs
1d7de57eb1 Import p5-Text-Substitute 0.10
Text::Substitute substitutes the contents of a hash into a file or text string.

It includes a limited set of conditionals, looping, and the ability
to include other files. It was designed primarily for generating
web content.
2002-02-27 11:22:20 +00:00
abs
bb846764de Update pkglint to 3.23:
Correct inverted logic for DYNAMIC_MASTER_SITES check
2002-02-27 11:20:59 +00:00
joda
c661266674 get rid of the last few evil calls to alloca;
this fixes some stack overflow segfaults
2002-02-27 09:07:42 +00:00
jlam
5f728effb1 Change the way in which the autotools are invoked to match the example in
Packages.txt.  This seems to prevent a recompilation of most of the
libraries during the installation phase.
2002-02-27 07:13:16 +00:00
jlam
c6de8269af * We use automake, so we must patch configure.in, not configure.
* Fix the path to the rgb.txt file, which wasn't being set properly due
  to x11-links.
2002-02-27 06:41:05 +00:00