Commit graph

125913 commits

Author SHA1 Message Date
adrianp
5d3ad77341 Security Enhancements and Fixes in PHP 5.2.6:
Fixed possible stack buffer overflow in the FastCGI SAPI identified by Andrei Nigmatulin.
Fixed integer overflow in printf() identified by Maksymilian Aciemowicz.
Fixed security issue detailed in CVE-2008-0599 identified by Ryan Permeh.
Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.
Properly address incomplete multibyte chars inside escapeshellcmd() identified by Stefan Esser.
Upgraded bundled PCRE to version 7.6

Key enhancements in PHP 5.2.6 include:
* Fixed two possible crashes inside the posix extension.
* Fixed bug 44069 (Huge memory usage with concatenation using . instead of .=)
* Fixed bug 44141 (private parent constructor callable through static function).
* Fixed bug 43589 (a possible infinite loop in bz2_filter.c).
* Fixed bug 43450 (Memory leak on some functions with implicit object __toString() call).
* Fixed bug 43201 (Crash on using uninitialized vals and __get/__set).
* Fixed bug 42978 (mismatch between number of bound params and values causes a crash in pdo_pgsql).
* Fixed bug 42937 (__call() method not invoked when methods are called on parent from child class).
* Fixed bug 42736 (xmlrpc_server_call_method() crashes).
* Fixed bug 42369 (Implicit conversion to string leaks memory).
* Fixed bug 41562 (SimpleXML memory issue).
* Over 120 bug fixes.

See http://www.php.net/ChangeLog-5.php#5.2.6 for all the details
2008-05-04 16:50:44 +00:00
adrianp
8744715d7a Updated mail/roundcube to 0.1.1 2008-05-04 16:34:20 +00:00
adrianp
b539000eea Update to 0.1.1
pkgsrc changes:
- Use the 'dep' version to install roundcube with no included dependencies
  and instead manage it all through pkgsrc - suggestion from schmonz@
- Move the config files to ${PREFIX}/share/roundcube/config as it was
  becomming difficult to manage them under ${PKG_SYSCONFDIR}
- Add the GUI installer scripts to the install so users can use it for the
  initial setup and generation of the configuration files.
- Add a note to the roundcube.conf file about protection of the
  installer directory once initially used.
- Don't assume apache is the only supported web server (because it's not)
  we don't support any additional ones now but this will make integration
  down the track easier if we do.
- Increased PKG_SUGGESTED_OPTIONS based on documentation in the INSTALL file.
- Add more required PHP options to roundcube.conf

Thanks to Dan Engholm for feedback on the package.

From the ChangeLog:
* Clear selection when selecting single item (1484942)
* Remove hard-coded image size in skin templates (1484893)
* Database schema improvements (dropped unnecessary indexes)
* Fixed creating a new folder with a comma in its name (1484681)
* Fixed sorting of messages when default mailbox is empty (1484317)
* Improve message previewpane - less loading (1484316)
* Fixed login form autocompletion (1484839)
* Fixed virtuser_query option for mdb2 backend (1484874)
* Fixed attachment resoting from Drafts when message body was empty (1484506)
* Fixed usage of ob_gzhandler (1484851)
* Fixed message part window in IE6 (1484610)
* Fixed decoding of mime-encoded strings (1484191)
* Fixed some iconv/mb_string problems (1484598)
* Correctly quote mailbox name when using in URL (1484313)
* Fixed "headers already sent" errors (1484860)
2008-05-04 16:34:03 +00:00
markd
8130cb4c25 Compile the file patched in the previous security update so that it is
actually used.  Bump PKGREVISION
2008-05-04 12:09:33 +00:00
dsainty
a19de6c0c5 Add an HTTP mirror that has xterm-235 (different to the FreeBSD HTTP mirror, which only has 234). 2008-05-04 07:33:22 +00:00
dsainty
ace8262701 Add an HTTP download option to MASTER_SITES 2008-05-04 06:59:51 +00:00
bjs
be3663405f Update to jack-0.111.5. Mostly improvements to the jack_net client.
Also, some code cleanup/improvements to the sun driver; with a fix to
audio.c that I'm hopefully going to commit very soon, the sun driver works
quite well.
2008-05-04 01:02:07 +00:00
smb
f639486e71 Correct PLIST 2008-05-04 00:13:46 +00:00
tonnerre
1266537762 Updated www/kazehakase to 0.5.4 2008-05-03 19:59:34 +00:00
tonnerre
8b85848011 Update Kazehakase to version 0.5.4:
- re-supported DnD to bookmark folder in toolbar.
 - Print copied string in Statusbar when CopyInUserFormat action is executed.
 - Make it work with xulrunner 1.9.
 - Resupported thumbnails.
 - New German translation.
 - RSS with CDATA is now parsed correctly.
 - Fixed a crash when preference dialog is opened.
 - HyperEstraier ANDNOT support.
 - Various GTK/glib related bugfixes.

:Q operator in CONFIGURE_ARGS removed as suggested by rillig and pkglint.
2008-05-03 19:58:43 +00:00
degroote
5f3bef2e79 camlp5 doesn't compile with MAKE_JOBS > 1. Mark it as not MAKE_JOBS_SAFE 2008-05-03 18:12:13 +00:00
apb
c21cec6d28 Oops, the previous update to pkg_chk should have been to 1.92, not 1.91. 2008-05-03 12:59:12 +00:00
apb
1f3a8ef038 Oops, it was already 1.91 before my previous commit. Bump version
to pkg_chk-1.92.  (Thanks wiz)
2008-05-03 12:57:47 +00:00
adrianp
7a22457d50 Add a note about allowing access to the scripts directory 2008-05-03 10:46:28 +00:00
obache
cebb6d9334 + xzgv-0.9 [pkg/38566] magicpoint-1.13a [pkg/38552] 2008-05-03 01:39:13 +00:00
apb
bbd87faf4b Updated pkgtools/pkg_chk to 1.91 2008-05-02 19:16:19 +00:00
apb
32be79e911 Bump version to pkg_chk-1.91:
* Look for $MAKECONF in @MAKECONF@, @PREFIX@/etc/mk.conf,
  and /etc/mk.conf, in that order.
* Look for $PKGSRCDIR in the Makefile referred to by $MAKECONF,
  ".", "..", "../..", and "/usr/pkgsrc", in that order.
* Convert the Makefil to use the SUBST framework.

Proposed in tech-pkg; OK (in principle) David Brownlee
2008-05-02 19:10:26 +00:00
apb
ffe71bd20a Updated pkgtools/pkg_rolling-replace to 0.16 2008-05-02 19:06:34 +00:00
apb
590058d9b8 Bump version to pkg_rolling-replace-0.16:
* Look for $MAKECONF in @MAKECONF@, @PREFIX@/etc/mk.conf,
  and /etc/mk.conf, in that order.
* Look for $PKGSRCDIR in the Makefile referred to by $MAKECONF,
  ".", "..", "../..", and "/usr/pkgsrc", in that order.

Proposed in tech-pkg; OK Greg Troxel.
2008-05-02 19:04:03 +00:00
bouyer
06bbdf7e67 Updated devel/gputils to 0.13.5. 2008-05-02 16:03:48 +00:00
bouyer
94030b40f6 Update to 0.13.5, OK'd by dogcow@. Changes since 0.13.4:
Added support for many new processors in all families.
Added support for CONFIG directive on 18F devices.
Support for new COFF format (MPASM default) in gpvo.
Fixed bugs.
2008-05-02 16:03:00 +00:00
jnemeth
57232647e1 lang/scheme88 -> lang/scheme48 2008-05-02 15:29:06 +00:00
obache
a2638f3362 Add DESTDIR support, based on patch in PR 38524. 2008-05-02 13:44:02 +00:00
wiz
5ef1570ff5 Reorder includes to fix build after libgphoto2 update to 2.4.1. 2008-05-02 10:22:45 +00:00
degroote
f202d1476c Update lang/scheme88 2008-05-02 09:38:32 +00:00
degroote
6857c93adc Update scheme88 from 1.6 to 1.8.
Lots of changes between this two releases :
  - a new experimental gc
  - framework for asynchronous event
  - support for 64 bits machine
  - the layout of the installed system now conforms to FHS
  - and a lots of bugs fixes ...

Contributed by Aleksej Saushev via IRC.
2008-05-02 09:22:21 +00:00
adam
753d25872e Updated math/octave; math/gsl 2008-05-02 08:52:20 +00:00
adam
46fbc52a40 Changes 3.0.1:
* This is a bug-fixing release.
2008-05-02 08:50:46 +00:00
adam
f8ed52d2fc Changes 1.11:
* Upgraded to latest libtool, autoconf and automake (libtool-2.2,
  autoconf-2.61, automake-1.10.1)
* Fixed underflow in ODE adaptive step size controller that could
  cause step size to decrease to zero.
* Improved the handling of the asymptotic regime in gsl_sf_bessel_jl.
* Improved the handling of large arguments in cumulative distribution
  functions using the incomplete beta function, such as gsl_cdf_fdist_P.
* Fixed overflow bug in gsl_cdf_hypergeometric_{P,Q} for large
  arguments.
* gsl_ran_gaussian_ziggurat now handles generators with different
  ranges explicitly, to minimise the number of function calls
  required.
* Added missing error terms in gsl_sf_exp_mult_e10_e to prevent
  the error being underestimated.
* Updated some constants to the CODATA 2006 values.
* The hypergeometric function gsl_sf_hyperg_2F1 now handles the case
  where x==1.
* Fixed a bug in the brent minimiser which prevented optimal convergence.
* Added functions for evaluating complex polynomials
* The convergence condition for gsl_multiroots_test_delta now accepts
  dxi == 0.
* Improved functions gsl_ldexp and gsl_frexp to handle the full range
  of double precision numbers in all cases.
* Added new quasi random generators gsl_qrng_halton and
  gsl_qrng_reversehalton which support dimensions up to 1229.
* Added function gsl_multifit_linear_residuals for computing the
  residuals of the fit
2008-05-02 08:49:50 +00:00
xtraeme
6dd33d5b44 Some files cannot be removed at the clean stage as non-root user, so
use the same strategy than python uses: PRIVILEGED_STAGES+=clean.
2008-05-02 05:08:22 +00:00
xtraeme
12cdf9c86a MAKE_JOBS_SAFE=no 2008-05-02 03:56:08 +00:00
obache
5370353a18 Updated mail/cue to 20080211 2008-05-02 03:55:52 +00:00
obache
6945f984f0 Update cue to 20080211 snap.
Patch provided by YAMAMOTO Takashi in PR 38561.

Changes is unknown.
2008-05-02 03:55:38 +00:00
wiz
bec0102961 Fix
../dist/configure: 1: Syntax error: Unterminated quoted string
appearing on -current.
2008-05-01 23:41:21 +00:00
wiz
171b39fffb Also needs gnome-desktop-sharp (for gtkhtml-sharp). 2008-05-01 23:22:59 +00:00
wiz
e4b5f5f69c Needs pkg-config. 2008-05-01 23:19:12 +00:00
jlam
c98cfb0b82 Note addition of security/ruby-ezcrypto. 2008-05-01 21:10:19 +00:00
jlam
a353970006 Initial import of ruby18-ezcrypto-0.7 as security/ruby-ezcrypto.
EzCrypto is an easy-to-use wrapper around the poorly documented OpenSSL
Ruby library.  Features include:

    * Defaults to AES 128 CBC
    * Will use OpenSSL library for transparent hardware crypto support
    * Single-class object-oriented access to most commonly used features
    * Ruby-like syntax
2008-05-01 21:09:47 +00:00
jlam
179de6284c Add a build dependency on ruby-rspec since the Rakefiles in the
distribution include spec/rake/spectask.
2008-05-01 17:51:13 +00:00
jlam
259d5df11b Update the dependency on sequel-core to match the version of sequel. 2008-05-01 17:47:37 +00:00
jlam
654db4f221 Note updates of ruby-sequel. 2008-05-01 17:43:50 +00:00
jlam
403a16871d Update databases/ruby-sequel-core to 1.5.1. Changes from version 1.5.0
include:

* Have Dataset#graph give a nil value instead of a hash with all nil
  values if no matching rows exist in the graphed table.  This changes
  how graph handles missing records in associated tables (which occur
  because graph defaults to LEFT OUTER joins by design).
2008-05-01 17:30:32 +00:00
jlam
e13a636136 Update databases/ruby-sequel to 1.5.1. Changes from version 1.5.0 include:
* Fix Dataset#eager_graph when not all objects have associated objects.
  This changes how eager_graph handles missing records in associated
  tables (which occur because graph defaults to LEFT OUTER joins by
  design).
2008-05-01 17:30:28 +00:00
xtraeme
c57b927c4d Fix path for icons, so that they are found at runtime. 2008-05-01 16:27:47 +00:00
xtraeme
2dd95fd239 + audio/tunapie 2008-05-01 16:07:13 +00:00
xtraeme
0b209281a7 Initial import of tunapie-2.1.6.
TunaPie is a directory browser for Internet radio and TV streams.
As of 0.9.6, it is compatible with the Icecast directory as well as the
Shoutcast (winamp) stream directory service.

Tunapie allows you to search for streams and then launch your audio player
(XMMS) or NSV viewer (Mplayer) of choice. It also allows recording of audio
and video streams using streamripper.
2008-05-01 16:06:16 +00:00
bjs
0973595ce2 Remove second -o argument in libOSMesa link command (which was obviously
my mistake).  Set MAKE_JOBS_SAFE=no when building libOSMesa because
it breaks the build.  Non-dri builds should work now.
2008-05-01 15:37:13 +00:00
jmmv
bd05d20c04 Note update of atf to 0.5. 2008-05-01 15:15:09 +00:00
jmmv
fef843fc4b Update to 0.5. Release details:
Release date: May 1st, 2008
Status:       Experimental

* Clauses 3 and 4 of the BSD license used by the project were dropped.
  All the code is now under a 2-clause BSD license compatible with the
  GNU General Public License (GPL).

* Added a C-only binding so that binary test programs do not need to be
  tied to C++ at all.  This binding is now known as the atf-c library.

* Renamed the C++ binding to atf-c++ for consistency with the new atf-c.

* Renamed the POSIX shell binding to atf-sh for consistency with the new
  atf-c and atf-c++.

* Added a -w flag to test programs through which it is possible to specify
  the work directory to be used.  This was possible in prior releases by
  defining the workdir configuration variable (-v workdir=...), but was a
  conceptually incorrect mechanism.

* Test programs now preserve the execution order of test cases when they
  are given in the command line.  Even those mentioned more than once are
  executed multiple times to comply with the user's requests.
2008-05-01 15:14:21 +00:00
obache
4f7645bf1d Add destdir support to catdoc and catdoc-tk.
Fixes PR 38545.
2008-05-01 13:51:56 +00:00