summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-21Add more font dirs, same as suse113_fontconfig.obache2-15/+17
2011-02-21Updated lang/sun-jdk6 to 6.0.24obache1-1/+3
2011-02-21Update sun-{jre,jdk}6 to 6.0.24.obache7-339/+434
Java SE 6 Update 24 * OlsonData 2010o * Java DB 10.6.2.1 * Bug Fixes, include following security fix. CVE-2010-4422 CVE-2010-4447 CVE-2010-4448 CVE-2010-4450 CVE-2010-4451 CVE-2010-4452 CVE-2010-4454 CVE-2010-4462 CVE-2010-4463 CVE-2010-4465 CVE-2010-4466 CVE-2010-4467 CVE-2010-4468 CVE-2010-4469 CVE-2010-4470 CVE-2010-4471 CVE-2010-4472 CVE-2010-4473 CVE-2010-4474 CVE-2010-4475 CVE-2010-4476 Java SE 6 Update 23 * OlsonData 2010l * Java Hotspot VM 19.0 * Java VisualVM 1.3.1 * Menu Item Corrections for Right-to-Left Languages * Additional Languages Support in Linux Systems * Bug Fixes
2011-02-21Remove deprecated KTERM_USE_WALLPAPER.obache1-6/+1
2011-02-21Deprecate KTERM_USE_WALLPAPER to get rid of imlib dependency.wiz2-23/+3
Ok taca@
2011-02-21Updated mail/opendkim to 2.2.2pettai1-1/+2
2011-02-212.2.2 2010/11/28pettai4-26/+69
Fix bug #SF2903325: Clean up numerous signed vs. unsigned warnings. Fix bug #SF3095782: When VBR is enabled, only perform a query when the "md" domain in the VBR-Info header field matches the "d" field for any valid signature. Fix bug #SF3105993: Better handling of missing records in Lua DB lookups. When reading keys, ensure what's being read is a regular file and not something else. Complain if TrustAnchorFile names something that can't be opened for reading. LIBOPENDKIM: Don't complain about multiple records returned if one of them was an RRSIG. LIBAR: Rework some I/O logic to avoid a deadlock when the nameserver becomes unresponsive during response processing. BUILD: Move all scripts and executables except opendkim to a bin directory for adminstrator convenience. They were previously in the sbin directory. BUILD: Fix bug #SF3101842: Fix opendkim-genzone build when OpenDBX is in use. BUILD: opendkim-testkey can require SASL build information when used with OpenLDAP, or Lua information when built with Lua. BUILD: Dissociate libopendkim and libunbound, as this is now handled through the application rather than the library. BUILD: Convert to using git for source code management. STATS: Additional reporting improvements. STATS: Fix bug #SF3107659: Add additional diagnostic output to opendkim-importstats when malformed input is found. TOOLS: Handle input generated with and without the _FFR_STATS_I extensions. 2.2.1 2010/10/25 Avoid assertion failures when using "-V" and arlib. Fix "refile" loading. Fix collision between "ReputationRoot" and "StatisticsName" in the configuration file. Convert sender's domain name to lowercase prior to doing any database queries with it. This was done before, but lost during the database overhaul in 1.2.0. Fix up Authentication-Results header field generation for VBR. Reported by Fredrik Pettai. Add _FFR_STATS_I enabling statistics reporting of "i=" signature properties. LIBOPENDKIM: Fix bug #SF3081964: dkim.h requires <sys/time.h>. LIBOPENDKIM: Fix bug #SF3087251: Use thread-safe resolver functions when avaialble. LIBOPENDKIM: Cancel completed reputation queries. LIBOPENDKIM: Simplify DKIM_OPTS_ALWAYSHDRS handling. LIBAR: Fix bug #SF3080720: Don't compute timeouts based on completed or dead queries. LIBVBR: Fix some pointer errors causing false negatives. TOOLS: Write "v=" tags in key records output by opendkim-genzone. 2.2.0 2010/10/03 Feature request #SF2874043: Add _FFR_ADSP_LISTS allowing control over action taken when mail is sent to known lists from ADSP "discardable" sources. Feature request #SF2964366: Allow arbitrary data set operations from inside Lua script hooks. Feature request #SF2981598: Add "NoHeaderB" and "SingleAuthResult" settings so that only one Authentication-Results header field is added, and reduce its variability. Feature request #SF3013084: Add "DomainKeysCompat" setting. Feature request #SF3017358: Allow a token in the KeyTable that gets replaced with the sender's domain name. Feature request #SF3019876: Enable registration and use of generic DNS functions. Feature request #SF3021566: Change "ADSPDiscard" to "ADSPAction", allowing selection of what action to take when a message is determined by ADSP to be "discardable". Feature request #SF3023232: Allow selection of a signer (for the signature's "i=" tag) when calling odkim.sign() or via an optional second parameter in the SigningTable. Feature request #SF3024854: Always log a warning if a key file has unsafe group/other read/write bits set. Further, if the new "RequireSafeKeys" setting is true, refuse to use the data. Feature request #SF3030548: Add _FFR_DEFAULT_SENDER, adding the "DefaultSender" setting. Feature request #SF3049483: Use ReportAddress for ADSP Reports and for the sender envelope address. Feature request #SF3056571: Extend signer selection in the SigningTable to include a token that will be replaced by the From: domain. Feature request #SF3062077: Allow the specification of additional recipients when delivering DKIM/ADSP failure reports through a new ReportBccAddress configuration option. Fix bug #SF3004995: Don't apply "SenderHeaders" to the library as that impacts how ADSP works. Fix bug #SF3025856: Fix "AllowSHA1Only", which was not working at all. Fix bug #SF3037504: Rework database schema and tools to meet revised reporting requirements. Fix bug #SF3051536: Allow disabling of reputation queries. Fix bug #SF3058204: Fix numerous possible double-free() incidents in dkimf_config_free(). Fix PeerList to work with IPv6 addresses. Fix loop boundary check in dkimf_db_close(). Fix assertion failure in dkimf_db_get() when used with a "match both" operation. Fix "LocalADSP", which was not working at all. Fix some Lua test mode logic and a build issue that prevented "ScreenPolicyScript" from working. Added MTACommand for overriding default (mainly for testing). Ignore "Domain" and "Selector" settings if "KeyTable" is set. Add "On-PolicyError" to configuration tables. Don't automatically temp-fail messages bearing signatures that reference revoked keys. Some fixes to the "final" Lua script self-test code. Include libmilter version in "-V" output. Single-thread DB queries done via OpenDBX handles as they can't be used to do parallel queries. Attempt to reconnect after SQL disconnections. Revise text/plain portion of policy reports. Fix up DSN parsing so that it is not needlessly restrictive. Add _FFR_STATSEXT: Allows arbitrary local extensions to statistics gathering via a fourth Lua script that can cause the generation of additional SQL insertion operations. LIBOPENDKIM: Feature request #SF3026287: Add dkim_getuser() function. LIBOPENDKIM: Feature request #SF3065035: Apply library query configuration to ADSP lookups as well, mainly to support auotmated testing. LIBOPENDKIM: Fix bug #SF3071368: Fix tiny memory leak in dkim_init(). LIBOPENDKIM: Fix bug #SF3051762: Don't error out of dkim_get_key() when in test mode by testing signature-specific features when against dummy data. LIBOPENDKIM: Don't build against pthread libraries if not needed. LIBOPENDKIM: Add dkim_get_signer(), dkim_policy_state_new() and dkim_policy_state_free(). LIBOPENDKIM: Don't assert a "g=" default when processing keys so that statistics reporting can tell whether or not it was originally there. LIBOPENDKIM: Minor fix to internal state machine when dealing with unsigned messages. LIBOPENDKIM: Rename DKIM_PRESULT_AUTHOR to DKIM_PRESULT_FOUND. LIBOPENDKIM: Improved error reporting from dkim_ohdrs(). LIBOPENDKIM: Improved re-entrancy of dkim_eoh_verify(). LIBOPENDKIM: Undefine DKIM_FEATURE_ASYNC_DNS (obsolete). MILTERTEST: Feature request #SF3005002: Enable testing of "unspecified" protocol family connections. MILTERTEST: Add "-u" option to report resource usage statistics on completion. MILTERTEST: Add mt.signal() to allow signaling of filters for things like configuration file reloads. MILTERTEST: Enhance mt.connect() to accept optional retry and interval arguments. MILTERTEST: Add "-w" option to request no waiting for the child process to exit and report status. MILTERTEST: Allow partial seconds argument to mt.sleep(). TOOLS: Feature request #SF3004335: Add support to opendkim-testkey to get configuration file values and validate an entire KeyTable. TOOLS: Update opendkim-genkeys script to support draft-ietf-marf-dkim-reporting. TOOLS: Flip logic of "-a" flag to opendkim-stats. TOOLS: Fix bug #SF3037452: Change owner/group/mode of stats database when resetting it to whatever the replaced file had. CONTRIB: Add opendkim-reportstats, contributed by John Wood. BUILD: Fix --with-db. Activate _FFR_ZTAGS.
2011-02-20Add tex-bookman.minskim2-2/+4
2011-02-20Import tex-bookman-2010 as fonts/tex-bookman.minskim4-0/+234
A serif typeface derived from Old Style Antique designed by Alexander Phemister in 1858 for Miller and Richard foundry. Consider to use the Kerkis font, which is an extension of Bookman with math support and support for greek characters or the enhanced version available with the TEX Gyre Bonum font.
2011-02-20Updated emulators/ckmame to 0.11wiz1-1/+2
2011-02-20Update to 0.11, set LICENSE.wiz3-8/+8
0.11 (2011-02-20) - MESS Software Lists support - retire mkmamedb-xmame.sh, use "mame -listxml | mkmamedb" instead - link/copy disks from extra if -j (--delete-found) isn't specified - ckmame: display current game on SIGINFO (Ctrl-T) - removed ROMPATH support since mame uses a path in the config file nowadays
2011-02-20Fixes PR pkg/44605pettai1-4/+1
2011-02-20Restrict availability even more. From Aleksey Cheusov in answer to PR 44615.wiz1-3/+8
2011-02-20Forcibly delete any stale cache files during deinstall. For example, thejmmv3-2/+45
gio-querymodules utility does not delete the file when no modules are left, so we were left with a giomodule.cache file after removing glib2 that was not managed by any package. Also, and as a side effect, ensure that the files are created during install time so that in-place updates work correctly. Bump PKGREVISION to 2.
2011-02-20Set LICENSE.wiz1-1/+2
2011-02-20Note update of www/ruby-actionpack3 package to 3.0.4nb1.taca1-1/+2
2011-02-20Add another missing patch, noted by HIRAMATSU Yoshifumi on tech-pkg-ja@.taca2-1/+15
Bump PKGREVISION.
2011-02-20Set LICENSE.wiz2-2/+4
2011-02-20TOOLS_NOOP is not enough to catch all calls to glib-compile-schemas becausejmmv1-1/+7
some packages deduce the full name to the tool instead of relying on the PATH. Attempt to do better by setting the GLIB_COMPILE_SCHEMAS variable to a non-absolute name during the build, hoping that such packages do define this Makefile variable. This should fix the build of evince as reported in PR pkg/44589.
2011-02-20Check for libXvMC (not +W) for enabling libxvmc support.wiz1-2/+2
Fixes PR 44588 by Robert Elz.
2011-02-20Solaris fix from maintainer Aleksey Cheusov in PR 44611.wiz2-1/+16
2011-02-20MirBSD support from Benny Siegert in PR 44606.wiz4-1/+58
2011-02-20+ ImageMagick-6.6.7.8, audacious-plugins-2.4.3, calibre-0.7.46,wiz1-12/+17
curl-7.21.4, dbus-1.4.6, dcc-1.3.138, diffpdf-1.1.5, farsight2-0.0.25, fluxbox-1.3.0, libev-4.04, mrtg-2.17.1, p5-PerlMagick-6.6.7.8, pbzip2-1.1.2, qemu-0.14.0, vice-2.3, x264-devel-20110219.
2011-02-20Remove gimp-docsryoon1-2/+1
2011-02-20Added meta-pkgs/gimp-docs version 2.6.1ryoon1-2/+3
Change successor of graphics/gimp-docs to meta-pkg/gimp-docs
2011-02-20Add gimp-docsryoon1-1/+2
2011-02-20Import gimp-docs-2.6.1 as meta-pkg/gimp-docs.ryoon2-0/+28
This is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-ja-2.6.1 as graphics/gimp-docs-ja.ryoon4-0/+2091
Documentation package for The GIMP image manipulation software in English. It is successor of graphics/gimp-docs.
2011-02-20I have import en version by mistake.ryoon3-2076/+2076
2011-02-20Removed graphics/gimp-docs successor graphics/gimp-docs-*ryoon1-1/+2
2011-02-20Added graphics/gimp-docs-*ryoon1-1/+12
2011-02-20Added graphics/gimp-docs-en version 2.6.1ryoon1-1/+2
2011-02-20Remove gimp-docs.ryoon1-2/+13
Add gimp-docs-*.
2011-02-20Remove gimp-docs-2.4.1.ryoon5-6908/+0
This is superseded by gimp-docs-*.
2011-02-20Import gimp-docs-zh_CN-2.6.1 as graphics/gimp-docs-zh_CN.ryoon4-0/+2090
Documentation package for The GIMP image manipulation software in Chinese. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-sv-2.6.1 as graphics/gimp-docs-sv.ryoon4-0/+2090
Documentation package for The GIMP image manipulation software in Swedish. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-ru-2.6.1 as graphics/gimp-docs-ru.ryoon4-0/+2090
Documentation package for The GIMP image manipulation software in Russian. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-pl-2.6.1 as graphics/gimp-docs-pl.ryoon4-0/+2090
Documentation package for The GIMP image manipulation software in Polish. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-nn-2.6.1 as graphics/gimp-docs-nn.ryoon4-0/+2091
Documentation package for The GIMP image manipulation software in Norgegian. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-nl-2.6.1 as graphics/gimp-docs-nl.ryoon4-0/+2090
Documentation package for The GIMP image manipulation software in Dutch. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-ko-2.6.1 as graphics/gimp-docs-ko.ryoon4-0/+2090
Documentation package for The GIMP image manipulation software in Korean. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-it-2.6.1 as graphics/gimp-docs-it.ryoon4-0/+2090
Documentation package for The GIMP image manipulation software in Italian. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-fr-2.6.1 as graphics/gimp-docs-fr.ryoon4-0/+2090
Documentation package for The GIMP image manipulation software in French. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-es-2.6.1 as graphics/gimp-docs-es.ryoon4-0/+2090
Documentation package for The GIMP image manipulation software in Spanish. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-de-2.6.1 as graphics/gimp-docs-de.ryoon4-0/+2090
Documentation package for The GIMP image manipulation software in Germany. It is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-en-2.6.1 as graphics/gimp-docs-en.ryoon5-0/+2127
Documentation package for The GIMP image manipulation software in English. It is successor of graphics/gimp-docs.
2011-02-20Note update of devel/ruby-activemodel package to 3.0.4nb1.taca1-1/+2
2011-02-20Add missing patch file, something was wrong since patches/CVS directorytaca2-1/+15
existed but patches directory wasn't cvs added... Bump PKGREVISION.
2011-02-19updated devel/libosip to 3.5.0schwarz2-3/+3
2011-02-19Updated libosip to 3.5.0schwarz4-41/+41