Commit graph

2921 commits

Author SHA1 Message Date
rillig
9b2970ab94 Make the package pass the check-headers test. The ${HOME} that appears
in the macros will be expanded later.
2006-11-10 20:04:26 +00:00
kristerw
d2d3ad28bb Add pgtclng. 2006-11-07 21:04:13 +00:00
jdolecek
bc0360c8b0 Update lang/php5 to 5.2.0.
Changes since 5.1.6:

The key features of PHP 5.2.0 include:
* New memory manager for the Zend Engine with improved performance and a more
  accurate memory usage tracking.
* Input filtering extension was added and enabled by default.
* JSON extension was added and enabled by default.
* ZIP extension for creating and editing zip files was introduced.
* Hooks for tracking file upload progress were introduced.
* Introduced E_RECOVERABLE_ERROR error mode.
* Introduced DateTime and DateTimeZone objects with methods to manipulate
  date/time information.
* Upgraded bundled SQLite, PCRE libraries.
* Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows
  installations.
* Many performance improvements.
* Over 200 bug fixes.

Security Enhancements and Fixes in PHP 5.2.0:
* Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep
  track of character set encoding whenever possible.
* Added allow_url_include, set to Off by default to disallow use of URLs
  for include and require.
* Disable realpath cache when open_basedir and safe_mode are being used.
* Improved safe_mode enforcement for error_log() function.
* Fixed a possible buffer overflow in the underlying code responsible
  for htmlspecialchars() and htmlentities() functions.
* Added missing safe_mode and open_basedir checks for the cURL extension.
* Fixed overflow is str_repeat() & wordwrap() functions on 64bit machines.
* Fixed handling of long paths inside the tempnam() function.
* Fixed safe_mode/open_basedir checks for session.save_path, allowing them
  to account for extra parameters.
* Fixed ini setting overload in the ini_restore() function.

For a full list of changes in PHP 5.2.0, see the ChangeLog:
	http://www.php.net/ChangeLog-5.php#5.2.0

Also other notable extensions changes:
* filePRO extension removed (not in PECL yet, php-filepro disabled for PHP5)
* JSON added (not enabled by default, packaged in php-json)
* filter added (enabled by default)
* wddx rewritten to native libxml2, fixing several encoding bugs
2006-11-06 22:06:35 +00:00
jdolecek
5231b1238f mark as broken similarily to php-odbc 2006-11-06 21:36:14 +00:00
joerg
5ade59fdaf DESTDIR support. 2006-11-05 17:42:30 +00:00
tron
3e0d77ac5a Update "phpmyadmin" package to version 2.9.0.3. This version fixes the
XSS vulnerability reported in PMASA-2006-6.
2006-11-04 15:50:37 +00:00
is
74caeb9b75 Next Generation of TCL interface to PostgreSQL. 2006-11-03 15:10:11 +00:00
obache
940412b660 Update qdbm and related packages to 1.8.74.
Changes:
2006-11-02  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	- A bug related to optimization on Intel Mac series was escaped.
	- Release: 1.8.74
2006-11-03 06:07:43 +00:00
bad
ab8e046b16 Get rid of xmysql. It hasn't been maintained for years and it wasn't
very useful back when I imported it.
2006-11-01 16:39:19 +00:00
ghen
41e1b2bf5e Fix PLIST, bump PKGREVISION. 2006-10-31 10:12:00 +00:00
obache
5f5cacdbb7 Upate qdbm and sub packages to 1.8.73.
Changes:
2006-10-06  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	- A bug related to BZIP2 encoding was fixed.
	- Release: 1.8.73
2006-10-29 14:00:08 +00:00
schwarz
580fd77aac added patches for IRIX 5 2006-10-28 07:45:51 +00:00
rillig
8b6502f214 This package contains a Perl script, but it is not as important to
justify a dependency on Perl. To make the check-interpreter test pass,
I've removed the x-bit from the file.
2006-10-22 09:32:53 +00:00
rillig
ee3fc5cf3c Fixed "test ==". 2006-10-22 07:01:38 +00:00
he
4737219785 This package actually also needs p5-version. 2006-10-21 20:00:45 +00:00
jdolecek
18d897a5e4 Mark as broken - unixodbc is threaded and if the module is enabled
in php.ini, this causes quick crash for Apache1 or CLI/CGI PHP
2006-10-20 21:53:33 +00:00
obache
5623a75c85 Add two official patches. Bump pkgrevision.
3. Fix a bug where cursor lookups on secondary databases with off-page
   duplicates could fail. [#14240]
4. Fix a bug where cache buffer retrieval could race with a checkpoint call,
   potentially causing database environment recovery to fail. [#14657]
2006-10-20 13:00:35 +00:00
obache
8fe838ec6b Berkeley DB now on Oracle. 2006-10-20 12:32:07 +00:00
obache
9fde05ea65 Update qdbm and sub packages to 1.8.72.
Changes:
2006-10-06  Mikio Hirabayashi

	- The utility API was enhanced.
	- Release: 1.8.72
2006-10-19 13:59:47 +00:00
adam
939fca8005 Changes 7.4.14:
* Fix core dump when an untyped literal is taken as ANYARRAY
* Fix string_to_array() to handle overlapping matches for the
  separator string
  For example, string_to_array('123xx456xxx789', 'xx').
* Fix corner cases in pattern matching for psql's \d commands
* Fix index-corrupting bugs in /contrib/ltree (Teodor)
* Fix backslash escaping in /contrib/dbmirror
* Adjust regression tests for recent changes in US DST laws
2006-10-18 19:24:07 +00:00
adam
8bb1bfb5ec Changes 1.2.0:
- A major revision of memory management to limit memory usage by slon
  daemons.
- Log switching: periodically
- pg_listener is now used dramatically less than it used to be, which
  diminishes the number of dead tuples you will find in this table.
- DDL scripts are broken into individual statements
- Slony-I tables are now marked "WITHOUT OIDS" so that they do not
  consume OIDS.
- When possible (based on log switching functionality), partial
  indexes on sl_log_1 and sl_log_2 are created on a per-origin-node
  basis.
- More...
2006-10-18 18:53:03 +00:00
adam
6ef002b81b Changes 8.0.9:
* Fix crash when referencing NEW row values in rule WHERE expressions
  (Tom)
* Fix core dump when an untyped literal is taken as ANYARRAY
* Fix mishandling of AFTER triggers when query contains a SQL
  function returning multiple rows (Tom)
* Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause
  (Tom)
* Fix string_to_array() to handle overlapping matches for the
  separator string
  For example, string_to_array('123xx456xxx789', 'xx').
* Fix corner cases in pattern matching for psql's \d commands
* Fix index-corrupting bugs in /contrib/ltree (Teodor)
* Numerous robustness fixes in ecpg (Joachim Wieland)
* Fix backslash escaping in /contrib/dbmirror
* Fix instability of statistics collection on Win32 (Tom, Andrew)
* Fixes for AIX and Intel compilers (Tom)
2006-10-18 18:38:57 +00:00
adam
2d6b1efeb4 Changes 8.1.5:
* Disallow aggregate functions in "UPDATE" commands, except within
  sub-SELECTs (Tom)
  The behavior of such an aggregate was unpredictable, and in 8.1.X
  could cause a crash, so it has been disabled. The SQL standard does
  not allow this either.
* Fix core dump when an untyped literal is taken as ANYARRAY
* Fix core dump in duration logging for extended query protocol when
  a "COMMIT" or "ROLLBACK" is executed
* Fix mishandling of AFTER triggers when query contains a SQL
  function returning multiple rows (Tom)
* Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause
  (Tom)
* Fix string_to_array() to handle overlapping matches for the
  separator string
  For example, string_to_array('123xx456xxx789', 'xx').
* Fix to_timestamp() for AM/PM formats (Bruce)
* Fix autovacuum's calculation that decides whether "ANALYZE" is
  needed (Alvaro)
* Fix corner cases in pattern matching for psql's \d commands
* Fix index-corrupting bugs in /contrib/ltree (Teodor)
* Numerous robustness fixes in ecpg (Joachim Wieland)
* Fix backslash escaping in /contrib/dbmirror
* Minor fixes in /contrib/dblink and /contrib/tsearch2
* Efficiency improvements in hash tables and bitmap index scans (Tom)
* Fix instability of statistics collection on Win32 (Tom, Andrew)
* Fix statement_timeout to use the proper units on Win32 (Bruce)
  In previous Win32 8.1.X versions, the delay was off by a factor of
  100.
* Fixes for MSVC and Borland C++ compilers (Hiroshi Saito)
* Fixes for AIX and Intel compilers (Tom)
2006-10-18 16:31:24 +00:00
ben
6a0cfb68e8 Disable i386 assembly optimizations on Darwin to fix a build failure. 2006-10-18 13:22:04 +00:00
martti
4d3704622b Updated databases/p5-Data-Table to 1.50
* bug fixes
2006-10-16 09:24:54 +00:00
seb
592c18c976 Fixed "test ==". 2006-10-15 22:25:41 +00:00
salo
4db1fe9de5 regen. 2006-10-15 08:59:37 +00:00
salo
332eea34b1 missing rcsid. (hi xtraeme!) 2006-10-15 08:58:15 +00:00
xtraeme
f6ba2ed96b regen with right checksums. 2006-10-14 18:46:51 +00:00
xtraeme
12846e7b06 Update to the long awaited 5.0.26 release, codenamed "houston we have
a problem with vulnerabilities".

Please see the following URLs for changes:

http://dev.mysql.com/doc/refman/5.0/en/news-5-0-26.html
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-25.html

Two patches were sent upstream, I hope to get them in the next version.
2006-10-14 18:41:34 +00:00
tron
d7e9555c5f Update "phpmyadmin" package to version 2.9.0.2.
Changes since version 2.8.2.4:
- Fixed for security vulnerability reported in PMASA-2006-5
- New export options
- A lot of bug fixes
2006-10-14 11:22:32 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
rillig
015567427b Fixed "test ==". 2006-10-14 01:55:03 +00:00
rillig
ad09b32466 Fixed "test ==". 2006-10-11 19:08:02 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
minskim
a59f5b7328 Update ruby-activerecord to 1.14.4, which is used by Ruby on Rails 1.1.6.
Too many changes since 1.12.1.  See ${RUBY_DOCDIR}/activerecord/CHANGELOG
for the complete list.
2006-10-09 06:17:20 +00:00
rillig
b53bfa612e Fixed "test ==". 2006-10-08 13:29:06 +00:00
rillig
07a9c07ce2 Fixed a "test ==" in the configure script. Fixed some pkglint warnings. 2006-10-05 01:24:32 +00:00
wiz
18e3283474 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
obache
e5006bb750 Update qdbm and sub packages to 1.8.71.
Changes:
2006-08-24  Mikio Hirabayashi

	- Makefile was modified to assure portability.
	- Silent flag was added to the C++ API, the Java API, and the Ruby API.
	- Release: 1.8.71
2006-10-01 07:48:38 +00:00
dsainty
4354bb1be8 Pull in security/openssl/buildlink3.mk.
libgnomedb_entry_builtin_plugins.so.4.0.0 links with libssl, and if
PREFER.openssl=pkgsrc then it should link with Pkgsrc libssl.  Without
including security/openssl, it links with /usr/lib/libssl.so instead.
2006-09-22 15:08:09 +00:00
drochner
3a47727b31 add INSTALL/DEINSTALL scripts to create a symlink /usr/lib/nss_XXX.so.0
so that the nss plugin is found by programs,
addresses PR pkg/34285 by Frank Kruchio,
bump PKGREVISIONs
2006-09-21 18:06:18 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
wiz
c1919db099 Add missing files to PLIST. Bump PKGREVISION. 2006-09-16 10:19:03 +00:00
taca
aecdd49bd3 - Use "--with-mysql-config" option to CONFIGURE_ARGS.
- Include my_global.h header to make sure to define "ulong" on FreeBSD
  and DragonFly BSD.

Bump PKGREVISION.
2006-09-13 13:12:54 +00:00
wiz
9abd53a612 Update to 0.63:
For Release 0.63
----------------

 - Better GUI (Vivien)
 - Added support for table creation, destruction and renaming, and for column
   addition and removal (Vivien)
 - Fixed #316627 (Joseph)
 - Fixed #329939 (Thomas)
 - Fixed #327161 (Vivien)
 - Translations:
	- new Finnish translation (Ilkka Tuohela)
	- new Basque translation (Iñaki Larrañaga)
	- new Galician translation (Ignacio Casal Quinteiro)
	- new Chinese (Hong Kong, Taiwan) translation (Chao-Hsiung)
	- removed the obsolete no translation (Kjartan Maraas)
	- vi (Clytie)
	- ca (Josep)
	- nb (Kjartan)
	- fr (Marc-André)
	- ja (Satoru)
	- ru (Valek)
	- es (Francisco Javier)
	- de (Hendrik)
	- pt_BR (Raphael, Marco)
	- en_CA (Adam)
	- nl (Vincent)
	- cs (Miloslav)
2006-09-11 17:07:48 +00:00
wiz
8354380a93 Update to 1.9.103:
libgnomedb 1.9.103, 2006-09-03
------------------------------

 - Re-implement the plugin feature for custom GnomeDbDataEntry widgets
   and GtkCellRenderer objects (Vivien)
 - Better integration with Glade-3 (Daniel Espinosa)
 - Enable table contents modifications in the browser (Carlos)
 - Improved testing program (Vivien)
 - New widget to represent DDL queries in a generic way (from
   each provider's specifications) (Vivien)
 - Fixed #336982 (Thomas)
 - Bug fixes
 - Translations:
	- new Lithuanian (lt) translation (Gintautas Miliauskas)
	- removed the obsolete no translation (Kjartan Maraas)
	- vi (Clytie)
	- fi (Ilkka)
	- zh_HK, zh_TW (Chao-Hsiung Liao)
	- eu (Iñaki)
	- nb (Kjartan Maraas)
	- es (Francisco Javier)
	- fr (Marc-André Lureau)
	- ru (Nickolay)
	- de (Hendrik)
2006-09-11 17:07:19 +00:00
wiz
292a96f6be Update to 1.9.103:
libgda 1.9.103, 2006-09-03
--------------------------
 - Added Data Definition queries to be handled by the providers as no SQL standard exists
   in this area (for the PostgreSQL, MySQL and SQLite providers which now implement database
   creation and destruction, table creation and destruction, table renaming, and column addition
   and removal) (Vivien, Bas)
 - Reworked the database creation and destruction in a simpler way, and updated the API (Vivien)
 - Improved the MDB (MS Access) provider (Vivien)
 - GdaDict now uses a generic and extensible way of storing lists of objects it manages (Vivien)
 - Specifications required to declare a new data source are now translatable (Vivien)
 - Connections can now easily be opened without requiring to create a data source first (Vivien)
 - Lots of documentation update
 - Better usage of DTDs (Vivien)
 - More consistant API (Murray, Vivien)
 - Removed usage of GdaValue in favor of GValue
 - Fixed bugs #329930, #337986, #338081, #328418, #319948, #332556, #337497 (Chris,
   Thierry)
 - Many bug fixes and small improvements (Murray, Rodrigo)
 - Translations:
	- new Lithuanian (lt) translation (Gintautas Miliauskas)
	- vi (Clytie)
	- fi (Ilkka)
	- zh_HK, zh_TW (Chao-Hsiung Liao)
	- eu (Iñaki)
	- nb (Kjartan Maraas)
	- es (Francisco Javier)
	- fr (Marc-André Lureau)
	- ru (Valek Filippov)
	- de (Hendrik Richter)
	- nl (Vincent van Adrighem)
	- it (Marco Ciampa)
2006-09-11 17:06:48 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
taca
39a1b534b3 Sort PLIST. 2006-09-07 15:51:25 +00:00