Commit graph

102376 commits

Author SHA1 Message Date
adrianp
dbdbd7b6fb Fix a PLIST bug pointed out by ghen@
Bump PKGREVISON
2006-08-20 10:10:59 +00:00
adrianp
50e9d3e764 Updated www/php4 to 4.4.4 2006-08-20 09:46:22 +00:00
adrianp
e9f89c2175 PHP 4.4.4 Release Announcement
This release address a series of locally exploitable security problems
discovered since PHP 4.4.3. All PHP users are encouraged to upgrade to this
release as soon as possible.

This release provides the following security fixes:

* Added missing safe_mode/open_basedir checks inside the error_log(),
  file_exists(), imap_open() and imap_reopen() functions.
* Fixed overflows inside str_repeat() and wordwrap() functions on 64bit systems.
* Fixed possible open_basedir/safe_mode bypass in cURL extension.
* Fixed overflow in GD extension on invalid GIF images.
* Fixed a buffer overflow inside sscanf() function.
* Fixed memory_limit restriction on 64 bit system.
2006-08-20 09:44:59 +00:00
abs
1d79225976 If guessing OS type has to have a '*4.0*' entry to try to match svr4,
at least have it after matching specific other OS versions, such as...
'netbsd' (netbsd 4.0 anyone?)
2006-08-19 23:34:54 +00:00
abs
cade4817e5 update libirman to 0.4.1bnb6
Avoid 'invalid lvalue in assignment' with gcc4
2006-08-19 22:52:23 +00:00
joerg
4ffdcf8efd libarchive-1.2.55 featuring minor bugfixes. 2006-08-19 20:47:29 +00:00
joerg
3e4a2943c2 Update to libarchive-1.2.55, featuring minor bugfixes. 2006-08-19 20:46:54 +00:00
schwarz
ffe01c2d57 it is not necessary to have a variable _EXTRACT_PATTERNS that contains
${EXTRACT_SUFX}, so one can directly use EXTRACT_ONLY instead.
EXTRACT_ONLY defaults to ${DISTFILES} which in turn defaults to
${DISTNAME}${EXTRACT_SUFX}. So if EXTRACT_SUFX is relevant for determining
which tools are needed this can only happen if neither DISTFILES nor
EXTRACT_ONLY have been set by the package, in which case the relevant
variable EXTRACT_ONLY would contain EXTRACT_SUFX.
2006-08-19 20:32:28 +00:00
schwarz
463b1f8ab6 only depend on the extract tools if there are actually any files to extract 2006-08-19 20:06:57 +00:00
tonio
3d6b5af529 Update mutt-compressed-mbox patch 2006-08-19 18:43:02 +00:00
taca
dd8c70bf68 Note update of lang/php5 package to 5.1.5. 2006-08-19 16:51:42 +00:00
taca
4b0620eff7 Remove special DIST_SUBDIR processing from Makefile. 2006-08-19 16:50:44 +00:00
taca
c92675b7b2 Update php5 package to 5.1.5:
17 Aug 2006, PHP 5.1.5

- Fixed memory_limit on 64bit systems. (Stefan E.)
- Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
- Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
  enabled. (Stefan E., Ilia)
- Fixed bug #38322 (reading past array in sscanf() leads to arbitrary code
  execution). (Tony)
- Fixed bug #38125 (undefined reference to spl_dual_it_free_storage). (Marcus)
- Fixed bug #38112 (corrupted gif segfaults) (Pierre)
- Fixed bug #37587 (var without attribute causes segfault). (Marcus)
- Fixed bug #37576 (FastCGI env (cgi vars) table overflow). (Piotr)
- Fixed bug #37496 (FastCGI output buffer overrun). (Piotr, Dmitry)
- Fixed bug #37487 (oci_fetch_array() array-type should always default to
  OCI_BOTH). (Tony)
- Fixed bug #37416 (iterator_to_array() hides exceptions thrown in rewind()
  method). (Tony)
- Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of
  request). (Tony)
- Fixed bug #37341 ($_SERVER in included file is shortened to two entries,
  if $_ENV gets used). (Dmitry)
- Fixed bug #37313 (sigemptyset() used without including <signal.h>).
  (jdolecek)
- Fixed bug #37346 (invalid colormap format) (Pierre)
- Fixed bug #37360 (invalid gif size) (Pierre)
- Fixed bug #37306 (max_execution_time = max_input_time). (Dmitry)
- Fixed Bug #37278 (SOAP not respecting uri in __soapCall). (Dmitry)
- Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
  imap_body()). (Ilia)
- Fixed bug #37256 (php-fastcgi dosen't handle connection abort). (Dmitry)
2006-08-19 16:44:15 +00:00
taca
ec0c928115 Note update of these packages:
- lang/php5-5.1.4nb5
	- mail/ja-squirrelmail-1.4.8nb1
2006-08-19 14:52:16 +00:00
taca
9c1a40e35e - Fix PLIST.
- Add APACHE_GROUP, APACHE_USER and VARBASE to BUILD_DEFS.

Bump PKGREVISION.
2006-08-19 14:49:36 +00:00
taca
e1048af207 More fix of PLIST, now pkg_delete should always succeed. 2006-08-19 14:47:44 +00:00
schwarz
53de6e942a make sure INSTALL gets passed to the Makefile 2006-08-19 14:38:52 +00:00
minskim
03811749df Do not define a symbol in a header file. This fixes "multiple definitions"
errors on Darwin.
2006-08-19 11:56:21 +00:00
wiz
2f5cc7484f + gcalctool-5.8.23, gconfmm-2.16.0, gnome-vfsmm-2.16.0, gtk2+-2.10.2,
libglademm-2.6.3, libgnomecanvasmm-2.16.0, libgnomemm-2.16.0,
  libgnomeuimm-2.16.0, openntpd-3.9p1 [pkg/34231], solfege-3.4.2,
  xdialog-2.3.1.
2006-08-19 11:18:15 +00:00
wiz
5c2f247056 cairo updated to 1.2.4. 2006-08-19 10:34:06 +00:00
wiz
6f64d26853 Update to 1.2.4:
Release 1.2.4 (2006-08-18 Carl Worth)
=========================================================
This is the second bug fix release in the 1.2 series, coming less than
two weeks after the 1.2.2 release made on August 8.

The big motivation for a quick release was that there were a log of
build system snags that people ran into with the 1.2.2 release. But,
by the time we got those all done, we found that we had a bunch of
fixes for cairo's rendering as well. So there's a lot of goodness in
here for such a short time period.

Rendering fixes
---------------
Fix image surfaces to not be clipped when used as a source (Vladimir Vukicevic)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=72e25648c4c4bc82ddd938aa4e05887a293f0d8b

Fix a couple of corner cases in dashing degenerate paths (Jeff Muizelaar)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=fbb1758ba8384650157b2bbbc93d161b0c2a05f0

Fix support for type1 fonts on win32 (Adrian Johnson)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=da1019c9138695cb838a54f8b871bbfd0e8996d7

Fix assertion failure when rotating bitmap fonts (Carl Worth)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=0bfa6d4f33b8ddb5dc55bbe419c15df4af856ff9

Fix assertion failure when calling cairo_text_path with bitmap fonts (Carl Worth)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=9878a033531e6b96b5f27e69e10e90dee7440cd9

Fix mis-handling of cairo_close_path in some situations (Tim Rowley, Carl Worth)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=53f74e59faf1af78f2f0741ccf1f23aa5dad4efc

Respect font_matrix translation in _cairo_gstate_glyph_path (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=f183b835b111d23e838889178aa8106ec84663b3

Fix vertical metrics adjustment to work with non-identity shapes (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=b7bc263842a798d657a95e539e1693372448837f

[PS] Set correct ImageMatrix in _cairo_ps_surface_emit_bitmap_glyph_data (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=d47388ad759b0a1a0869655a87d9b5eb6ae2445d

Build system fixes
------------------
Fix xlib detection to prefer pkg-config to avoid false libXt dependency (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=0e78e7144353703cbd28aae6a67cd9ca261f1d68

Fix typos causing win32 build problem with PS,PDF, and SVG backends (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=aea83b908d020e26732753830bb3056e6702a774

Fix configure cache to not use stale results (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6d0e3260444a2d5b6fb0cb223ac79f1c0e7b3a6e

Fix to not pass unsupported warning options to the compiler (Jens Granseuer)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=97524a8fdb899de1ae4a3e920fb7bda6d76c5571

Fix to allow env. variables such as png_REQUIRES to override configure detection (Jens Granseuer)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=abd16e47d6331bd3811c908e524b4dcb6bd23bf0

Fix test suite to not use an old system cairo when converting svg2png (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6122cc85c8f71b1ba2df3ab86907768edebe1781

Fix test suite to not require signal.h to be present (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6f8cf53b1e1ccdbe1ab6a275656b19c6e5120e40

Code cleanups
-------------
Many useful warnings cleanups from sparse, valgrind, and careful eyes
(Kjartan Maraas, Pavel Roskin)
2006-08-19 10:33:39 +00:00
wiz
50300c61ed Fix PLIST for non-standard GNU_PROGRAM_PREFIX settings.
From John Heasley in PR 34233.
2006-08-19 00:04:45 +00:00
wiz
01bbca9568 Add shntool. 2006-08-19 00:03:50 +00:00
wiz
121d1f872a Remove comments, because printindex cannot handle them. 2006-08-18 23:53:30 +00:00
snj
8b43f138c4 Update URL. From Makoto Fujiwara in PR pkg/34222. 2006-08-18 22:54:54 +00:00
mrg
eaf7f2ebb0 note addition of shntool 2.0.3 2006-08-18 21:58:13 +00:00
mrg
db9ab2e9c0 initial import of the shntool 2.0.3 package. from DESCR:
shntool is a multi-purpose WAVE data processing and reporting utility.
File formats are abstracted from its core, so it can process any file
that contains WAVE data, compressed or not - provided there exists a
format module to handle that particular file type.
2006-08-18 21:38:23 +00:00
abs
5863f3023b Remove incorrect extern variable declaration which stopped compilation
under gcc4. No change to generated code, so no PKGREVISION change.
2006-08-18 18:33:39 +00:00
tv
d7a4ba6699 Use PKG_HAVE_KQUEUE. Older versions of BSDs don't have kqueue, so only
suggest the option if mk/platform/*.mk says it exists.
2006-08-18 14:59:17 +00:00
minskim
d45d91bbcd Include sys/param.h to use NBBY on Linux. 2006-08-18 14:52:02 +00:00
adrianp
36b622f64c Rename authtest to pam_dbm-authtest to avoid a conflict with authtest
from the courier package.
2006-08-18 14:02:12 +00:00
salo
e88747f44c Fix example configuration files installation so they aren't installed twice
(extra ones in PKG_SYSCONFDIR).

ok <rpaulo>
2006-08-18 13:45:57 +00:00
adam
98d039334e Added builtin.mk for systems, like Darwin, that include curl 2006-08-18 12:20:16 +00:00
adam
ec428a9e73 Updated comms/asterisk to 1.2.10 2006-08-18 11:33:54 +00:00
adam
affab6627a Changes 1.2.10:
* Number of bug fixes
* New option to help to avoid a potential denial of service in IAX2 channel driver
* Support for TE407P and TE412P quad T1/E1 interface cards
2006-08-18 11:32:51 +00:00
wiz
ffd2d8e624 + RealPlayerGold-10.0.8, autogen-5.8.5, glibmm-2.12.0, gtkmm-2.10.0,
openttd-0.4.8.
2006-08-18 08:41:12 +00:00
ghen
ecc00459c4 Updated mail/dovecot to 1.0rc7. 2006-08-18 06:46:44 +00:00
ghen
97c774a78e Update to dovecot-1.orc7. From the release announcement mail:
> Can everyone now agree that there are no more hangs? :)
>
> 	* Require that Dovecot master process's version number matches the
> 	  child process's, unless version_ignore=yes. Usually it's an
> 	  accidental installation problem if the version numbers don't match.
> 	* Maildir: Create maildirfolder file when creating new maildirs.
>
> 	+ ldap+prefetch: Use global uid/gid settings if LDAP query doesn't
> 	  return them
> 	+ %variables: Negative offsets count from the end of the string.
> 	  Patch by Johannes Berg.
> 	- kqueue ioloop code rewrite
> 	- notify=kqueue might have caused connection hangs sometimes
> 	- deliver: If message body contained a valid mbox From_ line, it
> 	  and the rest of the message was skipped.
> 	- mbox: We got into infinite loops if trying to open a 2 byte sized
> 	  file as mbox.
> 	- Don't crash with ssl_disable=yes
> 	- quota plugin caused compiling problems with some OSes
> 	- mbox: After saving a mail to a synced mbox, we lost the sync which
> 	  caused worse performance
>
> I think my v1.0 TODO list is:
>
>  - avoid duplicate flag change notifications, or in case the message is
>    also expunged don't bother notifying its flag changes at all
>    (shouldn't be hard)
>  - HFS+ avoid-hardlinks patch?
>  - 32bit -> 64bit upgrade still doesn't work without assert-crashing:
>    mail-cache-transaction.c: line 709 (mail_cache_add): assertion failed:
>    (fixed_size == (unsigned int)-1 || fixed_size == data_size)
>  - Courier-compatible INBOX. namespace gives "invalid namespace" errors
>
> I'm still not sure about the last one though. Could someone give me
> specific commands that clients send that causes it?
>
> As for the 32bit -> 64bit upgrade fix, could someone give me access to a
> x86-64 machine for a while to test it out?
2006-08-18 06:46:05 +00:00
adam
cb301f2795 Updated lang/elk to 3.99.7; net/amule to 2.1.3 2006-08-17 23:56:50 +00:00
adam
e2e6c08771 Changes 2.1.3:
* Bug fix release
2006-08-17 23:55:16 +00:00
adam
cfd40aa7d2 Changes 3.99.7:
* The last known garbage-collector bug was fixed.
2006-08-17 23:51:33 +00:00
wiz
924080ad29 glib2 updated to 2.12.2. 2006-08-17 22:35:39 +00:00
wiz
0372997237 Update to 2.12.2:
Overview of Changes from GLib 2.12.1 to GLib 2.12.2
===================================================

* Unicode updates:
 - Normalization is following Unicode TR #29
 - g_unichar_isxdigit() only accept characters
   for which g_unichar_xdigit_value() returns a value
 - g_unichar_toupper and g_unichar_tolower leave
   unconvertable characters in place instead of
   replacing them by NUL

* Bugs fixed
 348491 g_utf8_strup() and g_utf8_strdown() returns
        string with NUL bytes
 349825	GKeyFile always inserts a newline before a group
 347842	g_unichar_isxdigit() is too general about what
        it considers a digit
 348694	g_utf8_normalize() hasn't been updated to PR #29
 348785	Hint about G_DEBUG in Message Logging docs
 349792	Wrong english string (UI)
 349952	gparamspecs.c uses gcc feature

* Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
  nl,pl,tr,uk,zh_HK,zh_TW)
2006-08-17 22:35:10 +00:00
adrianp
f13f6a3e65 Update to 4.1.3
Major changes compared to the IMP H3 (4.1.2) version are:
* Added server configuration option to limit numer of login tries.
* Added link to view attached S/MIME key details.
* Fixed escaping of folder names.
* Updated Catalan, German and Slovenian translations.
* Several small bugfixes and improvements.

The full list of changes (from version H3 (4.1.2)) can be viewed here:
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.194&r2=1.699.2.206&ty=h
2006-08-17 20:17:12 +00:00
adrianp
161b5ec0f8 Update to 3.1.3
Major changes compared to Horde 3.1.2 are:
* Security Fixes
  - Closed an XSS problem in index.php and improved protection against
    phishing attempts.
* Bugfixes and improvements
  - Added Kolab group ACL support.
  - Improved import of date and time fields.
  - Fixed synchronization support.
  - Updated Catalan, German and Slovenian translations.

The full list of changes (from version 3.1.2) can be viewed here:
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.252&r2=1.515.2.261&ty=h
2006-08-17 20:15:40 +00:00
perry
0e6f43ec26 Our python24 package installs python2.4.3 -- make the html docs
package install the 2.4.3 docs, too, so that the docs correspond to
the installed package.
2006-08-17 19:53:59 +00:00
ghen
38910c5e38 Updated sysutils/ups-nut-cgi to 2.0.4nb1. 2006-08-17 19:20:43 +00:00
ghen
32da35855d This doesn't need X11. Bump PKGREVISION. 2006-08-17 19:20:11 +00:00
ghen
37401cc44d - erlang-11. 2006-08-17 16:18:23 +00:00
ghen
501ffe3ebe Updated lang/erlang, lang/erlang-doc and lang/erlang-man to 11.0. 2006-08-17 16:17:35 +00:00