summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-15This package uses ${PATCH} explicitly.jlam1-1/+3
2005-05-15whitespace nitsjlam1-9/+9
2005-05-15This package uses ${PATCH}.jlam1-1/+2
2005-05-15Avoid crazy YACC hacks when using the new tools framework.jlam2-2/+10
2005-05-15If we're using xpkgwedge, we need to force using pkgxmkmf so that wejlam1-17/+17
pick up the xpkgwedge imake config files.
2005-05-15TODO: Update the binary bootstrap kits.rillig1-1/+4
2005-05-15Don't fix packages if pkglint reports false warnings, fix pkglint instead.rillig1-4/+2
2005-05-15Note update of databases/p5-perl-ldap to version 0.32.02 (upstream versionseb1-1/+2
is 0.3202) [lots of bugfixes and a couples of enhancements]
2005-05-15Update to version 0.3202 as package version 0.32.02.seb2-11/+14
Package change: convert to the options framework. Changes since last packaged version (0.30): perl-ldap 0.3202 -- Mon Jul 19 11:44:08 BST 2004 Bug Fixes * Fixed case typo in Makefile.PL perl-ldap 0.3201 -- Wed Jul 14 21:52:59 BST 2004 Bug Fixes * Fixed dependancies in Makefile.PL perl-ldap 0.32 -- Bug Fixes * Documentation updates * Fixed LDIF output from ldapsearch command * Return an error if no filter is passed to Net::LDAP::filter->parse * Fixed bug handling comments in LDIF parser * Fix to ldapsearch for passing scope with -s * Do not send a fake userid in SASL binds * Net::LDAP::Schema->parse() now returns undef on errors Enhancements * Added supportedFeatures to the default list of attributes fetched by ->root_dse * Added option to sort attributes in LDIF output, with objectclass being first floowed by all other attributes in alphabetical order * Add escape/unescape filters/DN utility functions * Added support for reading LDIF URL attributes using file:// * The socket created by new can now be bound to a local address & port * Any controls returned by the server with each entry as a result from a search are now available in the callback function * Added classes for EntryChange, PersistentSearch and ManageDsaIT controls * Allow options passed to Net::LDAP::Entry-.update to be passed to the Net::LDAP method that is finally called perl-ldap 0.31 1 Jan 2004 ========================== * Fixed bug that could cause methods to return an integer instead of an object * Fixed bug causing Schema.pm to ignore superior classes that had no attributes * Documentation updates * Updates to LDIF module
2005-05-15- Add a note in the Makefile about upgrading this package.adrianp1-1/+5
2005-05-15- Note bugzilla updateadrianp1-1/+2
2005-05-15- Update to 2.18.1adrianp5-35/+40
- Two "Information Disclosure" security bugs fixed - From the ChangeLog: > + You can now enter a negative time for "Hours Worked" > in the time-tracking area. (Bug 271276) > > + The BugMail.pm customization required for Windows (as > described in the Bugzilla Guide) now actually works. (Bug 280911) > > + Users who were using Bugzilla 2.8 can now successfully upgrade > to 2.18.1 (they couldn't upgrade to 2.18). (Bug 283403) > > + Dependency mails are now properly sent during a mass-change of bugs. > (Bug 178157)
2005-05-15mention recent workdrochner1-1/+8
2005-05-15add dependency on suse_x11jdolecek1-1/+2
pointed out by Bernd Ernesti
2005-05-15Remove some local declarations which breaks compilation on DragonFly.bouyer2-3/+19
Patch provided by Joerg Sonnenberger in private mail.
2005-05-15update to 2.0.1drochner2-6/+6
changes: -translation updates -bugfixes
2005-05-15import gimp-color-manager-0.1.1, a plugin to apply ICC profilesdrochner5-0/+43
2005-05-15Note update of mathomatic.minskim1-1/+2
2005-05-15Update mathomatic to 12.3.2.minskim2-6/+6
Code cleanup and documentation improvements.
2005-05-15It is ymessenger-0.93.0-1.i386.rpm and not ./ymessenger-0.93.0-1.i386.rpmveego1-4/+4
2005-05-15It is clearsilver-0.9.14.tar.gz and not ./clearsilver-0.9.14.tar.gzveego1-4/+4
2005-05-15It is aim-1.5.286-1.i386.rpm and not ./aim-1.5.286-1.i386.rpmveego1-4/+4
2005-05-15It is opera-8.0-20050415.1-static-qt.i386-en.rpm and notveego1-3/+3
./opera-8.0-20050415.1-static-qt.i386-en.rpm
2005-05-15Note update of sylpheed-devel.chris1-1/+2
2005-05-15Update sylpheed-devel to 1.9.10, main changes are:chris2-6/+6
* The summary view was reimplemented using GtkTreeView. * The performance of the update of the statusbar was improved. * The CRAM-MD5 is preferred now on IMAP4 automatic authentication. * Messages selected with 'View/Go to' will not open now if the message view is hidden. * The default message font was changed to Monospace 12. * A redraw problem of the text view on smooth scroll was fixed. * Several bugs of the folder view were fixed. Note that there are a few issues with this release (as reported on the sylpheed list, eg columns in the summary view aren't resizable)
2005-05-15Note update of postgresql80* to 8.0.3.recht1-1/+4
2005-05-15Update to PostgreSQL 8.0.3recht2-16/+9
This release contains a variety of fixes from 8.0.2, including several security-related issues. __________________________________________________________________ Migration to version 8.0.3 A dump/restore is not required for those running 8.0.X. However, it is one possible way of handling two significant security problems that have been found in the initial contents of 8.0.X system catalogs. A dump/initdb/reload sequence using 8.0.3's initdb will automatically correct these problems. The larger security problem is that the built-in character set encoding conversion functions can be invoked from SQL commands by unprivileged users, but the functions were not designed for such use and are not secure against malicious choices of arguments. The fix involves changing the declared parameter list of these functions so that they can no longer be invoked from SQL commands. (This does not affect their normal use by the encoding conversion machinery.) The lesser problem is that the "contrib/tsearch2" module creates several functions that are misdeclared to return internal when they do not accept internal arguments. This breaks type safety for all functions using internal arguments. It is strongly recommended that all installations repair these errors, either by initdb or by following the manual repair procedure given below. The errors at least allow unprivileged database users to crash their server process, and may allow unprivileged users to gain the privileges of a database superuser. If you wish not to do an initdb, perform the same manual repair procedures shown in the 7.4.8 release notes. __________________________________________________________________ Changes * Change encoding function signature to prevent misuse * Change "contrib/tsearch2" to avoid unsafe use of INTERNAL function results * Guard against incorrect second parameter to record_out * Repair ancient race condition that allowed a transaction to be seen as committed for some purposes (eg SELECT FOR UPDATE) slightly sooner than for other purposes This is an extremely serious bug since it could lead to apparent data inconsistencies being briefly visible to applications. * Repair race condition between relation extension and VACUUM This could theoretically have caused loss of a page's worth of freshly-inserted data, although the scenario seems of very low probability. There are no known cases of it having caused more than an Assert failure. * Fix comparisons of TIME WITH TIME ZONE values The comparison code was wrong in the case where the --enable-integer-datetimes configuration switch had been used. NOTE: if you have an index on a TIME WITH TIME ZONE column, it will need to be "REINDEX"ed after installing this update, because the fix corrects the sort order of column values. * Fix EXTRACT(EPOCH) for TIME WITH TIME ZONE values * Fix mis-display of negative fractional seconds in INTERVAL values This error only occurred when the --enable-integer-datetimes configuration switch had been used. * Fix pg_dump to dump trigger names containing % correctly (Neil) * Still more 64-bit fixes for "contrib/intagg" * Prevent incorrect optimization of functions returning RECORD * Prevent crash on COALESCE(NULL,NULL) * Fix Borland makefile for libpq * Fix "contrib/btree_gist" for timetz type (Teodor) * Make "pg_ctl" check the PID found in "postmaster.pid" to see if it is still a live process * Fix "pg_dump"/"pg_restore" problems caused by addition of dump timestamps * Fix interaction between materializing holdable cursors and firing deferred triggers during transaction commit * Fix memory leak in SQL functions returning pass-by-reference data types pkgsrc specific change: Instead of setting CONFIGURE_ART let configure find the template to use iteself.
2005-05-15Rename BASENAME to BD_BASENAME to fix clashes with ${BASENAME} from pkgsrc/mkveego3-8/+8
2005-05-15Fixed shell quoting.rillig1-2/+2
2005-05-15We only need gzcat when requested by the extract and patch phases, orjlam1-5/+5
if the package itself requests it.
2005-05-15Use ${GZCAT} instead of ${GUNZIP_CMD} -c. The former is more succinct,jlam1-2/+2
and is recognized by the tools framework automatically.
2005-05-15gzcat is needed, so note it as such for the new tools framework.jlam4-5/+8
2005-05-15distfiles that end in .Z require gzcat as part of the extraction process.jlam1-2/+3
2005-05-15Old versions of pax-as-tar don't do the right thing when invoked asjlam1-1/+8
"gtar". Force the gtar in the tools directory to be a wrapper script so that we invoke the (possibly) pax-as-tar as "tar".
2005-05-15Change the PLIST_SUBST called "NOT_SUNOS" into two differentreed3-6/+16
definitions for libsane-pint and libsane-sm3600. Because under Linux, libsane-pint is also not installed (like on Solaris) but libsane-sm3600 is installed (like NetBSD). Also add PLIST.Linux to add libsane-qcam, libsane-v4l la files and config files. (The man pages were already installed.) Sorry, I did not test on Solaris, but did test on NetBSD 1.6.2_STABLE and Linux. TODO: make this package honor PKG_SYSCONFDIR instead of hard-coded ${PREFIX}/etc and use CONF_FILES too.
2005-05-15Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a publicly-readable value.jlam1-4/+4
2005-05-15note update of mozilla & mozilla-gtk2 to 1.7.8taya1-1/+3
2005-05-15Update mozilla & mozilla-gtk2 to 1.7.8taya6-21/+18
This is a security fix release. Fixed vulnerabilities are follows: MFSA 2005-44 Privilege escalation via non-DOM property overrides MFSA 2005-43 "Wrapped" javascript: urls bypass security checks MFSA 2005-42 Code execution via javascript: IconURL
2005-05-15Added a restriction that PKGNAME must match ^[A-Za-z0-9][A-Za-z0-9-_.+]*$.rillig1-5/+8
The only current package that does not match this restriction is x11/kde3-i18n-sr_Latn.
2005-05-15Updated pkglint to 4.14. Added the -Wno-sort command line option. Removedrillig1-1/+2
dependency on Packages.txt (by wiz). Added some variables to the list of deprecated variables.
2005-05-15Added a command line option to disable warnings on unsorted things likerillig4-17/+24
PLISTs and SUBDIRs in category Makefiles. The default behavior is unchanged. Updated the man pages. Bumped PKGREVISION.
2005-05-15Mention that it is also helpful for providing definitions andreed1-1/+4
functions missing from other Unix platforms.
2005-05-15Add "devel" to categories.reed1-2/+2
2005-05-15Make implementation match documentation for when a wrapper is created andjlam1-8/+11
when a symlink is created.
2005-05-15Updated abcde to 2.2.6snj1-1/+2
2005-05-15Update to 2.2.6. Closes PR pkg/29463.snj4-28/+36
Set NORMALIZE to "normalize" by default, to match what is installed by pkgsrc/audio/normalize. This fixes part of PR pkg/29755. This release brings various bugfixes and small features. Check the included changelog for details.
2005-05-14Applied the "detab" tab->space conversion.rillig11-124/+124
2005-05-14Added a "detab" target that replaces <tab> characters inside therillig1-1/+17
<programlisting> tag with an appropriate number of space characters. This is needed for TeX.
2005-05-14We also need a patch tool if there are patches for the package injlam1-7/+3
${LOCALPATCHES}.
2005-05-14Add the *cat tools needed by the patch phase to output the contents ofjlam1-15/+21
distribution patches to stdout.