pkgsrcv2.git
13 years agoAdd user-destdir installation support.
obache [Mon, 21 Mar 2011 02:45:04 +0000 (02:45 +0000)]
Add user-destdir installation support.

13 years agoadd user-destdir installation support.
obache [Mon, 21 Mar 2011 02:36:40 +0000 (02:36 +0000)]
add user-destdir installation support.

13 years ago* MAKE_JOBS_SAFE=no
obache [Mon, 21 Mar 2011 02:33:14 +0000 (02:33 +0000)]
* MAKE_JOBS_SAFE=no
* marked as user-destdir installation ready

13 years agoRepo copy files
repo-copy [Mon, 21 Mar 2011 02:15:02 +0000 (02:15 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Mon, 21 Mar 2011 02:15:01 +0000 (19:15 -0700)]
Fixup fromcvs/togit conversion

13 years agoWhen we moved from fd_ofiles to a struct fdtab, the fd_ofiles became
jym [Mon, 21 Mar 2011 00:22:02 +0000 (00:22 +0000)]
When we moved from fd_ofiles to a struct fdtab, the fd_ofiles became
an array of pointer (in struct fdtab) rather than a pointer of pointers.

Sadly for us, no, arrays and pointers are not equivalent from a memory
perspective: while pointers from/to another address space can
be consumed by kvm(3) to query for data in kernel space, arrays
are more tricky, especially when their content is copied in userland:
they are part of the copied struct.

Address of array members are only valid in their own address space,
in our case userland, which is (fortunately?) different from kernel space.
This breaks the various kvm_read() calls that query for file descriptor
information. Consequence: lsof(1) cannot print filedescriptor information
(starting from 5.99.14), and silently ignores the errors, as using
the userland fdtab (``dt'' variable) is not valid for kernel.

Fix that by using the ``fd_dt'' member of struct filedes, which stores
the address of the fdtab struct in kernel address space. Took a few hours
to understand what was going on with lsof(1), hmmm.

Luckily, fstat(1) uses the proper model (checked about 5min ago). Why
lsof(1) decided not to log an error on kvm_read() is... a good question.

Bump rev.

13 years agoNote update of emacs-snapshot.
minskim [Mon, 21 Mar 2011 00:08:20 +0000 (00:08 +0000)]
Note update of emacs-snapshot.

13 years agoUpdate emacs-snapshot to 20110316.
minskim [Mon, 21 Mar 2011 00:07:45 +0000 (00:07 +0000)]
Update emacs-snapshot to 20110316.

Changes:
- Sync with Tramp 2.2.1.
- Handle bzr 2.3.0.
- Fix more problems found by GCC 4.5.2's static checks.

13 years agoUpdated www/p5-Mojolicious to 1.14
gls [Sun, 20 Mar 2011 21:41:55 +0000 (21:41 +0000)]
Updated www/p5-Mojolicious to 1.14

13 years agoUpdated www/p5-Mojolicious to 1.14
gls [Sun, 20 Mar 2011 21:41:35 +0000 (21:41 +0000)]
Updated www/p5-Mojolicious to 1.14

Upstream changes:

1.14 2011-03-17 00:00:00
        - Added support for multiple dns servers to Mojo::IOLoop.
        - Added config helper to Mojolicious::Plugin::Config.
        - Changed resolv.conf parser in Mojo::IOLoop to use the first
          nameserver.
        - Changed lookup method in Mojo::IOLoop to pick records randomly.
        - Fixed small optional tag bugs in Mojo::DOM.
        - Fixed JavaScript/CSS bug in Mojo::DOM.
        - Fixed Windows home directory detection bug. (akron)
        - Fixed a few warnings.
        - Fixed typos.

1.13 2011-03-14 00:00:00
        - Deprecated Mojo::Client in favor of the much sleeker
          Mojo::UserAgent.
        - Made the most common Mojo::IOLoop methods easier to access for the
          singleton instance.
        - Fixed typos.

1.12 2011-03-10 00:00:00
        - Relicensed all artwork to CC-SA, so the whole distribution can be
          considered "open" again.
        - Deprecated MOJO_JSON_CONFIG environment variable in favor of
          MOJO_CONFIG. (crab)
        - Added EXPERIMENTAL support for IPv6.
        - Added more Perl-ish configuration plugin.
        - Added drain callback support for WebSockets.
        - Added line numbers to Mojo::JSON error messages. (marcus)
        - Removed experimental status from hypnotoad and
          Mojolicious::Plugin::TagHelpers.
        - Removed experimental status from many attributes and methods all
          over Mojolicious.
        - Improved attribute support of the select_field tag helper. (yko)
        - Improved text_field tag helper.
        - Improved tag helper attribute escaping.
        - Improved attrs method in Mojo::DOM.
        - Updated to jQuery to version 1.5.1.
        - Fixed XSS issue in link_to helper.
        - Fixed route unescaping bug.
        - Fixed small Mojo::DOM bug. (yko)
        - Fixed small documentation bug.
        - Fixed typos. (kimoto)

From Christian Sturm in PR pkg/44740.

13 years agoglib2 depends on pcre 8.11. Fixes configure check failure.
cegger [Sun, 20 Mar 2011 21:00:10 +0000 (21:00 +0000)]
glib2 depends on pcre 8.11. Fixes configure check failure.

13 years ago+ gbrainy-1.63, meld-1.5.1, p5-Mojolicious-1.14 [pkg/44740].
wiz [Sun, 20 Mar 2011 20:29:04 +0000 (20:29 +0000)]
+ gbrainy-1.63, meld-1.5.1, p5-Mojolicious-1.14 [pkg/44740].

13 years agoRemove some ex-MASTER_SITES.
wiz [Sun, 20 Mar 2011 20:27:55 +0000 (20:27 +0000)]
Remove some ex-MASTER_SITES.

13 years agoHCI direction message is an int, but you can't memcpy that to a uint8_t
plunky [Sun, 20 Mar 2011 19:56:48 +0000 (19:56 +0000)]
HCI direction message is an int, but you can't memcpy that to a uint8_t
and hope that it will work on big endian machines

13 years agoPR/37835 -- Copy patches from vorbis-tools that fix pthread programming
shattered [Sun, 20 Mar 2011 19:13:16 +0000 (19:13 +0000)]
PR/37835 -- Copy patches from vorbis-tools that fix pthread programming
problems.

13 years agolyx does not need teTeX/module.mk; include tex.buildlink3.mk instead.
minskim [Sun, 20 Mar 2011 18:06:56 +0000 (18:06 +0000)]
lyx does not need teTeX/module.mk; include tex.buildlink3.mk instead.

13 years agoRepo copy files
repo-copy [Sun, 20 Mar 2011 15:26:50 +0000 (15:26 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sun, 20 Mar 2011 15:26:49 +0000 (08:26 -0700)]
Fixup fromcvs/togit conversion

13 years agoUpdated multimedia/mkvtoolnix to 4.6.0
adam [Sun, 20 Mar 2011 13:20:36 +0000 (13:20 +0000)]
Updated multimedia/mkvtoolnix to 4.6.0

13 years agoChanges 4.6.0:
adam [Sun, 20 Mar 2011 13:19:44 +0000 (13:19 +0000)]
Changes 4.6.0:
* build system: Fixed building the Qt version of mkvinfo's GUI (again).
* mmg: bug fix: If the header editor finds 'language' elements with ISO-639-1
  codes (e.g. "fra" instead of "fre" for "French") then it will map the code to
  the corresponding ISO-639-2 code
* mmg: bug fix: Fixed one of the issues causing mmg to report that it is
  configured to use an unsupported version of mkvmerge when the reported
  version was actually empty.
* mkvmerge: enhancement: HD-DVD subtitles are recognized as being an
  unsupported file format. This makes the error message presented to the user
  a bit clearer.
* build: Boost 1.36.0 or newer is required (up from 1.34.0). Also fixed
  building with v3 of Boost's filesystem library, e.g. with Boost 1.46.0
  Beta 1 or newer.
* mkvpropedit: new feature: Added support for adding, replacing and removing
  tags.
* all: Added a translation for the programs into Turkish by ßouЯock.
* build system: Fixed compilation if configure choses the internal versions of
  libebml and libmatroska while older versions are still installed in a
  location named with "-I..." or "-L..." in CFLAGS/CXXFLAGS/LDFLAGS or with
  configure's "--with-extra-includes" and "--with-extra-libs" options.

13 years ago* Note update of www/contao29-translations package to 20110319.
taca [Sun, 20 Mar 2011 12:52:48 +0000 (12:52 +0000)]
* Note update of www/contao29-translations package to 20110319.
* Remove previous duplicated line.

13 years agoUpdate contao29-translation pacakge to 20110319.
taca [Sun, 20 Mar 2011 12:50:34 +0000 (12:50 +0000)]
Update contao29-translation pacakge to 20110319.

Czech, Croatian and Romanian language files are updated.
Slovak language files are update and enabled.

13 years agomarked as user-destdir installation support.
obache [Sun, 20 Mar 2011 12:45:07 +0000 (12:45 +0000)]
marked as user-destdir installation support.

13 years agoAdd user-destdir installation support.
obache [Sun, 20 Mar 2011 12:35:28 +0000 (12:35 +0000)]
Add user-destdir installation support.

13 years agoLICENSE=gnu-gpl-v2
obache [Sun, 20 Mar 2011 12:15:28 +0000 (12:15 +0000)]
LICENSE=gnu-gpl-v2

13 years agofor the case of PKG_SYSCONFBASE!=${PREFIX}/etc, and use SUBST for replace.
obache [Sun, 20 Mar 2011 12:13:44 +0000 (12:13 +0000)]
for the case of PKG_SYSCONFBASE!=${PREFIX}/etc, and use SUBST for replace.

13 years agoUse OVERRIDE_GNU_CONFIG_SCRIPTS instead of custom copy.
obache [Sun, 20 Mar 2011 12:00:15 +0000 (12:00 +0000)]
Use OVERRIDE_GNU_CONFIG_SCRIPTS instead of custom copy.

13 years ago* LICENSE=gnu-gpl-v2
obache [Sun, 20 Mar 2011 11:46:34 +0000 (11:46 +0000)]
* LICENSE=gnu-gpl-v2
* add user-destdir installation support

13 years ago* LICENSE=gnu-gpl-v2
obache [Sun, 20 Mar 2011 09:05:54 +0000 (09:05 +0000)]
* LICENSE=gnu-gpl-v2
* add user-destdir installation support

13 years ago/usr/bin/su for SSD/Linux.
obache [Sun, 20 Mar 2011 09:00:08 +0000 (09:00 +0000)]
/usr/bin/su for SSD/Linux.

13 years agoAdd user-destdir installation support.
obache [Sun, 20 Mar 2011 06:55:13 +0000 (06:55 +0000)]
Add user-destdir installation support.

13 years agoAdd user-destdir installatin support.
obache [Sun, 20 Mar 2011 06:36:30 +0000 (06:36 +0000)]
Add user-destdir installatin support.

13 years agoAdd user-destdir installation support.
obache [Sun, 20 Mar 2011 06:29:52 +0000 (06:29 +0000)]
Add user-destdir installation support.

13 years agoAdd user-destdir installation support.
obache [Sun, 20 Mar 2011 06:17:58 +0000 (06:17 +0000)]
Add user-destdir installation support.

13 years agoPatch a minor markup glitch in the apxs(8) man page: .PP needs to be at
dholland [Sun, 20 Mar 2011 03:18:21 +0000 (03:18 +0000)]
Patch a minor markup glitch in the apxs(8) man page: .PP needs to be at
the beginning of a line.

(Properly this should bump the PKGREVISION, but I'm not going to bother.)

13 years agoRepo copy files
repo-copy [Sun, 20 Mar 2011 01:53:28 +0000 (01:53 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sun, 20 Mar 2011 01:53:27 +0000 (18:53 -0700)]
Fixup fromcvs/togit conversion

13 years agoUpdated net/openafs to 1.4.14
jakllsch [Sat, 19 Mar 2011 23:37:14 +0000 (23:37 +0000)]
Updated net/openafs to 1.4.14

13 years agoUpdate OpenAFS package to 1.4.14.
jakllsch [Sat, 19 Mar 2011 23:35:40 +0000 (23:35 +0000)]
Update OpenAFS package to 1.4.14.

Includes two years of changes since 1.4.8, including bug and security fixes.

13 years agoap-modsecurity2
dholland [Sat, 19 Mar 2011 21:18:51 +0000 (21:18 +0000)]
ap-modsecurity2

13 years agoUpdate ap-modsecurity2 to 2.5.13, partly from Matthew Sporleder in
dholland [Sat, 19 Mar 2011 21:18:06 +0000 (21:18 +0000)]
Update ap-modsecurity2 to 2.5.13, partly from Matthew Sporleder in
PR 44745, rest by me.

pkgsrc changes:
   - fix up deps
   - fix Apache module handling
   - DESTDIR support

XXX: The DESTDIR support has to bypass apxs because as far as I can tell
XXX: apxs -i doesn't know how to handle DESTDIRs. Various Apache modules
XXX: do this in various different ways. Someone(TM) should teach apxs -i
XXX: about DESTDIRs and fix up all the abuse. The infrastructure for
XXX: Apache modules could use some rototilling as well.

29 Nov 2010 - 2.5.13
--------------------

 * Cleaned up some mlogc code and debugging output.

 * Remove the ability to use a relative path to a piped audit logger
   (i.e. mlogc) as Apache does not support it in their piped loggers
   and it was breaking Windows and probably other platforms that
   use spaces in filesystem paths.  Discovered by Tom Donovan.

 * Fix memory leak freeing regex.  Discovered by Tom Donovan.

 * Fix some portability issues on Windows.

 * Fixed Geo lookup concurrent connections bug

 * Fixed Skip/SkipAfter chain bug

 * Added new setvar Lua API to be used into Lua scripts

 * Added PCRE messages indicates each rule that exceed match limits

 * Added new Base64 transformation function called base64DecodeEx, which
   can decode base64 data skipping special characters.

 * Add SecReadStateLimit to limit the number of concurrent threads in BUSY connections per ip address

 * Fixed redirect action was not expanding macros in chained rules

04 Feb 2010 - 2.5.12
--------------------

 * Fixed SecUploadFileMode to set the correct mode.

 * Fixed nolog,auditlog/noauditlog/nolog controls for disruptive actions.

 * Added additional file info definitions introduced in APR 0.9.5 so that
   build will work with older APRs (IBM HTTP Server v6).

 * Added SecUploadFileLimit to limit the number of uploaded file parts that
   will be processed in a multipart POST.  The default is 100.

 * Fixed path normalization to better handle backreferences that extend
   above root directories.  Reported by Sogeti/ESEC R&D.

 * Trim whitespace around phrases used with @pmFromFile and allow
   for both LF and CRLF terminated lines.

 * Allow for more robust parsing for multipart header folding.  Reported
   by Sogeti/ESEC R&D.

 * Fixed failure to match internally set TX variables with regex
   (TX:/.../) syntax.

 * Fixed failure to log full internal TX variable names and populate
   MATCHED_VAR* vars.

 * Enabled PCRE "studying" by default.  This is now a configure-time option.

 * Added PCRE match limits (SecPcreMatchLimit/SecPcreMatchLimitRecursion) to
   aide in REDoS type attacks.  A rule that goes over the limits will set
   TX:MSC_PCRE_LIMITS_EXCEEDED.  It is intended that the next major release
   of ModSecurity (2.6.x) will move these flags to a dedicated collection.

 * Reduced default PCRE match limits reducing impact of REDoS on poorly
   written regex rules.  Reported by Sogeti/ESEC R&D.

 * Fixed memory leak in v1 cookie parser.  Reported by Sogeti/ESEC R&D.

 * Now support macro expansion in numeric operators (@eq, @ge, @lt, etc.)

 * Update copyright to 2010.

 * Reserved 700,000-799,999 IDs for Ivan Ristic.

 * Fixed SecAction not working when CONNECT request method is used
   (MODSEC-110). [Ivan Ristic]

 * Do not escape quotes in macro resolution and only escape NUL in setenv
   values.

04 Nov 2009 - 2.5.11
--------------------

 * Added a new multipart flag, MULTIPART_INVALID_QUOTING, which will be
   set true if any invalid quoting is found during multipart parsing.

 * Fixed parsing quoted strings in multipart Content-Disposition headers.
   Discovered by Stefan Esser.

 * Cleanup persistence database locking code.

 * Added warning during configure if libcurl is found linked against
   gnutls for SSL.  The openssl lib is recommended as gnutls has
   proven to cause issues with mutexes and may crash.

 * Cleanup some mlogc (over)logging.

 * Do not log output filter errors in the error log.

 * Moved output filter to run before other stock filters (mod_deflate,
   mod_cache, mod_expires, mod_filter) to avoid analyzing modified data
   in the response.  Patch originally submitted by Ivan Ristic.

18 Sep 2009 - 2.5.10
--------------------

 * Cleanup mlogc so that it builds on Windows.

 * Added more detailed messages to replace "Unknown error" in filters.

 * Added SecAuditLogDirMode and SecAuditLogFileMode to allow fine tuning
   auditlog permissions (especially with mpm-itk).

 * Cleanup SecUploadFileMode implementation.

 * Cleanup build scripts.

 * Fixed crash on configuration if SecMarker is used before any rules.

 * Fixed SecRuleUpdateActionById so that it will work on chain starters.

 * Cleanup build system for mlogc.

 * Allow mlogc to periodically flush memory pools.

 * Using nolog,auditlog will now log the "Message:" line to the auditlog, but
   nothing to the error log.  Prior versions dropped the "Message:" line from
   both logs.  To do this now, just use "nolog" or "nolog,noauditlog".

 * Forced mlogc to use SSLv3 to avoid some potential auto negotiation
   issues with some libcurl versions.

 * Fixed mlogc issue seen on big endian machines where content type
   could be listed as zero.

 * Removed extra newline from audit log message line when logging XML errors.
   This was causing problems parsing audit logs.

 * Fixed @pm/@pmFromFile case insensitivity.

 * Truncate long parameters in log message for "Match of ... against ...
   required" messages.

 * Correctly resolve chained rule actions in logs.

 * Cleanup some code for portability.

 * AIX does not support hidden visibility with xlc compiler.

 * Allow specifying EXTRA_CFLAGS during configure to override gcc specific
   values for non-gcc compilers.

 * Populate GEO:COUNTRY_NAME and GEO:COUNTRY_CONTINENT as documented.

 * Handle a newer geo database more gracefully, avoiding a potential crash for
   new countries that ModSecurity is not yet aware.

 * Allow checking &GEO "@eq 0" for a failed @geoLookup.

 * Fixed mlogc global mutex locking issue and added more debugging output.

 * Cleaned up build dependencies and configure options.

13 years agoSort.
dholland [Sat, 19 Mar 2011 21:16:27 +0000 (21:16 +0000)]
Sort.

13 years agoremove obsolete irrtoolset-nox11
spz [Sat, 19 Mar 2011 19:59:48 +0000 (19:59 +0000)]
remove obsolete irrtoolset-nox11

13 years agoRepo copy files
repo-copy [Sat, 19 Mar 2011 19:53:13 +0000 (19:53 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sat, 19 Mar 2011 19:53:12 +0000 (12:53 -0700)]
Fixup fromcvs/togit conversion

13 years agoFix broken patch. The files to patch must not include the name of the
jmmv [Sat, 19 Mar 2011 15:40:15 +0000 (15:40 +0000)]
Fix broken patch.  The files to patch must not include the name of the
work directory.

13 years agoFix PKGREVISION
gls [Sat, 19 Mar 2011 15:03:50 +0000 (15:03 +0000)]
Fix PKGREVISION

13 years agoUpdated claws-mail to 3.7.8 and sync plugins
gls [Sat, 19 Mar 2011 15:02:53 +0000 (15:02 +0000)]
Updated claws-mail to 3.7.8 and sync plugins

13 years agoUpdate mail/claws-mail to 3.7.8, and sync plugins.
gls [Sat, 19 Mar 2011 14:52:12 +0000 (14:52 +0000)]
Update mail/claws-mail to 3.7.8, and sync plugins.

Upstream changes:

* Bug fixes:
- rfe 2309, 'Shortcuts should not be modifiable by default'
- bug 2313, 'CLI quicksearch sometimes returns the same
messages twice'
- bug 2317, 'Action results in "Bad file descriptor"
- PGP/Core: Win32 build fix
- NNTP: fix replying (broken in corner case)
- fix configure option --disable-manual
- One more GTK+ 2.22 build fix
- Debian bug 599547, 'Please re-introduce quick shortcut for
marking as spam'

13 years agoRemove SETGIDGAME logic from here, like it was removed from the other
dholland [Sat, 19 Mar 2011 14:07:10 +0000 (14:07 +0000)]
Remove SETGIDGAME logic from here, like it was removed from the other
platform .mk files.

13 years agoRepo copy files
repo-copy [Sat, 19 Mar 2011 13:53:10 +0000 (13:53 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sat, 19 Mar 2011 13:53:09 +0000 (06:53 -0700)]
Fixup fromcvs/togit conversion

13 years ago* improve fetch message
obache [Sat, 19 Mar 2011 11:54:30 +0000 (11:54 +0000)]
* improve fetch message
* add user-destdir installation support
* fixes installation on platforms where ROOT_USER != "root".

13 years agoOnly suggest download of DEFAULT_DISTFILES, or other files may need to be
obache [Sat, 19 Mar 2011 11:46:59 +0000 (11:46 +0000)]
Only suggest download of DEFAULT_DISTFILES, or other files may need to be
downloaded from other sites than MASTER_SITES.

13 years agoAdd user-destdir installation support.
obache [Sat, 19 Mar 2011 11:14:30 +0000 (11:14 +0000)]
Add user-destdir installation support.

13 years agoConvert to usual style of "used by" comment.
obache [Sat, 19 Mar 2011 10:37:26 +0000 (10:37 +0000)]
Convert to usual style of "used by" comment.

13 years agoAdd FILEBASE support for choosing the file name for a binary package.
wiz [Sat, 19 Mar 2011 09:45:24 +0000 (09:45 +0000)]
Add FILEBASE support for choosing the file name for a binary package.
From Aleksey Cheusov in relation to PR 44698.

13 years agoUpdated pkgtools/pkg_tarup to 1.9
wiz [Sat, 19 Mar 2011 09:44:26 +0000 (09:44 +0000)]
Updated pkgtools/pkg_tarup to 1.9

13 years agoAdd filebase support, allowing to choose the filename for the resulting
wiz [Sat, 19 Mar 2011 09:44:17 +0000 (09:44 +0000)]
Add filebase support, allowing to choose the filename for the resulting
package; from Aleksey Cheusov in relation to PR 44698.

Bump version to 1.9.

13 years ago* MAKE_JOBS_SAFE=no
obache [Sat, 19 Mar 2011 09:36:47 +0000 (09:36 +0000)]
* MAKE_JOBS_SAFE=no
* Note commented-out LICENSE (GNU EMACS GENERAL PUBLIC LICENSE)
* Add user-destdir installation support.

13 years agoUpdated security/pks to 0.9.4nb4
obache [Sat, 19 Mar 2011 09:18:16 +0000 (09:18 +0000)]
Updated security/pks to 0.9.4nb4

13 years ago* LICENSE=original-bsd
obache [Sat, 19 Mar 2011 09:18:02 +0000 (09:18 +0000)]
* LICENSE=original-bsd
* Add user-destdir installation support.
* Let to binary package same as installed from source
Bump PKGREVISION.

13 years agoLICENSE=gnu-gpl-v2
obache [Sat, 19 Mar 2011 08:31:26 +0000 (08:31 +0000)]
LICENSE=gnu-gpl-v2

13 years agoMarked as USER_DESTDIR ready.
obache [Sat, 19 Mar 2011 08:29:20 +0000 (08:29 +0000)]
Marked as USER_DESTDIR ready.

13 years agoNote Updated lang/php53 to 5.3.6.
taca [Sat, 19 Mar 2011 07:02:03 +0000 (07:02 +0000)]
Note Updated lang/php53 to 5.3.6.

13 years agoUpdate lang/php53 package to PHP 5.3.
taca [Sat, 19 Mar 2011 07:01:19 +0000 (07:01 +0000)]
Update lang/php53 package to PHP 5.3.

PHP 5.3.6 Released!

[17-Mar-2011]
The PHP development team would like to announce the immediate availability
of PHP 5.3.6. This release focuses on improving the stability of the PHP
5.3.x branch with over 60 bug fixes, some of which are security related.

Security Enhancements and Fixes in PHP 5.3.6:

* Enforce security in the fastcgi protocol parsing with fpm SAPI.
* Fixed bug #54247 (format-string vulnerability on Phar). (CVE-2011-1153)
* Fixed bug #54193 (Integer overflow in shmop_read()). (CVE-2011-1092)
* Fixed bug #54055 (buffer overrun with high values for precision ini setting).
* Fixed bug #54002 (crash on crafted tag in exif). (CVE-2011-0708)
* Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty
  archive). (CVE-2011-0421)

Key enhancements in PHP 5.3.6 include:

* Upgraded bundled Sqlite3 to version 3.7.4.
* Upgraded bundled PCRE to version 8.11.
* Added ability to connect to HTTPS sites through proxy with basic
  authentication using stream_context/http/header/Proxy-Authorization.
* Added options to debug backtrace functions.
* Changed default value of ini directive serialize_precision from 100 to 17.
* Fixed Bug #53971 (isset() and empty() produce apparently spurious
  runtime error).
* Fixed Bug #53958 (Closures can't 'use' shared variables by value and
  by reference).
* Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir
  with a trailing forward slash).
* Over 60 other bug fixes.

13 years ago* add user-destdir installation support.
obache [Sat, 19 Mar 2011 03:58:20 +0000 (03:58 +0000)]
* add user-destdir installation support.
* fixes a linterpreter line.
* remove post-configure subst, no information in commit log and
  the file will not created there.

13 years agoDrop maintainership.
wiz [Sat, 19 Mar 2011 02:20:44 +0000 (02:20 +0000)]
Drop maintainership.

13 years agoRepo copy files
repo-copy [Sat, 19 Mar 2011 01:57:26 +0000 (01:57 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sat, 19 Mar 2011 01:57:25 +0000 (18:57 -0700)]
Fixup fromcvs/togit conversion

13 years agoNote PKGREVISION bump of doxygen.
minskim [Fri, 18 Mar 2011 23:51:33 +0000 (23:51 +0000)]
Note PKGREVISION bump of doxygen.

13 years agoReduce TeX dependencies of doxygen.
minskim [Fri, 18 Mar 2011 23:51:16 +0000 (23:51 +0000)]
Reduce TeX dependencies of doxygen.

13 years agoNote PKGREVISION bump of tex-a4wide.
minskim [Fri, 18 Mar 2011 23:38:10 +0000 (23:38 +0000)]
Note PKGREVISION bump of tex-a4wide.

13 years agoAdd a missing dependency to tex-a4wide.
minskim [Fri, 18 Mar 2011 23:37:39 +0000 (23:37 +0000)]
Add a missing dependency to tex-a4wide.

13 years agoNote PKGREVISION bump of tex-IEEEtran.
minskim [Fri, 18 Mar 2011 23:29:57 +0000 (23:29 +0000)]
Note PKGREVISION bump of tex-IEEEtran.

13 years agoLet tex-IEEEtran depend on a newer version of tex-psnfss so that all
minskim [Fri, 18 Mar 2011 23:29:38 +0000 (23:29 +0000)]
Let tex-IEEEtran depend on a newer version of tex-psnfss so that all
fonts for comsoc styls are ready.

13 years agoAdd tex-jadetex-doc.
minskim [Fri, 18 Mar 2011 23:28:24 +0000 (23:28 +0000)]
Add tex-jadetex-doc.

13 years agoMerge from vendor branch TNF:
minskim [Fri, 18 Mar 2011 23:27:28 +0000 (23:27 +0000)]
Merge from vendor branch TNF:
Import tex-jadetex-doc-3.13 as print/tex-jadetex-doc.

This is documentation for tex-jadetex.

13 years agoImport tex-jadetex-doc-3.13 as print/tex-jadetex-doc.
minskim [Fri, 18 Mar 2011 23:27:28 +0000 (23:27 +0000)]
Import tex-jadetex-doc-3.13 as print/tex-jadetex-doc.

This is documentation for tex-jadetex.

13 years agoUse jadetex from TeX Live 2010.
minskim [Fri, 18 Mar 2011 23:26:58 +0000 (23:26 +0000)]
Use jadetex from TeX Live 2010.

13 years agoNote update of netbsd-doc-print.
minskim [Fri, 18 Mar 2011 23:25:31 +0000 (23:25 +0000)]
Note update of netbsd-doc-print.

13 years agoExplicitly depend on packages required to build PDF files in the
minskim [Fri, 18 Mar 2011 23:25:14 +0000 (23:25 +0000)]
Explicitly depend on packages required to build PDF files in the
NetBSD website.

13 years agoNote PKGREVISION bump of tex-psnfss.
minskim [Fri, 18 Mar 2011 22:56:17 +0000 (22:56 +0000)]
Note PKGREVISION bump of tex-psnfss.

13 years agoLet tex-psnfss depend on all fonts that its styles use.
minskim [Fri, 18 Mar 2011 22:55:57 +0000 (22:55 +0000)]
Let tex-psnfss depend on all fonts that its styles use.

13 years agoNote PKGREVISION bump of teTeX-texmf.
minskim [Fri, 18 Mar 2011 21:56:28 +0000 (21:56 +0000)]
Note PKGREVISION bump of teTeX-texmf.

13 years agoResolve conflicts between teTeX-texmf and recently imported TeX Live
minskim [Fri, 18 Mar 2011 21:56:07 +0000 (21:56 +0000)]
Resolve conflicts between teTeX-texmf and recently imported TeX Live
packages including tex-collection-fontsrecommended,
tex-collection-genericrecommended, and PSTricks packages.

13 years agoAdd pstricks packages.
minskim [Fri, 18 Mar 2011 21:52:40 +0000 (21:52 +0000)]
Add pstricks packages.

13 years agoImport tex-pst-uml-doc-0.83 as devel/tex-pst-uml-doc.
minskim [Fri, 18 Mar 2011 21:49:41 +0000 (21:49 +0000)]
Import tex-pst-uml-doc-0.83 as devel/tex-pst-uml-doc.

This is documentation for tex-pst-uml.

13 years agoMerge from vendor branch TNF:
minskim [Fri, 18 Mar 2011 21:49:41 +0000 (21:49 +0000)]
Merge from vendor branch TNF:
Import tex-pst-uml-doc-0.83 as devel/tex-pst-uml-doc.

This is documentation for tex-pst-uml.

13 years agoImport tex-pst-uml-0.83 as devel/tex-pst-uml.
minskim [Fri, 18 Mar 2011 21:49:31 +0000 (21:49 +0000)]
Import tex-pst-uml-0.83 as devel/tex-pst-uml.

pst-uml is a PSTricks package that provides support for drawing
moderately complex UML (Universal Modelling Language) diagrams. (The PDF
documentation is written in French.)

13 years agoMerge from vendor branch TNF:
minskim [Fri, 18 Mar 2011 21:49:31 +0000 (21:49 +0000)]
Merge from vendor branch TNF:
Import tex-pst-uml-0.83 as devel/tex-pst-uml.

pst-uml is a PSTricks package that provides support for drawing
moderately complex UML (Universal Modelling Language) diagrams. (The PDF
documentation is written in French.)

13 years agoImport tex-psgo-doc-0.17 as graphics/tex-psgo-doc.
minskim [Fri, 18 Mar 2011 21:48:01 +0000 (21:48 +0000)]
Import tex-psgo-doc-0.17 as graphics/tex-psgo-doc.

This is documentation for tex-psgo.

13 years agoMerge from vendor branch TNF:
minskim [Fri, 18 Mar 2011 21:48:01 +0000 (21:48 +0000)]
Merge from vendor branch TNF:
Import tex-psgo-doc-0.17 as graphics/tex-psgo-doc.

This is documentation for tex-psgo.

13 years agoImport tex-psgo-0.17 as graphics/tex-psgo.
minskim [Fri, 18 Mar 2011 21:47:51 +0000 (21:47 +0000)]
Import tex-psgo-0.17 as graphics/tex-psgo.

This is a TeX package to typeset go diagrams with PSTricks.

13 years agoMerge from vendor branch TNF:
minskim [Fri, 18 Mar 2011 21:47:51 +0000 (21:47 +0000)]
Merge from vendor branch TNF:
Import tex-psgo-0.17 as graphics/tex-psgo.

This is a TeX package to typeset go diagrams with PSTricks.

13 years agoImport tex-pstricks-add-doc-3.51 as graphics/tex-pstricks-add-doc.
minskim [Fri, 18 Mar 2011 21:45:14 +0000 (21:45 +0000)]
Import tex-pstricks-add-doc-3.51 as graphics/tex-pstricks-add-doc.

This is documentation for tex-pstricks-add.

13 years agoMerge from vendor branch TNF:
minskim [Fri, 18 Mar 2011 21:45:14 +0000 (21:45 +0000)]
Merge from vendor branch TNF:
Import tex-pstricks-add-doc-3.51 as graphics/tex-pstricks-add-doc.

This is documentation for tex-pstricks-add.

13 years agoImport tex-pstricks-add-3.51 as graphics/tex-pstricks-add.
minskim [Fri, 18 Mar 2011 21:45:03 +0000 (21:45 +0000)]
Import tex-pstricks-add-3.51 as graphics/tex-pstricks-add.

Collects together examples that have been posted to the pstricks mailing
list, together with many additional features for the basic pstricks,
pst-plot and pst-node, including: - bugfixes; - new options for the
pspicture environment; - arrows; - braces as node connection/linestyle;
- extended axes for plots (e.g., logarithm axes); - polar plots; -
plotting tangent lines of curves or functions; - solving and printing
differential equationd; - box plots; - matrix plots; and - pie charts.
The package makes use of PostScript routines provided by pst-math.

13 years agoMerge from vendor branch TNF:
minskim [Fri, 18 Mar 2011 21:45:03 +0000 (21:45 +0000)]
Merge from vendor branch TNF:
Import tex-pstricks-add-3.51 as graphics/tex-pstricks-add.

Collects together examples that have been posted to the pstricks mailing
list, together with many additional features for the basic pstricks,
pst-plot and pst-node, including: - bugfixes; - new options for the
pspicture environment; - arrows; - braces as node connection/linestyle;
- extended axes for plots (e.g., logarithm axes); - polar plots; -
plotting tangent lines of curves or functions; - solving and printing
differential equationd; - box plots; - matrix plots; and - pie charts.
The package makes use of PostScript routines provided by pst-math.

13 years agoImport tex-pst-tree-doc-1.12 as graphics/tex-pst-tree-doc.
minskim [Fri, 18 Mar 2011 21:44:09 +0000 (21:44 +0000)]
Import tex-pst-tree-doc-1.12 as graphics/tex-pst-tree-doc.

This is documentation for tex-pst-tree.