Commit graph

174917 commits

Author SHA1 Message Date
cheusov
18289f2124 Always build libnbcompat with pkgsrc's make,
this fixes some build failures
2011-08-20 16:13:05 +00:00
cheusov
a1c3d88233 Updated archivers/dar to 2.4.1 2011-08-20 16:02:42 +00:00
cheusov
5e206bc4a3 Update to 2.4.1. For a list of changes in this release,
see the documentation.
2011-08-20 16:02:23 +00:00
cheusov
2799371191 Add MESSAGE (note about pkg_online-client) 2011-08-20 15:45:13 +00:00
joerg
124c6cc815 Fix C99 vs GNU89 inline mess 2011-08-20 15:36:16 +00:00
obache
0bc970b69d Updated net/mikutter to 0.0.3.472 2011-08-20 15:35:55 +00:00
obache
128018dcad Update mikutter to 0.0.3.472.
Fixes
 * With Ruby 1.8.7, crash with right click at tweet contains URL.
 * on scroll timeline top to down, accidently auto scroll-up once.
 * Not mute for various notify.
 * rare crash at refresh timeline.
 * user information may be old one.
 * rare crash at timeout.
2011-08-20 15:35:40 +00:00
joerg
3ab4a3be46 Fix C99 vs GNU89 inline mess. Annotate that AMD64 grows stack downwards 2011-08-20 15:35:23 +00:00
joerg
c275017cdd Needs libXt for modular Xorg. 2011-08-20 15:34:13 +00:00
joerg
b079469e18 Fix C++ syntax 2011-08-20 15:33:37 +00:00
joerg
dc2758b10a Fix build with newer curl. Improve compatibility with clang. 2011-08-20 15:32:48 +00:00
joerg
06a8991625 Fix build with clang and newer curl. 2011-08-20 15:31:33 +00:00
joerg
e24aeb73ba Fix inline misuse breaking clang build 2011-08-20 15:30:36 +00:00
joerg
4646df4cb6 Fix build with clang 2011-08-20 15:29:01 +00:00
joerg
c75dc34a8e Deal with C99 vs GNU89 inline semantic 2011-08-20 15:28:09 +00:00
joerg
e0df43795d Fix build with Clang 2011-08-20 15:27:09 +00:00
taca
6a86d8a7d5 Remove GEM_CLEANBUILD since it is pure ruby extension. 2011-08-20 15:17:27 +00:00
taca
a9382b86ee Update ruby-simple_uuid package to 0.2.0.
v0.2.0 perf optimizations for cassandra cql
2011-08-20 15:15:51 +00:00
taca
2ccaa5724a Note update of php related meta packages:
meta-pkgs/php5-extensions	5.2.17nb1
	meta-pkgs/php53-extensions	5.3.7nb1
2011-08-20 15:06:36 +00:00
taca
da5d53ef4f * Add www/php-tidy.
* Restrict dependency less than 5.4.

Bump PKGREVISION.
2011-08-20 15:05:42 +00:00
taca
2b085754da Add www/php-tidy.
Bump PKGREVISION.
2011-08-20 15:03:42 +00:00
taca
5c3a73176b Note addition of www/php-tidy package version 5.2.17/5.3.7. 2011-08-20 14:56:38 +00:00
taca
10de041f11 Add and enable php-tidy. 2011-08-20 14:55:07 +00:00
taca
08fc7de1f7 Importing www/php-tidy package version 5.2.17/5.3.7.
Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows
a PHP developer to clean, repair, and traverse HTML, XHTML, and XML
documents -- including ones with embedded scripting languages such as
PHP or ASP within them using OO constructs.
2011-08-20 14:53:29 +00:00
wiz
901c665f71 Remove unneeded conditional. Test with X11_TYPE=native. 2011-08-20 14:52:57 +00:00
taca
0dbf8c5b9a * Update distinfo with suhosin-patch.
* Remove some junks.
2011-08-20 14:50:51 +00:00
taca
5b63ce3cb7 Update suhosin patch with hoping this 45 minutes delay wouldn't need
PKGREVISION bump.
2011-08-20 14:41:04 +00:00
taca
61625b4929 Note update of www/php-eaccelerator package to 0.9.6.1. 2011-08-20 14:20:08 +00:00
taca
ed7fb1c968 Update php-eaccelerator package to 0.9.6.1.
2010-05-31  Bart Vanbrabant <bart at vanbrabant.eu>

* Release version 0.9.6.1
* php_check_open_basedir only needs to be called when restoring

2010-02-25	Hans Rakers <hans at react.nl>

* Fixed class static variable restore where parent was protected
  static and child was public static. This would lead to error
  'Access to undeclared static property' upon restore from cache
* Added proper handling of class properties during storing in
  cache. Public/private/protected is properly handled now. Somehow
  this was a long overdue TODO spotted by running the testsuite.
  This fixes ticket #408
* Small fix that solves some issues with lambda (closure)
  functions. This solves ticket #405
2011-08-20 14:19:35 +00:00
taca
a0ffc8dacd Note update of net/php-yaz package to 1.1.1. 2011-08-20 14:16:23 +00:00
taca
a8eb41c9cc Update php-yaz package to 1.1.1.
1.1.0

- Update for YAZ version 4

1.1.1

- Avoid deprecated Zend API.
- Fixes for Windows compilation.
2011-08-20 14:15:32 +00:00
taca
28cebab17e Note update of these pear based pacakges:
mail/pear-Mail_Mime	1.8.2
	net/pear-Net_SMTP	1.6.1
	net/pear-Net_Sieve	1.3.2
2011-08-20 14:14:11 +00:00
taca
d24e3b37ab Update pear-Net_Sieve package to 1.3.2.
1.3.2:

Release date: 2011-08-06 23:05 UTC
Release state: stable

Changelog:

* Fix referrals if host data or user credentials are passed to connect() and
  login() instead of the constructor (Aleksander Machniak, Bug #17107).

1.3.1:

Release date: 2011-08-06 01:56 UTC
Release state: stable

Changelog:

* Query capabilities again after successful authentication (Jesse Crawford,
  Request #18382).
* Escape quotes and backslashes in script names, and use literal strings for
  script names with non-ASCII characters (Aleksander Machniak, Bug #16691).
* Work around broken STARTTLS behavior in Cyrus versions before 2.3.10
  (Aleksander Machniak, Bug #18241).
* Improve string literal parsing (Aleksander Machniak, Bug #18228).
2011-08-20 14:13:19 +00:00
taca
9a5e94c921 Update pear-Net_SMTP package to 1.6.1.
Net_SMTP 1.6.1:

Release date: 2011-08-13 19:06 UTC
Release state: stable

Changelog:

- Fixing the detection of SASL-based AUTH methods. (Bug #18594)
2011-08-20 14:12:07 +00:00
taca
437b7c7f68 Update pear-Mail_Mime package to 1.8.2.
Mail_Mime 1.8.2

Release date: 2011-08-10 09:56 UTC
Release state: stable

Changelog:

Bugs Fixed:
* #18426: Fixed backward compatibility for "dfilename" parameter [alec]
* Removed xmail.dtd, xmail.xsl from the package [alec]
* Fixed handling of email addresses with quoted local part [alec]
2011-08-20 14:10:45 +00:00
taca
d46f9a2df6 Note update of databases/php-dbx package to 1.1.2. 2011-08-20 14:09:25 +00:00
taca
7e10e68a37 Update php-dbx package to 1.1.2.
pkgsrc change: allow build with php53.

1.1.2

- added rui as lead.
- fixed build error on PHP 5.x.

1.1.1

- fixed build error on PHP 5.x.
2011-08-20 14:08:12 +00:00
taca
2540328525 Note update of lang/pear package to 1.9.4. 2011-08-20 14:03:05 +00:00
taca
e833a78124 Update pear package to 1.9.4.
pkgsrc change

* Remove unused XMLUTIL_WRKSRC.
* don't patch a file which we have in our tree, go-pear.php
	- Remove unused code.
	- Prevent deprecated warnings on PHP 5.3.x.

PEAR 1.9.4:

Release date: 2011-07-07 00:27 UTC
Release state: stable

Changelog:

Bug Fixes:

* Bug #17350: "pear install --force" doesn't uninstall files from previous pkg
  versions [dufuz]
* Bug #18362: A whitespace TEMP_DIR path breaks install/upgrade functionality
  [dufuz]
* Bug #18440: bad tmp folder path on install : Unable to create path for
  C:/Program/tmp [dufuz]
* Bug #18581: "config-get -c" not returning channel's configuration when using
  alias [dufuz]
* Bug #18639: regression: installing xdebug fails most likely due to another
  fix [dufuz]

Features

* All System (the class) functions can now take in spaced paths as long as
  they are surrounded in quotes.
  Prior to this it was possible to do that by passing all values in as an
  array (by product of #18362, #18440)
2011-08-20 14:02:29 +00:00
taca
9fa309d76f - php-5.3.7. 2011-08-20 13:56:12 +00:00
taca
99d55b4580 Note update of lang/php53 package to 5.3.7. 2011-08-20 13:55:58 +00:00
taca
833643857c Update php53 package to 5.3.7.
PHP 5.3.7 Released!

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

Security Enhancements and Fixes in PHP 5.3.7:

* Updated crypt_blowfish to 1.2. (CVE-2011-2483)
* Fixed crash in error_log(). Reported by Mateusz Kocielski
* Fixed buffer overflow on overlog salt in crypt().
* Fixed bug #54939 (File path injection vulnerability in RFC1867 File upload
  filename). Reported by Krzysztof Kotowicz. (CVE-2011-2202)
* Fixed stack buffer overflow in socket_connect(). (CVE-2011-1938)
* Fixed bug #54238 (use-after-free in substr_replace()). (CVE-2011-1148)

Key enhancements in PHP 5.3.7 include:

* Upgraded bundled Sqlite3 to version 3.7.7.1
* Upgraded bundled PCRE to version 8.12
* Fixed bug #54910 (Crash when calling call_user_func with unknown function
  name)

* Fixed bug #54585 (track_errors causes segfault)
* Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)
* Fixed a crash inside dtor for error handling
* Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)
* Fixed bug #54935 php_win_err can lead to crash
* Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)
* Fixed bug #54580 (get_browser() segmentation fault when browscap ini
  directive is set through php_admin_value)
* Fixed bug #54529 (SAPI crashes on apache_config.c:197)
* Fixed bug #54283 (new DatePeriod(NULL) causes crash).
* Fixed bug #54269 (Short exception message buffer causes crash)
* Fixed Bug #54221 (mysqli::get_warnings segfault when used in multi queries)
* Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters)
* Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and
  SplTempFileObject crash when user-space classes don't call the parent
  constructor)
* Fixed bug #54292 (Wrong parameter causes crash in
  SplFileObject::__construct())
* Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting
  with \0)
* Fixed bug #54281 (Crash in non-initialized RecursiveIteratorIterator)
* Fixed bug #54623 (Segfault when writing to a persistent socket after closing
  a copy of the socket)
* Fixed bug #54681 (addGlob() crashes on invalid flags)
* Over 80 other bug fixes.
2011-08-20 13:55:09 +00:00
taca
afc53ae4d2 Add ad hoc change to fix build problem with X11_TYPE == "modular". 2011-08-20 13:53:23 +00:00
taca
0105b8b9c7 Note update of lang/ruby19-base package to 1.9.2pl290nb1. 2011-08-20 13:52:25 +00:00
taca
2b3b58da3e * Use the same condition as ruby18-base, about use of
--enable-wide-getaddrinfo.
* Remove utimensat(2) hack since it was temporary (short life)
  NetBSD current's problem.

Bump PKGREVISION.
2011-08-20 13:51:29 +00:00
tnn
2bcd3db01d Bump revision due to xulrunner dependency name change. 2011-08-20 13:44:01 +00:00
tnn
ddc87b6dc3 Switch dependency to xulrunner192 and bump PKGREVISION. 2011-08-20 13:17:59 +00:00
tnn
0cb59b51f2 Bump revision due to dependency name change. 2011-08-20 13:10:25 +00:00
tnn
bff81ac0df Fix build of legacy mozilla packages and rename the PKGBASE
to facilitate coinstallation with current packages.
2011-08-20 13:05:49 +00:00
obache
048316c904 Updated misc/yelp to 2.30.2nb5 2011-08-20 08:42:07 +00:00