Commit graph

2830 commits

Author SHA1 Message Date
rillig
ff59a4c806 Fixed the path to the Perl interpreter in one file. Bumped PKGREVISION. 2006-07-12 11:56:05 +00:00
sketch
84d3809112 Solaris fixes:
- Pass appropriate flags to SunPro compiler to work with Solaris 9 and below
    for threading model used.

  - Pass one directory at a time to `install -d'.
2006-07-10 20:16:53 +00:00
wiz
f976139e99 Update to 0.18:
shared-mime-info 0.18 (2006-07-03)

* Mime-type Changes:
- Add *.qtl to video/quicktime
- Add *.wax to audio/x-ms-asx
- Add *.mpga to audio/mpeg
- Add audio/x-ms-wma (Windows Media Audio)
- Add application/xspf+xml (XSPF playlist)
- Add a lot of subclassing information
- Fix the RSS mime-types
- Fix *.asx files' mime-type
- Avoid audio/x-ms-asx files being detected as HTML
- Avoid application/pdf files being detected as Matlab documents
- Clarify C, C++, C# and ObjC mime-types

* New translations:
- Danish
2006-07-10 17:42:19 +00:00
drochner
ba6274a2f8 Tell about the gramps2 releases, suggested by Greg Troxel per PM. 2006-07-09 16:57:26 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
tron
b0f573372c Update "phpmyadmin" package to version 2.8.2.
Changes since version 2.8.0.4:
- XSS vulnerability from requests not containing a token
- Reenable XML option in Export
- State in documentation that your browser must accept cookies
- CVS link was broken on main page
- Adding a user with password containing a backslash
- Removing a default value
- Setup script: compatibility with security tokens
- Setup script: detection of writable config
- Reading the database list with MySQL wildcards
2006-07-08 10:26:29 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
jlam
8766e88011 Reorder sections to more closely follow pkgsrc Makefile guidelines. 2006-07-07 21:51:05 +00:00
jlam
dd1f473273 Make this package PKGMANDIR-aware. 2006-07-07 21:49:38 +00:00
minskim
5b97fbfb3c Set USE_JAVA=run because this package needs JRE only. 2006-07-07 04:35:21 +00:00
minskim
612807ecc0 Set USE_JAVA=run because this package downloads a .jar file. 2006-07-07 04:34:27 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
ghen
98b0bf653a The ldapi:// socket file lives in ${OPENLDAP_VARDIR}/run, so that directory
should be world-accessible.  Bump PKGREVISION.
2006-07-04 06:42:52 +00:00
joerg
b8a862d8ee Fix path in patch. 2006-06-30 11:22:04 +00:00
minskim
49f2e22345 Add link options to avoid "Undefined symbols" on Darwin. 2006-06-26 21:23:47 +00:00
rillig
7a292fa1e3 The package works for me, so remove the BROKEN_IN. 2006-06-26 09:54:45 +00:00
rillig
05cf9f8da2 Added patch-ae, which fixes the java-db3 build with jdk-1.5. 2006-06-26 09:53:56 +00:00
joerg
6bd5acc1f7 Needs GNU make. 2006-06-24 09:14:56 +00:00
joerg
5fa06cb559 Force a dependency on the PostgreSQL server. Add DragonFly support.
Bump revision.
2006-06-20 21:14:12 +00:00
seb
83499fbef4 Update mysql4-client and mysql4-server to version 4.1.20.
Most notably this version includes fixes for
http://secunia.com/advisories/20365/
and
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2006-0903

The fix for the latter was provided in PR pkg/33616 by Cedric
Devillers, cedric dot devillers at script dottt univ-paris7 dot fr,
and is not part of the upstream version 4.1.20.

* Changes since last packaged version (4.1.19)
(see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-20.html for me details):

This is a security fix release for the previous production release
family.  This release includes the security fix described later in
this section and a few other changes to resolve build problems,
relative to the last official MySQL release (4.1.19).

Bugs fixed:
- Security fix: An SQL-injection security hole has been found in
multi-byte encoding processing. The bug was in the server, incorrectly
parsing the string escaped with the mysql_real_escape_string() C
API function. (CVE-2006-2753, Bug#8378)
 This vulnerability was discovered and reported by Josh Berkus
 <josh@postgresql.org> and Tom Lane <tgl@sss.pgh.pa.us> as part of
 the inter-project security collaboration of the OSDB consortium.
- The patch for Bug#8303 broke the fix for Bug#8378 and was undone.
(In string literals with an escape character (\) followed by a
multi-byte character that has a second byte of (\), the literal
was not interpreted correctly. The next byte now is escaped, not
the entire multi-byte character. This means it a strict reverse of
the mysql_real_escape_string() function.)
- The client libraries had not been compiled for position-indpendent
code on Solaris-SPARC and AMD x86_64 platforms. (Bug#13159, Bug#14202,
Bug#18091)
- Running myisampack followed by myisamchk with the --unpack option
would corrupt the auto_increment key. (Bug#12633)
2006-06-19 07:52:59 +00:00
rillig
d6da1e6cb1 Fixed the paths to the Perl interpreter, which is needed for bulk builds
with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
2006-06-18 12:02:00 +00:00
rillig
9c8533ec5a Fixed pkglint warnings. 2006-06-16 10:58:23 +00:00
rillig
baa657e28b BUILD_DEFS+= APACHE_USER. Bumped PKGREVISION. Sorted PLIST. 2006-06-16 10:58:08 +00:00
rillig
313392adb0 Fixed pkglint notes. 2006-06-16 09:36:19 +00:00
rillig
4e1a202a9e Fixed pkglint warnings. 2006-06-16 09:34:40 +00:00
rillig
683d99d674 Fixed pkglint warnings. 2006-06-16 09:32:33 +00:00
rillig
1814ae748d Fixed a typo (CONFLICTS). 2006-06-16 09:30:59 +00:00
rillig
88b6c946cd Fixed pkglint warnings, including some copy&paste errors. 2006-06-16 09:12:35 +00:00
jlam
e811379bc2 Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.
2006-06-15 22:13:58 +00:00
jlam
827643d4bb Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.
This avoids the need for a confusing line of the form:

	DEINSTALL_TEMPLATE+=	path/to/INSTALL

in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
2006-06-15 20:40:15 +00:00
adrianp
33e1f01e80 Update to 4.81
Fixed variable ref errors in adodb-ado5.inc.php in _query().
Mysqli setcharset fix using method_exists().
The adodb-perf.inc.php CreateLogTable() code now works for user-defined table names.
Error in ibase_blob_open() fixed. See
http://phplens.com/lens/lensforum/msgs.php?id=14997

Active Record
============
Now we only update fields that have changed, using $this->_original.
We do not include auto_increment fields in replace(). Thx Travis Cline
Added ADODB_ACTIVE_CACHESECS.
2006-06-11 14:21:31 +00:00
darcy
ac0e8c908d Update package to 3.8.1.
Mostly bug fixes from 3.8.

- Use string methods instead of deprecated string functions.
- Only use SQL-standard way of escaping quotes.
- Added the functions escape_string() and escape/unescape_bytea()
  (as suggested by Charlie Dyson and Kavous Bojnourdi a long time ago).
- Reverted code in clear() method that set date to current.
- Added code for backwards compatibility in OID munging code.
- Reorder attnames tests so that "interval" is checked for before "int."
- If caller supplies key dictionary, make sure that all has a namespace.
2006-06-11 00:58:39 +00:00
rillig
ff4ae6f635 Removed the leading "@" from a shell command line to fix pkglint warnings. 2006-06-08 15:31:08 +00:00
ghen
782296405b "make test" only makes sense for openldap-server with bdb/hdb enabled. 2006-06-08 15:30:03 +00:00
joerg
e536d722c6 Needs Python 2.2+ 2006-06-08 12:22:17 +00:00
joerg
85eaf6b8a2 Needs msgfmt. 2006-06-08 09:56:43 +00:00
joerg
acb064a9b9 Needs msgfmt. 2006-06-08 09:47:58 +00:00
joerg
2f446c9a16 py-postgressql dependency needs Python 2.2+ 2006-06-07 16:55:34 +00:00
ghen
433e0511d1 Upgrade the openldap packages to 2.3.24, the new "stable" release.
Changes since 2.3.23:
* Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567)
* Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552)
* Re-fixed slapd-ldap improper free bug in exop (ITS#4550)
* Fixed slapd-ldif assert bug (ITS#4568)
* Fixed slapo-syncprov crash under glued database (ITS#4562)

Note that since the clients and libraries didn't change, openldap-server still
depends on openldap-client>=2.3.23 (to ease updates of client applications).
2006-06-07 15:48:29 +00:00
joerg
95c5d410d2 pgaccess was removed yesterday. 2006-06-07 14:03:46 +00:00
joerg
de916195b9 Needs Python 2.2+ 2006-06-07 12:54:55 +00:00
adam
2aecc23eb2 Fix build on Darwin/MacOSX 2006-06-07 08:27:04 +00:00
jklos
490aef7c55 Added Darwin to the list of OSes which shouldn't try to build MySQL using
i386 assembler.
2006-06-06 21:18:55 +00:00
joerg
6cfcc80369 Remove PostgreSQL 7.3 and pgaccess. 2006-06-06 19:17:05 +00:00
joerg
d1de29fc9c Unhook PostgreSQL 7.3 for removal. 2006-06-06 19:16:20 +00:00
joerg
a130ccfbdf Needs Python 2.2+ 2006-06-06 17:02:19 +00:00
joerg
25020695c0 Uses C++. 2006-06-06 14:56:20 +00:00
minskim
e470f086df USE_LANGUAGES+=c++ 2006-06-05 18:06:42 +00:00
joerg
5fe074f21e Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:52 +00:00