summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-05-22Pullup ticket #3182 - requested by adamtron6-14/+40
databases/postgresql82: security update databases/postgresql82-adminpack: security update databases/postgresql82-client: security update databases/postgresql82-plperl: security update databases/postgresql82-plpython: security update databases/postgresql82-pltcl: security update databases/postgresql82-server: security update databases/postgresql82-tsearch2: security update Revisions pulled up: - databases/postgresql82-client/Makefile 1.15 - databases/postgresql82-client/PLIST 1.20 - databases/postgresql82-client/buildlink3.mk 1.7 - databases/postgresql82-server/PLIST 1.13 - databases/postgresql82/Makefile.common 1.21 - databases/postgresql82/distinfo 1.20 - databases/postgresql82/patches/patch-ad 1.4 --- Module Name: pkgsrc Committed By: adam Date: Thu May 20 12:36:15 UTC 2010 Modified Files: pkgsrc/databases/postgresql82: Makefile.common distinfo pkgsrc/databases/postgresql82-client: Makefile PLIST buildlink3.mk pkgsrc/databases/postgresql82-server: PLIST Added Files: pkgsrc/databases/postgresql82/patches: patch-ad Log Message: Changes 8.2.17: * Enforce restrictions in plperl using an opmask applied to the whole interpreter, instead of using "Safe.pm" * Prevent PL/Tcl from executing untrustworthy code from pltcl_modules * Fix possible crash if a cache reset message is received during rebuild of a relcache entry * Do not allow an unprivileged user to reset superuser-only parameter settings * Avoid possible crash during backend shutdown if shutdown occurs when a CONTEXT addition would be made to log entries * Update pl/perl's "ppport.h" for modern Perl versions * Fix assorted memory leaks in pl/python * Prevent infinite recursion in psql when expanding a variable that refers to itself * Fix psql's \copy to not add spaces around a dot within \copy (select ...) * Ensure that "contrib/pgstattuple" functions respond to cancel interrupts promptly * Make server startup deal properly with the case that shmget() returns EINVAL for an existing shared memory segment * Avoid possible crashes in syslogger process on Windows * Deal more robustly with incomplete time zone information in the Windows registry * Update the set of known Windows time zone names * Update time zone data files to tzdata release 2010j for DST law changes in Argentina, Australian Antarctic, Bangladesh, Mexico, Morocco, Pakistan, Palestine, Russia, Syria, Tunisia; also historical corrections for Taiwan. Also, add PKST (Pakistan Summer Time) to the default set of timezone abbreviations.
2010-05-22Pullup ticket #3182 - requested by adamtron6-14/+38
databases/postgresql83: security update databases/postgresql83-adminpack: security update databases/postgresql83-client: security update databases/postgresql83-plperl: security update databases/postgresql83-plpython: security update databases/postgresql83-pltcl: security update databases/postgresql83-server: security update Revisions pulled up: - databases/postgresql83-client/Makefile 1.15 - databases/postgresql83-client/buildlink3.mk 1.4 - databases/postgresql83-server/PLIST 1.11 - databases/postgresql83/Makefile.common 1.12 - databases/postgresql83/distinfo 1.12 - databases/postgresql83/patches/patch-ad 1.4 --- Module Name: pkgsrc Committed By: adam Date: Thu May 20 12:36:28 UTC 2010 Modified Files: pkgsrc/databases/postgresql83: Makefile.common distinfo pkgsrc/databases/postgresql83-client: Makefile buildlink3.mk pkgsrc/databases/postgresql83-server: PLIST Added Files: pkgsrc/databases/postgresql83/patches: patch-ad Log Message: Changes 8.3.11: * Enforce restrictions in plperl using an opmask applied to the whole interpreter, instead of using "Safe.pm" * Prevent PL/Tcl from executing untrustworthy code from pltcl_modules * Fix possible crash if a cache reset message is received during rebuild of a relcache entry * Apply per-function GUC settings while running the language validator for the function * Do not allow an unprivileged user to reset superuser-only parameter settings * Avoid possible crash during backend shutdown if shutdown occurs when a CONTEXT addition would be made to log entries * Ensure the archiver process responds to changes in archive_command as soon as possible * Update pl/perl's "ppport.h" for modern Perl versions * Fix assorted memory leaks in pl/python * Prevent infinite recursion in psql when expanding a variable that refers to itself * Fix psql's \copy to not add spaces around a dot within \copy (select ...) * Fix unnecessary "GIN indexes do not support whole-index scans" errors for unsatisfiable queries using "contrib/intarray" operators * Ensure that "contrib/pgstattuple" functions respond to cancel interrupts promptly * Make server startup deal properly with the case that shmget() returns EINVAL for an existing shared memory segment * Avoid possible crashes in syslogger process on Windows * Deal more robustly with incomplete time zone information in the Windows registry * Update the set of known Windows time zone names * Update time zone data files to tzdata release 2010j for DST law changes in Argentina, Australian Antarctic, Bangladesh, Mexico, Morocco, Pakistan, Palestine, Russia, Syria, Tunisia; also historical corrections for Taiwan. Also, add PKST (Pakistan Summer Time) to the default set of timezone abbreviations.
2010-05-22Pullup ticket #3182 - requested by adamtron10-18/+65
databases/postgresql84-client: security update databases/postgresql84-plperl: security update databases/postgresql84-plpython: security update databases/postgresql84-pltcl: security update databases/postgresql84-server: security update databases/postgresql84: security update Revisions pulled up: - databases/postgresql84-client/Makefile 1.8 - databases/postgresql84-client/PLIST 1.6 - databases/postgresql84-client/buildlink3.mk 1.3 - databases/postgresql84-plperl/PLIST 1.3 - databases/postgresql84-plpython/PLIST 1.3 - databases/postgresql84-pltcl/PLIST 1.3 - databases/postgresql84-server/PLIST 1.5 - databases/postgresql84/Makefile.common 1.6 - databases/postgresql84/distinfo 1.5 - databases/postgresql84/patches/patch-ad 1.3 --- Module Name: pkgsrc Committed By: adam Date: Thu May 20 12:36:39 UTC 2010 Modified Files: pkgsrc/databases/postgresql84: Makefile.common distinfo pkgsrc/databases/postgresql84-client: Makefile PLIST buildlink3.mk pkgsrc/databases/postgresql84-plperl: PLIST pkgsrc/databases/postgresql84-plpython: PLIST pkgsrc/databases/postgresql84-pltcl: PLIST pkgsrc/databases/postgresql84-server: PLIST Added Files: pkgsrc/databases/postgresql84/patches: patch-ad Log Message: Changes 8.4.4: * Enforce restrictions in plperl using an opmask applied to the whole interpreter, instead of using "Safe.pm" * Prevent PL/Tcl from executing untrustworthy code from pltcl_modules * Fix data corruption during WAL replay of ALTER ... SET TABLESPACE * Fix possible crash if a cache reset message is received during rebuild of a relcache entry * Apply per-function GUC settings while running the language validator for the function * Do constraint exclusion for inherited "UPDATE" and "DELETE" target tables when constraint_exclusion = partition * Do not allow an unprivileged user to reset superuser-only parameter settings * Avoid possible crash during backend shutdown if shutdown occurs when a CONTEXT addition would be made to log entries * Fix erroneous handling of %r parameter in recovery_end_command * Ensure the archiver process responds to changes in archive_command as soon as possible * Fix pl/pgsql's CASE statement to not fail when the case expression is a query that returns no rows * Update pl/perl's "ppport.h" for modern Perl versions * Fix assorted memory leaks in pl/python * Handle empty-string connect parameters properly in ecpg * Prevent infinite recursion in psql when expanding a variable that refers to itself * Fix psql's \copy to not add spaces around a dot within \copy (select ...) * Avoid formatting failure in psql when running in a locale context that doesn't match the client_encoding * Fix unnecessary "GIN indexes do not support whole-index scans" errors for unsatisfiable queries using "contrib/intarray" operators * Ensure that "contrib/pgstattuple" functions respond to cancel interrupts promptly * Make server startup deal properly with the case that shmget() returns EINVAL for an existing shared memory segment * Avoid possible crashes in syslogger process on Windows * Deal more robustly with incomplete time zone information in the Windows registry * Update the set of known Windows time zone names * Update time zone data files to tzdata release 2010j for DST law changes in Argentina, Australian Antarctic, Bangladesh, Mexico, Morocco, Pakistan, Palestine, Russia, Syria, Tunisia; also historical corrections for Taiwan. Also, add PKST (Pakistan Summer Time) to the default set of timezone abbreviations.
2010-05-20Pullup ticket #3127 - requested by teztron3-4/+24
security/mit-krb5: security patch Revisions pulled up: - security/mit-krb5/Makefile 1.49 - security/mit-krb5/distinfo 1.25 - security/mit-krb5/patches/patch-bx 1.1 --- Module Name: pkgsrc Committed By: tez Date: Thu May 20 14:21:23 UTC 2010 Modified Files: pkgsrc/security/mit-krb5: Makefile distinfo Added Files: pkgsrc/security/mit-krb5/patches: patch-bx Log Message: fix CVE-2010-1321 (MITKRB5-SA-2010-005) and take maintainership
2010-05-20Pullup tickets #3126 and #3127.tron1-1/+5
2010-05-20Pullup ticket #3126 - requested by marttitron8-31/+32
mail/clamav: bug fix update Revisions pulled up: - mail/clamav/Makefile 1.103 - mail/clamav/PLIST 1.25 - mail/clamav/distinfo 1.64 - mail/clamav/patches/patch-aa 1.21 - mail/clamav/patches/patch-ac 1.8 - mail/clamav/patches/patch-ad 1.21 - mail/clamav/patches/patch-af 1.12 - mail/clamav/patches/patch-ag 1.5 --- Module Name: pkgsrc Committed By: martti Date: Thu May 20 07:47:45 UTC 2010 Modified Files: pkgsrc/mail/clamav: Makefile PLIST distinfo pkgsrc/mail/clamav/patches: patch-aa patch-ac patch-ad patch-af patch-ag Log Message: Updated mail/clamav to 0.96.1 * Lots of bug fixes
2010-05-18Pullup ticket #3125.tron1-1/+3
2010-05-18Pullup ticket #3125 - requested by tacatron1-2/+4
www/typolight28: bug fix Revisions pulled up: - www/typolight28/Makefile 1.8 --- Module Name: pkgsrc Committed By: taca Date: Tue May 18 12:52:01 UTC 2010 Modified Files: pkgsrc/www/typolight28: Makefile Log Message: Copy some missing configuration files from example directory. It should make FancyUpload work. Bump PKGREVISION.
2010-05-17Pullup tickets #3123 and #3124.tron1-1/+5
2010-05-17Pullup ticket #3124 - requested by teztron6-3/+130
graphics/dvipng: security patch Revisions pulled up: - graphics/dvipng/Makefile 1.12 - graphics/dvipng/distinfo 1.3 - graphics/dvipng/patches/patch-aa 1.1 - graphics/dvipng/patches/patch-ab 1.1 - graphics/dvipng/patches/patch-ac 1.1 - graphics/dvipng/patches/patch-ad 1.1 --- Module Name: pkgsrc Committed By: tez Date: Mon May 17 20:21:39 UTC 2010 Modified Files: pkgsrc/graphics/dvipng: Makefile distinfo Added Files: pkgsrc/graphics/dvipng/patches: patch-aa patch-ab patch-ac patch-ad Log Message: CVE-2010-0829 fix from https://bugzilla.redhat.com/show_bug.cgi?id=573999
2010-05-17Pullup ticket #3123 - requested by tacatron2-7/+6
www/geeklog: security update Revisioned pulled up: - www/geeklog/Makefile 1.27 - www/geeklog/distinfo 1.13 --- Module Name: pkgsrc Committed By: taca Date: Mon May 17 15:46:38 UTC 2010 Modified Files: pkgsrc/www/geeklog: Makefile distinfo Log Message: Update geeklog package to 1.6.1.1 (1.6.1sr1). May 9, 2010 (1.6.1sr1) ------------ This release addresses the following security issue: The autologin (using the long-term session cookie) is vulnerable to dictionary attacks. This issue was originally reported by Bookoo of the Nine Situations Group in one of his reports in April 2009 but apparently overlooked by the Geeklog Team. Thanks to geeklog.net user Jack for pointing this out.
2010-05-17Pullup ticket #3118.tron1-1/+3
2010-05-17Pullup ticket #3118 - requested by markdtron4-3/+92
net/kdenetwork4: security patch Revisions pulled up: - net/kdenetwork4/Makefile 1.10 via patch - net/kdenetwork4/distinfo 1.9 via patch - net/kdenetwork4/patches/patch-ba 1.1 via patch - net/kdenetwork4/patches/patch-bb 1.1 via patch --- Subject: CVS commit: pkgsrc/net/kdenetwork4 Date: Monday 17 May 2010, 09:21:39 From: Mark Davies <markd@netbsd.org> To: pkgsrc-changes@netbsd.org Module Name: pkgsrc Committed By: markd Date: Sun May 16 21:21:39 UTC 2010 Modified Files: pkgsrc/net/kdenetwork4: Makefile distinfo Added Files: pkgsrc/net/kdenetwork4/patches: patch-ba patch-bb patch-bc patch-bd Log Message: Fix from KDE security advisory 20100513-1.
2010-05-16Pullup tickets #3116 and #3117.tron1-1/+5
2010-05-16Pullup ticket #3117 - requested by heinztron2-7/+7
misc/esniper: compatibilty update Revisions pulled up: - misc/esniper/Makefile 1.19 - misc/esniper/distinfo 1.15 --- Module Name: pkgsrc Committed By: heinz Date: Sun May 16 15:05:08 UTC 2010 Modified Files: pkgsrc/misc/esniper: Makefile distinfo Log Message: Updated to version 2.23.0 Pkgsrc changes: - none Changes since version 2.22.0: ============================= 2010-05-15 * 2.23.0 released * Fixed -m option (thanks, deadolus!) 2010-05-14 * Fixed bug 3001249: bid history parsing bug
2010-05-16Pullup ticket #3116 - requested by wiztron1-1/+4
sysutils/bacula: portability fix Revisions pulled up: - sysutils/bacula/Makefile.common 1.55 --- Module Name: pkgsrc Committed By: wiz Date: Sun May 16 13:08:11 UTC 2010 Modified Files: pkgsrc/sysutils/bacula: Makefile.common Log Message: Disable extattr on DragonFly. From Jan Lentfer in PR 43312.
2010-05-14Pullup ticket #3115.tron1-1/+3
2010-05-14Pullup ticket #3115 - requested by wiztron2-6/+6
net/tor: bug fix update Revisions pulled up: - net/tor/Makefile 1.73 - net/tor/distinfo 1.42 --- Module Name: pkgsrc Committed By: wiz Date: Thu May 13 19:42:09 UTC 2010 Modified Files: pkgsrc/net/tor: Makefile distinfo Log Message: Update to 0.2.1.26, from maintainer Christian Sturm in PR 43302: Changes in version 0.2.1.26 - 2010-05-02 Tor 0.2.1.26 addresses the recent connection and memory overload problems we've been seeing on relays, especially relays with their DirPort open. If your relay has been crashing, or you turned it off because it used too many resources, give this release a try. This release also fixes yet another instance of broken OpenSSL libraries that was causing some relays to drop out of the consensus. o Major bugfixes: - Teach relays to defend themselves from connection overload. Relays now close idle circuits early if it looks like they were intended for directory fetches. Relays are also more aggressive about closing TLS connections that have no circuits on them. Such circuits are unlikely to be re-used, and tens of thousands of them were piling up at the fast relays, causing the relays to run out of sockets and memory. Bugfix on 0.2.0.22-rc (where clients started tunneling their directory fetches over TLS). - Fix SSL renegotiation behavior on OpenSSL versions like on Centos that claim to be earlier than 0.9.8m, but which have in reality backported huge swaths of 0.9.8m or 0.9.8n renegotiation behavior. Possible fix for some cases of bug 1346. - Directory mirrors were fetching relay descriptors only from v2 directory authorities, rather than v3 authorities like they should. Only 2 v2 authorities remain (compared to 7 v3 authorities), leading to a serious bottleneck. Bugfix on 0.2.0.9-alpha. Fixes bug 1324. o Minor bugfixes: - Finally get rid of the deprecated and now harmful notion of "clique mode", where directory authorities maintain TLS connections to every other relay. o Testsuite fixes: - In the util/threads test, no longer free the test_mutex before all worker threads have finished. Bugfix on 0.2.1.6-alpha. - The master thread could starve the worker threads quite badly on certain systems, causing them to run only partially in the allowed window. This resulted in test failures. Now the master thread sleeps occasionally for a few microseconds while the two worker-threads compete for the mutex. Bugfix on 0.2.0.1-alpha.
2010-05-13pullup #3114spz1-2/+4
2010-05-13Pullup ticket 3114 - requested by tronspz2-5/+5
security update Revisions pulled up: - pkgsrc/net/wireshark/Makefile 1.44 - pkgsrc/net/wireshark/distinfo 1.30 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Thu May 13 07:03:22 UTC 2010 Modified Files: pkgsrc/net/wireshark: Makefile distinfo Log Message: Update "wireshark" package to version 1.2.8. Changes since 1.2.7: - The following vulnerabilities have been fixed. See the security advisory for details and a workaround. o The DOCSIS dissector could crash. (Bug 4644), (bug 4646) --> Versions affected: 0.9.6 to 1.0.12, 1.2.0 to 1.2.7 - The following bugs have been fixed: o HTTP parser limits with Content-Length. (Bug 1958) o MATE dissector bug with GOGs. (Bug 3010) o Changing fonts and deleting system time from preferences, results in wireshark crash. (Bug 3387) o ERF file starting with record with timestamp=3D0,1 or 2 not recognized as ERF file. (Bug 4503) o The SSL dissector can not correctly resemple SSL records when the record header is spit between packets. (Bug 4535) o TCP reassembly can call subdissector with incorrect TCP sequence number. (Bug 4624) o PTP dissector displays big correction field values wrong. (Bug 4635) o MSF is at Anthorn, not Rugby. (Bug 4678) o ProtoField __tostring() description is missing in Wireshark's Lua API Reference Manual. (Bug 4695) o EVRC packet bundling not handled correctly. (Bug 4718) o Completely unresponsive when run very first time by root user. (Bug 4308) - Updated Protocol Support: DOCSIS, HTTP, SSL - Updated Capture File Support: ERF, PacketLogger. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/wireshark/distinfo
2010-05-12Pullup ticket #3113.tron1-1/+27
2010-05-12Pullup ticket #3113 - requested by spz:tron38-612/+136
databases/postgresql82: security update databases/postgresql82-adminpack: security update databases/postgresql82-client: security update databases/postgresql82-plperl: security update databases/postgresql82-plpython: security update databases/postgresql82-pltcl: security update databases/postgresql82-server: security update databases/postgresql82-tsearch2: security update databases/postgresql83: security update databases/postgresql83-adminpack: security update databases/postgresql83-client: security update databases/postgresql83-plperl: security update databases/postgresql83-plpython: security update databases/postgresql83-pltcl: security update databases/postgresql83-server: security update databases/postgresql84: security update databases/postgresql84-adminpack: security update databases/postgresql84-client: security update databases/postgresql84-plperl: security update databases/postgresql84-plpython: security update databases/postgresql84-pltcl: security update databases/postgresql84-server: security update databases/postgresql82: security update databases/postgresql83: security update databases/postgresql84: security update Revisions pulled up: - databases/postgresql82-adminpack/Makefile 1.8 - databases/postgresql82-client/Makefile 1.13 - databases/postgresql82-client/PLIST 1.18 - databases/postgresql82-plperl/Makefile 1.10 - databases/postgresql82-plpython/Makefile 1.10 - databases/postgresql82-pltcl/Makefile 1.7 - databases/postgresql82-server/Makefile 1.11 - databases/postgresql82-server/PLIST 1.12 - databases/postgresql82-tsearch2/Makefile 1.8 - databases/postgresql82/Makefile.common 1.19-1.20 - databases/postgresql82/distinfo 1.19 - databases/postgresql82/patches/patch-ad delete - databases/postgresql82/patches/patch-ae delete - databases/postgresql83-adminpack/Makefile 1.4 - databases/postgresql83-client/Makefile 1.13-1.14 - databases/postgresql83-client/PLIST 1.12 - databases/postgresql83-plperl/Makefile 1.6 - databases/postgresql83-plpython/Makefile 1.7 - databases/postgresql83-pltcl/Makefile 1.4 - databases/postgresql83-server/Makefile 1.11 - databases/postgresql83-server/PLIST 1.10 - databases/postgresql83/Makefile.common 1.10-1.11 - databases/postgresql83/distinfo 1.11 - databases/postgresql83/patches/patch-ad delete - databases/postgresql83/patches/patch-ae delete - databases/postgresql84-adminpack/Makefile 1.3 - databases/postgresql84-client/Makefile 1.6-1.7 - databases/postgresql84-client/PLIST 1.5 - databases/postgresql84-plperl/Makefile 1.3 - databases/postgresql84-plpython/Makefile 1.4 - databases/postgresql84-pltcl/Makefile 1.3 - databases/postgresql84-server/Makefile 1.7 - databases/postgresql84-server/PLIST 1.4 - databases/postgresql84/Makefile.common 1.4-1.5 - databases/postgresql84/distinfo 1.4 - databases/postgresql84/patches/patch-ad delete - databases/postgresql84/patches/patch-ae delete - databases/postgresql84/patches/patch-ai 1.2 --- Module Name: pkgsrc Committed By: adam Date: Mon Apr 12 09:58:39 UTC 2010 Modified Files: pkgsrc/databases/postgresql84: Makefile.common distinfo pkgsrc/databases/postgresql84-adminpack: Makefile pkgsrc/databases/postgresql84-client: Makefile pkgsrc/databases/postgresql84-plperl: Makefile pkgsrc/databases/postgresql84-plpython: Makefile pkgsrc/databases/postgresql84-pltcl: Makefile pkgsrc/databases/postgresql84-server: Makefile PLIST pkgsrc/databases/postgresql84/patches: patch-ai Removed Files: pkgsrc/databases/postgresql84/patches: patch-ad patch-ae Log Message: Changes 8.4.3: * Add new configuration parameter ssl_renegotiation_limit to control how often we do session key renegotiation for an SSL connection * Fix possible deadlock during backend startup * Fix possible crashes due to not handling errors during relcache reload cleanly * Fix possible crash due to use of dangling pointer to a cached plan * Fix possible crash due to overenthusiastic invalidation of cached plan for "ROLLBACK" * Fix possible crashes when trying to recover from a failure in subtransaction start * Fix server memory leak associated with use of savepoints and a client encoding different from server's encoding * Fix incorrect WAL data emitted during end-of-recovery cleanup of a GIST index page split * Fix bug in WAL redo cleanup method for GIN indexes * Fix incorrect comparison of scan key in GIN index search * Make substring() for bit types treat any negative length as meaning "all the rest of the string" The previous coding treated only -1 that way, and would produce an invalid result value for other negative values, possibly leading to a crash (CVE-2010-0442). * Fix integer-to-bit-string conversions to handle the first fractional byte correctly when the output bit width is wider than the given integer by something other than a multiple of 8 bits * Fix some cases of pathologically slow regular expression matching * Fix bug occurring when trying to inline a SQL function that returns a set of a composite type that contains dropped columns * Fix bug with trying to update a field of an element of a composite-type array column * Avoid failure when "EXPLAIN" has to print a FieldStore or assignment ArrayRef expression These cases can arise now that "EXPLAIN VERBOSE" tries to print plan node target lists. * Avoid an unnecessary coercion failure in some cases where an undecorated literal string appears in a subquery within "UNION"/"INTERSECT"/"EXCEPT" This fixes a regression for some cases that worked before 8.4. * Avoid undesirable rowtype compatibility check failures in some cases where a whole-row Var has a rowtype that contains dropped columns * Fix the STOP WAL LOCATION entry in backup history files to report the next WAL segment's name when the end location is exactly at a segment boundary * Always pass the catalog ID to an option validator function specified in "CREATE FOREIGN DATA WRAPPER" * Fix some more cases of temporary-file leakage * Add support for doing FULL JOIN ON FALSE * Improve constraint exclusion processing of boolean-variable cases, in particular make it possible to exclude a partition that has a "bool_column = false" constraint * Prevent treating an INOUT cast as representing binary compatibility * Include column name in the message when warning about inability to grant or revoke column-level privileges This is more useful than before and helps to prevent confusion when a "REVOKE" generates multiple messages, which formerly appeared to be duplicates. * When reading "pg_hba.conf" and related files, do not treat @something as a file inclusion request if the @ appears inside quote marks; also, never treat @ by itself as a file inclusion request * Prevent infinite loop on some platforms if a directory is named as an inclusion target in "pg_hba.conf" and related files * Fix possible infinite loop if SSL_read or SSL_write fails without setting errno This is reportedly possible with some Windows versions of openssl. * Disallow GSSAPI authentication on local connections, since it requires a hostname to function correctly * Protect ecpg against applications freeing strings unexpectedly * Make ecpg report the proper SQLSTATE if the connection disappears * Fix translation of cell contents in psql \d output * Fix psql's numericlocale option to not format strings it shouldn't in latex and troff output formats * Fix a small per-query memory leak in psql * Make psql return the correct exit status (3) when ON_ERROR_STOP and --single-transaction are both specified and an error occurs during the implied "COMMIT" * Fix pg_dump's output of permissions for foreign servers * Fix possible crash in parallel pg_restore due to out-of-range dependency IDs * Fix plpgsql failure in one case where a composite column is set to NULL * Fix possible failure when calling PL/Perl functions from PL/PerlU or vice versa * Add volatile markings in PL/Python to avoid possible compiler-specific misbehavior * Ensure PL/Tcl initializes the Tcl interpreter fully The only known symptom of this oversight is that the Tcl clock command misbehaves if using Tcl 8.5 or later. * Prevent ExecutorEnd from being run on portals created within a failed transaction or subtransaction This is known to cause issues when using "contrib/auto_explain". * Prevent crash in "contrib/dblink" when too many key columns are specified to a dblink_build_sql_* function * Allow zero-dimensional arrays in "contrib/ltree" operations * Fix assorted crashes in "contrib/xml2" caused by sloppy memory management * Make building of "contrib/xml2" more robust on Windows * Fix race condition in Windows signal handling One known symptom of this bug is that rows in pg_listener could be dropped under heavy load. * Make the configure script report failure if the C compiler does not provide a working 64-bit integer datatype This case has been broken for some time, and no longer seems worth supporting, so just reject it at configure time instead. * Update time zone data files to tzdata release 2010e for DST law changes in Bangladesh, Chile, Fiji, Mexico, Paraguay, Samoa. --- Module Name: pkgsrc Committed By: taca Date: Thu Apr 15 03:25:25 UTC 2010 Modified Files: pkgsrc/databases/postgresql84-client: Makefile PLIST Log Message: Add missing some documentation files to PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: adam Date: Mon Apr 12 09:53:50 UTC 2010 Modified Files: pkgsrc/databases/postgresql83: Makefile.common distinfo pkgsrc/databases/postgresql83-adminpack: Makefile pkgsrc/databases/postgresql83-client: Makefile pkgsrc/databases/postgresql83-plperl: Makefile pkgsrc/databases/postgresql83-plpython: Makefile pkgsrc/databases/postgresql83-pltcl: Makefile pkgsrc/databases/postgresql83-server: Makefile PLIST Removed Files: pkgsrc/databases/postgresql83/patches: patch-ad patch-ae Log Message: Changes 8.3.10: * Add new configuration parameter ssl_renegotiation_limit to control how often we do session key renegotiation for an SSL connection * Fix possible deadlock during backend startup * Fix possible crashes due to not handling errors during relcache reload cleanly * Fix possible crash due to use of dangling pointer to a cached plan * Fix possible crashes when trying to recover from a failure in subtransaction start * Fix server memory leak associated with use of savepoints and a client encoding different from server's encoding * Fix incorrect WAL data emitted during end-of-recovery cleanup of a GIST index page split * Make substring() for bit types treat any negative length as meaning "all the rest of the string" The previous coding treated only -1 that way, and would produce an invalid result value for other negative values, possibly leading to a crash (CVE-2010-0442). * Fix integer-to-bit-string conversions to handle the first fractional byte correctly when the output bit width is wider than the given integer by something other than a multiple of 8 bits * Fix some cases of pathologically slow regular expression matching * Fix assorted crashes in xml processing caused by sloppy memory management * Fix bug with trying to update a field of an element of a composite-type array column * Fix the STOP WAL LOCATION entry in backup history files to report the next WAL segment's name when the end location is exactly at a segment boundary * Fix some more cases of temporary-file leakage This corrects a problem introduced in the previous minor release. One case that failed is when a plpgsql function returning set is called within another function's exception handler. * Improve constraint exclusion processing of boolean-variable cases, in particular make it possible to exclude a partition that has a "bool_column = false" constraint * When reading "pg_hba.conf" and related files, do not treat @something as a file inclusion request if the @ appears inside quote marks; also, never treat @ by itself as a file inclusion request * Prevent infinite loop on some platforms if a directory is named as an inclusion target in "pg_hba.conf" and related files * Fix possible infinite loop if SSL_read or SSL_write fails without setting errno This is reportedly possible with some Windows versions of openssl. * Disallow GSSAPI authentication on local connections, since it requires a hostname to function correctly * Make ecpg report the proper SQLSTATE if the connection disappears * Fix psql's numericlocale option to not format strings it shouldn't in latex and troff output formats * Make psql return the correct exit status (3) when ON_ERROR_STOP and --single-transaction are both specified and an error occurs during the implied "COMMIT" * Fix plpgsql failure in one case where a composite column is set to NULL * Fix possible failure when calling PL/Perl functions from PL/PerlU or vice versa * Add volatile markings in PL/Python to avoid possible compiler-specific misbehavior * Ensure PL/Tcl initializes the Tcl interpreter fully The only known symptom of this oversight is that the Tcl clock command misbehaves if using Tcl 8.5 or later. * Prevent crash in "contrib/dblink" when too many key columns are specified to a dblink_build_sql_* function * Allow zero-dimensional arrays in "contrib/ltree" operations * Fix assorted crashes in "contrib/xml2" caused by sloppy memory management * Make building of "contrib/xml2" more robust on Windows * Fix race condition in Windows signal handling One known symptom of this bug is that rows in pg_listener could be dropped under heavy load. * Update time zone data files to tzdata release 2010e for DST law changes in Bangladesh, Chile, Fiji, Mexico, Paraguay, Samoa. --- Module Name: pkgsrc Committed By: taca Date: Thu Apr 15 03:25:05 UTC 2010 Modified Files: pkgsrc/databases/postgresql83-client: Makefile PLIST Log Message: Add missing some documentation files to PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: adam Date: Mon Apr 12 09:48:49 UTC 2010 Modified Files: pkgsrc/databases/postgresql82: Makefile.common distinfo pkgsrc/databases/postgresql82-adminpack: Makefile pkgsrc/databases/postgresql82-client: Makefile PLIST pkgsrc/databases/postgresql82-plperl: Makefile pkgsrc/databases/postgresql82-plpython: Makefile pkgsrc/databases/postgresql82-pltcl: Makefile pkgsrc/databases/postgresql82-server: Makefile PLIST pkgsrc/databases/postgresql82-tsearch2: Makefile Removed Files: pkgsrc/databases/postgresql82/patches: patch-ad patch-ae Log Message: Changes 8.2.16: * Add new configuration parameter ssl_renegotiation_limit to control how often we do session key renegotiation for an SSL connection * Fix possible deadlock during backend startup * Fix possible crashes due to not handling errors during relcache reload cleanly * Fix possible crashes when trying to recover from a failure in subtransaction start * Fix server memory leak associated with use of savepoints and a client encoding different from server's encoding * Fix incorrect WAL data emitted during end-of-recovery cleanup of a GIST index page split * Make substring() for bit types treat any negative length as meaning "all the rest of the string" The previous coding treated only -1 that way, and would produce an invalid result value for other negative values, possibly leading to a crash (CVE-2010-0442). * Fix integer-to-bit-string conversions to handle the first fractional byte correctly when the output bit width is wider than the given integer by something other than a multiple of 8 bits * Fix some cases of pathologically slow regular expression matching * Fix the STOP WAL LOCATION entry in backup history files to report the next WAL segment's name when the end location is exactly at a segment boundary * Fix some more cases of temporary-file leakage * Improve constraint exclusion processing of boolean-variable cases, in particular make it possible to exclude a partition that has a "bool_column = false" constraint * When reading "pg_hba.conf" and related files, do not treat @something as a file inclusion request if the @ appears inside quote marks; also, never treat @ by itself as a file inclusion request * Prevent infinite loop on some platforms if a directory is named as an inclusion target in "pg_hba.conf" and related files * Fix possible infinite loop if SSL_read or SSL_write fails without setting errno This is reportedly possible with some Windows versions of openssl. * Fix psql's numericlocale option to not format strings it shouldn't in latex and troff output formats * Make psql return the correct exit status (3) when ON_ERROR_STOP and --single-transaction are both specified and an error occurs during the implied "COMMIT" * Fix plpgsql failure in one case where a composite column is set to NULL * Fix possible failure when calling PL/Perl functions from PL/PerlU or vice versa * Add volatile markings in PL/Python to avoid possible compiler-specific misbehavior * Ensure PL/Tcl initializes the Tcl interpreter fully The only known symptom of this oversight is that the Tcl clock command misbehaves if using Tcl 8.5 or later. * Prevent crash in "contrib/dblink" when too many key columns are specified to a dblink_build_sql_* function * Fix assorted crashes in "contrib/xml2" caused by sloppy memory management * Make building of "contrib/xml2" more robust on Windows * Fix race condition in Windows signal handling One known symptom of this bug is that rows in pg_listener could be dropped under heavy load. * Update time zone data files to tzdata release 2010e for DST law changes in Bangladesh, Chile, Fiji, Mexico, Paraguay, Samoa. --- Module Name: pkgsrc Committed By: adam Date: Fri Apr 23 16:03:24 UTC 2010 Modified Files: pkgsrc/databases/postgresql82: Makefile.common pkgsrc/databases/postgresql83: Makefile.common pkgsrc/databases/postgresql84: Makefile.common Log Message: Fixed meta package building
2010-05-11Pullup ticket #3111.tron1-1/+3
2010-05-11Pullup ticket #3111 - requested by tacatron1-1/+2
www/typolight27-example: build fix Revisions pulled up: - www/typolight27-example/Makefile 1.4 --- Module Name: pkgsrc Committed By: taca Date: Tue May 11 13:28:46 UTC 2010 Modified Files: pkgsrc/www/typolight27-example: Makefile Log Message: Add DIST_SUBDIR to match typolight27's update.
2010-05-09pullup #3108spz1-1/+4
2010-05-09Pullup ticket 3108 - requested by tez and tronspz5-8/+49
security update Revisions pulled up: - pkgsrc/mail/fetchmail/Makefile 1.173 - pkgsrc/mail/fetchmail/distinfo 1.43 - pkgsrc/mail/fetchmailconf/Makefile 1.79 Files added: pkgsrc/mail/fetchmail/MESSAGE pkgsrc/mail/fetchmail/patches/patch-aa ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tez Date: Sat May 8 15:34:59 UTC 2010 Modified Files: pkgsrc/mail/fetchmail: Makefile distinfo Added Files: pkgsrc/mail/fetchmail: MESSAGE Log Message: Update to 6.3.17 per PR#43269 fetchmail-6.3.17 (released 2010-05-06, 25767 LoC): # SECURITY FIX * CVE-2010-1167: Fetchmail before release 6.3.17 did not properly sanitize external input (mail headers and UID). When a multi-character locale (such as # FEATURES * Fetchmail now supports a --sslcertfile <file> option to specify a "CA bundle" file (a file that contains trusted CA certificates). Since these bundled CA files do not require c_rehash to be run, they are easier to use and immune to OpenSSL library updates that affect the hash function. * Fetchmail now supports a FETCHMAIL_INCLUDE_DEFAULT_X509_CA_CERTS environment variable to force loading the default SSL CA certificate locations even if --sslcertfile or --sslcertpath is used. If neither option is in effect, fetchmail loads the default locations. # REGRESSION FIX * Fix string handling in rcfile scanner, which caused fetchmail to misparse a run control file in certain circumstances. Fixes BerliOS bug #14257. Patch by Michael Banack. This fixes a regression introduced before 6.3.0. # BUG FIXES * Plug memory leak when using a "defaults" entry in the run control file. * Do not print SSL certificate mismatches unless verbose or --sslcertck is enabled. * Do not lose "set invisible" in fetchmailconf. (Michael Barnack) # CHANGES * Usability: SSL certificate chains are fully printed in -v -v mode, and there are now helpful pointers to --sslcertpath and c_rehash for "unable to get local issuer certificate" and self-signed certificates -- these usually hint to missing root signing CAs in the certs directory. * Several fixes for compiler (GCC, Intel C++, CLang) and autotools warnings * Memory allocation failures will now cause abnormal program abort (SIGABRT), no longer an exit with unspecified code. # DOCUMENTATION * Fix table of global option to read "set softbounce" where there used to be a 2nd copy of "set spambounce". Patch by Michael Banack, BerliOS Bug #17067. * In the --sslcertpath description, mention that OpenSSL upgrade (and a 0.9.X to 1.0.0 upgrade in particular) may require running c_rehash. # TRANSLATION UPDATES [zh_CN] Chinese/simplified (Ji Zheng-Yu) [cs] Czech (Petr Pisar) [nl] Dutch (Erwin Poeze) [fr] French (Fr\xc3<A9>d\xc3<A9>ric Marchal) [de] German [id] Indonesian (Andhika Padmawan) [it] Italian (Vincenzo Campanella) [ja] Japanese (Takeshi Hamasaki) [pl] Polish (Jakub Bogusz) [sk] Slovak (Marcel Telka) [vi] Vietnamese (Clytie Siddall) # KNOWN BUGS AND WORKAROUNDS: (this section floats upwards through the NEWS file so it stays with the current release information - however, it was stuck with 6.3.8 for a while) * fetchmail does not handle messages without Message-ID header well (See sourceforge.net bug #780933) * BSMTP is mostly untested and errors can cause corrupt output. * Sun Workshop 6 (SPARC) is known to miscompile the configuration file lexer in 64-bit mode. Either compile 32-bit code or use GCC to compile 64-bit fetchmail. Note that fetchmail doesn't take advantage of 64-bit code, so compiling 32-bit SPARC code should not cause any difficulties. * fetchmail does not track pending deletes over crashes * the command line interface is sometimes a bit stubborn, for instance, fetchmail -s doesn't work with a daemon running fetchmail-6.3.16 (released 2010-04-06, 25574 LoC): # BUG FIX * Fix --interface option, broken in 6.3.15. Reported by Vladmimir Stavrinov. Fixes Debian Bug #576717. # CHANGE * Call OpenSSL_add_all_algorithms(). This is needed to support non-mandatory and non-standard algorithms in certificates. Sjoerd Simons, to fix Debian Bug #576430. OpenSSL 0.9.8* does not load - for instance - the SHA256 digest by default. Reported as OpenSSL RT#2224. fetchmail-6.3.15 (released 2010-03-28, 25572 LoC): # FEATURE * Fetchmail now supports a bad-header command line or rcfile option that takes exactly one argument, accept or reject (default). This specifies how messages with bad headers retrieved from the current server are to be treated. # BUG FIXES * In the rcfile, recognize "local" as abbreviation for "localdomains", as documented. The short form has not ever worked since this feature was added in January 1997. Reported by Fr\xc3<A9>d\xc3<A9>ric Marchal. * Do not close stdout when using mda and "bsmtp -" at the same time. * Log operating system errors when BSMTP writes fail. * Fix verbose mode progress formatting regression from 6.3.10; SMTP trace lines were no longer on a line of their own. Reported by Melchior Franz. * Check seteuid() return value and abort running MDA if switch fails. * Set global flags in a consistent manner. Make --nosoftbounce and --nobounce work from command line (these used to work in rcfiles). Reported and fix confirmed working by N.J. Mann. (Sunil Shetye) * Properly import h_errno declarations, even on systems where h_errno isn't a macro. (Adds ./configure check, fixes Cygwin dllimport warnings.) # CHANGES * The repository has been converted and moved from the Subversion (SVN) format kindly hosted by Graham Wilson over the past years to Git format hosted on Gitorious.org. My deepest thanks to Graham Wilson for this service that kept us going when BerliOS's Subversion service was faulty in its early days. * This opportunity was used to convert BRANCH_6-2 and BRANCH_1-9-9 to GnuPG-signed tags, as a sign that these are now closed. * The outdated SVN trunk is now called "oldtrunk" in Git just to save the work for future reference. All development in the past few years was on BRANCH_6-3. * master was branched from BRANCH_6-3. BRANCH_6-3 is now obsolete (and in fact was also converted to a tag to record where the conversion from SVN to Git took place). * "make check" now skips HTML validation if xmllint or XHTML DTD are missing. # DOCUMENTATION * Web site and documentation were adjusted to reflect the SVN->Git move. * The fetchmail manual page is now much clearer on the user id switching (seteuid) when using --mda while running as the super user. # TRANSLATION UPDATES, by language name * [zh_CN] Chinese (Simplified), by Ji Zheng-Yu * [cs] Czech, by Petr Pisar * [nl] Dutch, by Erwin Poeze * [fr] French, by Fr\xc3<A9>d\xc3<A9>ric Marchal * [de] German * [id] Indonesian, by Andhika Padmawan * [it] Italian, by Vincenzo Campanella * [ja] Japanese, by Takeshi Hamasaki * [pl] Polish, by Jakub Bogusz * [vi] Vietnamese, by Clytie Siddall To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/mail/fetchmail/MESSAGE cvs rdiff -u -r1.171 -r1.172 pkgsrc/mail/fetchmail/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/fetchmail/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Sun May 9 11:45:28 UTC 2010 Modified Files: pkgsrc/mail/fetchmail: Makefile distinfo Added Files: pkgsrc/mail/fetchmail/patches: patch-aa Log Message: Add patch by Matthias Andree to avoid warnings about insecure connections if SSL fingerprints are used. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 pkgsrc/mail/fetchmail/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/mail/fetchmail/distinfo cvs rdiff -u -r0 -r1.8 pkgsrc/mail/fetchmail/patches/patch-aa ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Sun May 9 11:54:21 UTC 2010 Modified Files: pkgsrc/mail/fetchmailconf: Makefile Log Message: Unbreak "fetchmailconf" package by updating it to version 6.3.17 as well. Changes since version 6.3.14: # BUG FIXES * Do not lose "set invisible" in fetchmailconf. (Michael Barnack) To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/mail/fetchmailconf/Makefile
2010-05-09Pullup ticket #3110.tron1-1/+3
2010-05-09Pullup ticket #3110 - requested wiztron2-15/+1
databases/mysql51-server: portability fix Revisions pulled up: - databases/mysql51-server/distinfo 1.5 - databases/mysql51-server/patches/patch-al delete --- Module Name: pkgsrc Committed By: wiz Date: Sat May 8 20:48:37 UTC 2010 Modified Files: pkgsrc/databases/mysql51-server: distinfo Removed Files: pkgsrc/databases/mysql51-server/patches: patch-al Log Message: Fix build on DragonFly by removing DragonFly-specific patch. From Alexander Polakov in PR 43280.
2010-05-08Pullup ticket #3109.tron1-1/+3
2010-05-08Pullup ticket #3109 - requested by teztron2-6/+6
devel/pcre: security update Revisions pulled up: - devel/pcre/Makefile 1.56 - devel/pcre/distinfo 1.38 --- Module Name: pkgsrc Committed By: drochner Date: Tue Apr 13 16:49:43 UTC 2010 Modified Files: pkgsrc/devel/pcre: Makefile distinfo Log Message: update to 8.02 changes: -Unicode data tables have been updated to Unicode 5.2.0 -bugfixes
2010-05-06Pullup tickets #3103 and #3106.tron1-1/+5
2010-05-06Pullup ticket #3106 - requested by teztron2-3/+4
lang/gcc34: security patch Revisions pulled up: - lang/gcc34/Makefile 1.45 - lang/gcc34/distinfo 1.20 --- Module Name: pkgsrc Committed By: tez Date: Tue May 4 20:46:31 UTC 2010 Modified Files: pkgsrc/lang/gcc34: Makefile distinfo Added Files: pkgsrc/lang/gcc34/patches: patch-cd Log Message: Add patch to embedded libltdl for CVE-2009-3736 from: http://lists.gnu.org/archive/html/libtool/2009-11/msg00065.html
2010-05-06Pullup ticket #3103 - requested by markdtron2-3/+9
x11/kdebase-workspace4: security patch Revisions pulled up: - x11/kdebase-workspace4/Makefile 1.13 via patch - x11/kdebase-workspace4/distinfo 1.7 via patch --- Module Name: pkgsrc Committed By: markd Date: Wed May 5 11:52:48 UTC 2010 Modified Files: pkgsrc/x11/kdebase-workspace4: Makefile distinfo Log Message: Fix for CVE-2010-0436. Bump PKGREVISION.
2010-05-04Pullup tickets #3101 and #3102.tron1-1/+5
2010-05-04Pullup ticket #3102 - requested by gdttron3-9/+17
chat/jabberd: portability fix Revisions pulled up: - chat/jabberd/Makefile 1.33 - chat/jabberd/distinfo 1.8 - chat/jabberd/patches/patch-ad 1.4 --- Module Name: pkgsrc Committed By: gdt Date: Tue May 4 18:33:35 UTC 2010 Modified Files: pkgsrc/chat/jabberd: Makefile distinfo pkgsrc/chat/jabberd/patches: patch-ad Log Message: Call SSL_library_init() before any other operations. Fixes "no ciphers" problem with newer openssl. From http://lists.alioth.debian.org/pipermail/pkg-openssl-devel/2005-October/000219.html
2010-05-04Pullup ticket #3101 - requested by tacatron2-5/+7
typolight27: build fix Revisions pulled up: - www/typolight27/Makefile 1.17 - www/typolight27/distinfo 1.11 --- Module Name: pkgsrc Committed By: taca Date: Tue May 4 13:18:19 UTC 2010 Modified Files: pkgsrc/www/typolight27: Makefile distinfo Log Message: Since DISTFILES has been changed with the same filename, now specify DIST_SUBDIR. Fix PR pkg/43249 reported by Robert Elz. The change was installed TYPOlight's version string only but binary package has changed. So, bump PKGREVISION.
2010-05-02Pullup tickets #3097 and #3098.tron1-1/+5
2010-05-02Pullup ticket #3098 - requested by tacatron3-9/+12
www/typolight28: security update Revisions pulled up: - www/typolight28/Makefile 1.6-1.7 - www/typolight28/Makefile.version 1.6 - www/typolight28/PLIST 1.5 - www/typolight28/distinfo 1.6-1.7 --- ommitted By: taca Date: Sat Apr 17 18:23:35 UTC 2010 Modified Files: pkgsrc/www/typolight28: Makefile distinfo Added Files: pkgsrc/www/typolight28/patches: patch-aa patch-ab patch-ac Log Message: Add patches to disable autoresize plugin of TinyMCE since it cause unexpected redisplay with large editing area. This change is derived from TYPOlight's SVN repository. (http://dev.typolight.org/projects/typolight/repository/revisions/317 Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sat May 1 23:42:56 UTC 2010 Modified Files: pkgsrc/www/typolight28: Makefile Makefile.version PLIST distinfo Removed Files: pkgsrc/www/typolight28/patches: patch-aa patch-ab patch-ac Log Message: Update typolight28 package from 2.8.2 to 2.8.3. Version 2.8.3 (2010-05-01) -------------------------- - Removed the TinyMCE autoresize plugin - Fixed: function idnaEncode() encoded the URL multiple times (#1829) - Fixed: insert tags were not removed in the page description (#1856) - Fixed: the download element was not hidden if there was no downloadable file (#1853) - Fixed: ampersand characters were not converted to entities in meta files (#1823, #1831) - Fixed: image paths were converted to absolute URLs during PDF export (#1843) - Fixed: search index URLs were incorrect when alias usage is disabled (#1864) - Fixed: automatically deactivate invalid e-mail addresses while sending newsletters - Fixed: skipFirst had no effect on news lists without pagination (#1872) - Fixed: the ModuleWizard and TableWizard were dependent on tl_content (#1883) - Fixed: the XML news/calendar feeds were not updated if modified via Ajax (#1833) - Fixed: CSV import failed if the Safe Mode Hack was enabled (#1908) - Fixed a remote code execution vulnerability in the PDF export function - Fixed some minor issues
2010-05-02Pullup ticket #3098 - requested by tacatron3-11/+22
www/typolight28: security update Revisions pulled up: - www/typolight28/Makefile.version 1.5 - www/typolight28/PLIST 1.4 - www/typolight28/distinfo 1.5 --- Module Name: pkgsrc Committed By: taca Date: Tue Apr 13 15:43:59 UTC 2010 Modified Files: pkgsrc/www/typolight28: Makefile.version PLIST distinfo Log Message: Update typolight28 package to 2.8.2. Version 2.8.2 (2010-04-13) -------------------------- - Updated TCPDF to version 4.9.011 (#1802) - Updated TinyMCE to version 3.3.2 (#1711) - Updated MooTools More to version 1.2.4.4 (#1697) - Added: added the white Mediabox theme (#1637) - Added: DC_Table "oncut_callback" and "oncopy_callback" (#1745) - Added: added the active record to "ondelete_callbacks" (#1721) - Added: added class "trail" to the custom navigation module (#1691) - Added: added the wildcard ##token## to the newsletter subscription module (#1729) - Added: added the Russian typolinks translation to TinyMCE (#1744) - Added: the image resizer now considers the file modification time (#1743) - Added: added &shy; as basic entity (#1768) - Added: added the "mode" parameter to the image insert tag (#1712) - Added: added a loadDataContainer hook (#1687) - Added: added an addComment hook (#1669) - Fixed: special HTML characters were encoded twice (#1642) - Fixed: the newsletter reader failed to replace insert tags (#1645) - Fixed: the subtree navigation did not work in the popup file manager (#1653) - Fixed: the BBCode parser did not add missing URI protocols (#1658) - Fixed: PDF exports contained incorrect download links (#1654) - Fixed: the option "always show in sitemap" did not work for hidden pages (#1679) - Fixed: the downloads element did not hide meta.txt files (#1688) - Fixed: the downloads element did not pass all meta information (#1689) - Fixed: reverted the changes to the navigation menu (#1635) - Fixed: the function addToUrl() generated invalid URLs in the front end (#1707) - Fixed: the Config library did not handle numeric strings correctly (#286) - Fixed: the Mediabox plugin did not support .jpeg file extensions (#1728) - Fixed: the file manager allowed invalid file and folder names (#1699) - Fixed: the news and event reader did not overwrite the page description (#1702) - Fixed: regular users were not able to copy/move multiple content elements (#1715) - Fixed: the PDF export function did not handle whitespace characters correctly (#1716) - Fixed: news headlines appeared twice in link headlines (#1749) - Fixed: the search module did not remove insert tags from the keywords string (#1750) - Fixed: the file tree widget did not validate the mounted paths (#1746) - Fixed: the task center e-mails contained invalid links (#1753) - Fixed: the option "show protected pages" also showed guest pages (#1694) - Fixed: the list wizard did not render correctly if the first item was empty (#1740) - Fixed: System::idnaEncode() encoded more than just the domain name (#1748) - Fixed: the Captcha field was missing class="mandatory" (#1767) - Fixed: the newsletter recipient importer did not count correctly (#1732) - Fixed: regular users could not edit comments on unmounted pages (#1659) - Fixed: the ZipReader class failed to handle empty files (#1804) - Fixed: the Newsletter module did not embed images correctly (#1799) - Fixed: parameters passed to the file insert tag were cached by the Input object (#1818) - Fixed a possible request forgery vulnerability in the back end - Fixed some minor issues
2010-05-02Pullup ticket #3097 - requested by tacatron2-6/+11
typolight27: security update Revisions pulled up: - www/typolight27/Makefile.version 1.9 - www/typolight27/distinfo 1.10 --- Module Name: pkgsrc Committed By: taca Date: Sat May 1 23:41:16 UTC 2010 Modified Files: pkgsrc/www/typolight27: Makefile.version distinfo Log Message: Update typolight27 package from 2.7.6 to 2.7.7. Version 2.7.7 (2010-05-01) -------------------------- - Consolidated security update
2010-04-25pullup #3092spz1-1/+3
2010-04-25Pullup ticket 3092 - requested by dhollandspz4-1/+53
build fix Revisions pulled up: - pkgsrc/wm/golem/distinfo 1.7 Files added: pkgsrc/wm/golem/patches/patch-ah pkgsrc/wm/golem/patches/patch-ai pkgsrc/wm/golem/patches/patch-aj -------------------------------------------------------------------- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 24 19:28:31 UTC 2010 Modified Files: pkgsrc/wm/golem: distinfo Added Files: pkgsrc/wm/golem/patches: patch-ah patch-ai Log Message: Fix energizer-bunny-makefiles. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/wm/golem/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/wm/golem/patches/patch-ah \ pkgsrc/wm/golem/patches/patch-ai -------------------------------------------------------------------- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 24 19:36:14 UTC 2010 Modified Files: pkgsrc/wm/golem: distinfo Added Files: pkgsrc/wm/golem/patches: patch-aj Log Message: Hack around build problem with -current's lex. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/wm/golem/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/wm/golem/patches/patch-aj
2010-04-25Pullup tickets #3093 and #3094.tron1-1/+6
2010-04-25Pullup ticket #3094 - requested by tacatron4-14/+36
mail/postfix: build fix mail/postfix-current: build fix Revisions pulled up: - mail/postfix-current/distinfo 1.58 - mail/postfix-current/patches/patch-ag 1.22 - mail/postfix/distinfo 1.130 - mail/postfix/patches/patch-ag 1.30 --- Module Name: pkgsrc Committed By: taca Date: Fri Apr 16 15:32:59 UTC 2010 Modified Files: pkgsrc/mail/postfix: distinfo pkgsrc/mail/postfix-current: distinfo pkgsrc/mail/postfix-current/patches: patch-ag pkgsrc/mail/postfix/patches: patch-ag Log Message: Add patch to fix closefrom() problem on FreeBSD.
2010-04-25Pullup ticket #3093 - requested by tacatron2-3/+10
lang/php53: bug fix Revisions pulled up: - lang/php53/Makefile 1.3 - lang/php53/distinfo 1.3 --- Module Name: pkgsrc Committed By: taca Date: Fri Apr 16 15:19:23 UTC 2010 Modified Files: pkgsrc/lang/php53: Makefile distinfo Log Message: Explicitly set PKGNAME to handle PKG_OPTIONS properly, noted by PR pkg/43170 by Nathaniel Madura. And add suhosin-patch to distinfo. Bump PKG_REVISION.
2010-04-23Pullup ticket #3091 - requested by glstron1-1/+5
net/bind96: portability fix Revisions pulled up: - net/bind96/Makefile 1.15 --- Module Name: pkgsrc Committed By: gls Date: Thu Apr 22 20:22:26 UTC 2010 Modified Files: pkgsrc/net/bind96: Makefile Log Message: Disable kqueue on Dragonfly to make bind96 work. As reported by Justin Sherrill in PR pkg/43195. Bump PKGREVISION.
2010-04-23Pullup tickets #3090 and #3091.tron1-1/+5
2010-04-23Pullup ticket #3090 - requested by glstron1-1/+6
net/bind95: portability fix Revisions pulled up: - net/bind95/Makefile 1.17 --- Module Name: pkgsrc Committed By: gls Date: Thu Apr 22 20:21:09 UTC 2010 Modified Files: pkgsrc/net/bind95: Makefile Log Message: Disable kqueue on Dragonfly to make bind95 work. As reported by Justin Sherrill in PR pkg/43195. Bump PKGREVISION.
2010-04-22Pullup tickets #3088 and #3089.tron1-1/+5
2010-04-22Pullup ticket #3089 - requested by joergtron1-3/+17
pkgtools/pkg_install: bootstrap fix Revisions pulled up: - net/libfetch/files/fetch.cat3 1.14 --- Module Name: pkgsrc Committed By: joerg Date: Thu Apr 22 14:11:16 UTC 2010 Modified Files: pkgsrc/net/libfetch/files: fetch.cat3 Log Message: Regen.