Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 06:20:17 UTC Now

2010-04-09 01:36:34 UTC MAIN commitmail json YAML

Update ruby-ming to 0.2.1.

Ming/Ruby 0.2.1 - 2008-09-28

* works with Ming 0.4.rc2

------------------------------ Ming 0.4.rc2
Ming/Ruby 0.2.0 - 2008-07-08

* works with Ming 0.4rc1

------------------------------ Ming 0.4.rc1

Ming/Ruby 0.1.9 - 2008-01-01

* works with Ming 0.4beta5

------------------------------ Ming 0.4beta5

(obache)

2010-04-09 01:36:00 UTC MAIN commitmail json YAML

Updated multimedia/py-ming to 0.4.3

(obache)

2010-04-09 01:35:48 UTC MAIN commitmail json YAML

Share distfile with multimedia/ming, updated to 0.4.3.

(obache)

2010-04-09 01:34:02 UTC MAIN commitmail json YAML

Updated multimedia/ming to 0.4.3

(obache)

2010-04-09 01:33:44 UTC MAIN commitmail json YAML

Update ming to 0.4.3.

0.4.3 - 2010-02-06

* Fixed SWFMatrix scaling if scale = 0.0
* Added delete and delete2 support in asm blocks
* A lot of updates and improvements in the Perl interface
* A lot of documentation (pod) was added to Perl files
* Support for manually specifying MP3 delaySeek for SWFSound
  and SWFSoundStream
* Fix sharing of fonts between static and dynamic texts
* Fix support for movie-bound init actions

0.4.0.rc2 - 2008-09-17

* SWFVideoStream allow manual frame control
* Autoconf perl version
* MSVC compile fixes
* removed src/test.c
* Embedded video in movie clips
* Seek in Embedded video streams
* Gradient / Fill fixes
* Sound / Soundstream fixes

0.4.0.rc1 - 2008-07-05

* Perl extension updates
* Python extension updates
* Do not force bgColor
* Redirect SWF_warn and SWF_error to stderr
* Propper checks for YACC and LEX
* Complete Bitmap fillstyles
* Font fixes
* Actioncompiler fixes (delete, built-in functions, callFrame -> call())
* Fixed tag order issues
* Ming defaults now to local-with-filesystem sandbox for SWF>=8
* Add support for init actions in makeswf
* SWF8 / 9 support for fromswf / prebuiltclip
* implements ASM op
* ASFunction()
* AS Class support
* Removed SWFFontCharacter destructor from PHP wrapper
* py_ext update
* Class members
* outputBlock() usese length and offset from SWF_Parserstruct
* SWFDisplayItem_flush(): immediately write display items.
* Removed ttftofft
* Improved ButtonRecord handling
* SWFSound_fromSoundStream()
* Many improvements in decompiler and swftoXXX tools
* C++ might throw a SWFException
* Support for embedded Nellymoser sound
* AS: in with-blocks legacy functions o not work
* Compiles again with MSVC
* simplified SWFSound usage with mp3 files
* SWFSoundStream_getDuration replaces SWFSoundStream_getFrames()
* perl_ext build changes (build out of tree)
* API float->double transition
* php_ext: SWFInput can wrap raw byte-streams
* php_ext: API: external data can be passed as file-resource, SWFInput or filename
* removed newSWFFont() as public function (causes various crashes)
* removed new SWFFont(...) usage with browserfonts in script languages. Use SWFBrowserFont class.

0.4.0.beta5 - 2007-09-18

* Add support for targetPath asm opcode.
* Flash 8: filter and blend modes for buttons
* Flash 8: SWF_DEFINEMORPHSHAPE2
* Flash 8: SWFShape rendering hints
* Flash 8: new gradient features
* SWFFillStyle is reusable now and calculates propper GradientMatrix
* setLeft/RightFillStyle adds fill to the shape if necessary
* Handling fonts as shapes
* Basic ttf font support
* Typesafe SWFMovie_add / replace
* Add Envelopes to SoundInstance
* ABC (AS3) parser and output
* Parse SWF_SERIALNUMBER
* Parse SWF9 tags
* SWF9: DefineBinaryData
* SWF9: SymbolClass
* SWF9: DefineSceneData

0.4.0.beta4 - 2007-03-27

* Fix handling of the special 'undefined' value.
* Fix 'delete' syntax in action compiler.
* makeswf now handles bitmaps.
* Many improvements in decompiler.
* Build scripts cleanup (including check rule).
* Add support for 'extends' and proper 'push' asm opcodes in
  ActionScript compiler.
* Generate DefineFunction2 when target version > 6.
* Use GOTOFRAME, GOTOFRAME2 and GOTOLABEL when using gotoAndPlay()
  or gotoAndStop() w/out an object.
* Video updates: added Flash8 codecs, generic flv parser
* Soundstream: accept flv audio streams (mp3 only for now)
* Flash 8: PlaceObject3
* Flash 8: Filter and Blendmode
* Write proper Flash 8 files
* Added movie control tags: FileAttributes, Metadata,
  ScriptLimits, ImportAssets2, SetTabIndex
* Flash 8: ScalingGrid
* Parser / listswf updates
* PHP / Perl bindings update
* Flash 8: DefineShape4 / Linestyle2
* SWFAction cleanup and API cleanup
* SWF_warnOnce()
* SWFInitAction

0.4.0.beta3 - 2006-12-10

* Fix version to not use dashes to make rpmbuild happy
* autotool tcl extension
* coalesce multiple ming.i files into a single file at the top
* swig output updated for python & tcl
* Misc decompiler fixes
* makeswf now handles precompiled clips
* Make sure the extension source show up in the dist tarballs
* compiler fix for asm {} blocks

0.4.0-beta2 - 2006-11-21

* Preliminary support for building RPM packages
* New PHP code that builds for PHP$ and PHP5
* Added missing SWFMovieClip class in PHP
* New tool, ttftofft, for producing ming formast fonts
* Allow output of SWF version 8
* Better SWF parser (utilities).
* NEW function: SWFMovie_protectWithPassword()
* preprocessor products of 'makeswf' are now named after
  output filename and frame# (ie: "out.swf.frame0.pp")
* Automake-based build, for portability's sake (libtool)
* Ming_setWarnFunction and Ming_setErrorFunction now return
  the previously-set value.
* More documentation !
* Start of a test suite!
* makeswf now provides an __SWF_VERSION__ macro for use
  in cross-version ActionScript code.
* NEW functions: SWFDisplayItem_getMatrix(),
  SWFPosition_getMatrix(), SWFMatrix_getScaleX(),
  SWFMatrix_getRotate0(), SWFMatrix_getRotate1(),
  SWFMatrix_getScaleY(), SWFMatrix_getTranslateX(),
  SWFMatrix_getTranslateY(), SWFShape_moveScaledPenTo().

0.3.1 - ?

* Fixed libpng-less builds
* Fixed default error handler to exit with a FAILURE code

(obache)

2010-04-08 20:43:15 UTC pkgsrc-2010Q1 commitmail json YAML

Add a file to document changes to the pkgsrc-2010Q1 branch.

(agc)

2010-04-08 15:33:11 UTC MAIN commitmail json YAML

+sylpheed-3.0.2, umefont-0.414.

(taca)

2010-04-08 15:31:55 UTC MAIN commitmail json YAML

Fix build problem on NetBSD except current.

Explicitly specify CFLAGS on NetBSD/i386 and should fix PR pkg/43108.

(taca)

2010-04-08 10:03:31 UTC MAIN commitmail json YAML

Changed option name from 'x11' to 'gtk2', as GTK2 can be built without X11
support (e.g. on Mac OS X). Tested - works on Mac OS X without X11.

(adam)

2010-04-07 22:20:55 UTC MAIN commitmail json YAML

Adjust to new version of Python 2.5 (pointed out by Dennis den Brok in
private mail).

(gdt)

2010-04-07 18:19:42 UTC MAIN commitmail json YAML

Needs py-expat for build

(joerg)

2010-04-07 18:04:46 UTC MAIN commitmail json YAML

Catch up with moved location.

(joerg)

2010-04-07 17:57:41 UTC MAIN commitmail json YAML

--datarootdir is not understood by nagios-ncsa, so don't append it for that.

(joerg)

2010-04-07 17:52:04 UTC MAIN commitmail json YAML

2010-04-07 15:24:16 UTC MAIN commitmail json YAML

2010-04-07 14:58:04 UTC MAIN commitmail json YAML

Updated lang/python25 to 2.5.5

(gdt)

2010-04-07 14:57:49 UTC MAIN commitmail json YAML

Update to 2.5.5, a minor security fix release with very few changes relative to 2.5.4.

(ok to update during freeze by wiz@)

Extension Modules
-----------------

- expat: Fix DoS via XML document with malformed UTF-8 sequences
  (CVE_2009_3560).

- expat: Fix DoS via malformed XML (CVE-2009-3720).

Core and builtins
-----------------

- Issue #6990: Fix threading.local subclasses leaving old state around
  after a reference cycle GC which could be recycled by new locals.

Library
-------

- Issue #7403: logging: Fixed possible race condition in lock creation.

- Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop
  forever on incomplete input. That caused tarfile.open() to hang when used
  with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or
  partial bzip2 compressed data.

(gdt)

2010-04-07 10:21:25 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup tickets #3072 and #3073.

(tron)

2010-04-07 10:21:11 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket #3073 - requested by martti
mediawiki: security update

Revisions pulled up:
- www/mediawiki/Makefile 1.11
- www/mediawiki/distinfo 1.7
---
Module Name: pkgsrc
Committed By: martti
Date: Wed Apr  7 05:40:11 UTC 2010

Modified Files:
pkgsrc/www/mediawiki: Makefile distinfo

Log Message:
Updated www/mediawiki to 1.15.3

This is a security and bugfix release of MediaWiki 1.15.3 and MediaWiki
1.16.0beta2.

MediaWiki was found to be vulnerable to login CSRF. An attacker who
controls a user account on the target wiki can force the victim to log
in as the attacker, via a script on an external website. If the wiki is
configured to allow user scripts, say with "$wgAllowUserJs = true" in
LocalSettings.php, then the attacker can proceed to mount a
phishing-style attack against the victim to obtain their password.

Even without user scripting, this attack is a potential nuisance, and so
all public wikis should be upgraded if possible.

Our fix includes a breaking change to the API login action. Any clients
using it will need to be updated. We apologise for making such a
disruptive change in a minor release, but we feel that security is
paramount.

For more details see https://bugzilla.wikimedia.org/show_bug.cgi?id=23076

(tron)

2010-04-07 10:10:51 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket #3072 - requested by martti
clamav: security improvements

Revisions pulled up:
- mail/clamav/Makefile 1.100-1.102
- mail/clamav/Makefile 1.99
- mail/clamav/PLIST 1.23-1.24
- mail/clamav/PLIST.milter 1.5
- mail/clamav/distinfo 1.63
- mail/clamav/options.mk 1.5
- mail/clamav/patches/patch-aa 1.20
- mail/clamav/patches/patch-ab 1.13
- mail/clamav/patches/patch-ac 1.7
- mail/clamav/patches/patch-ad 1.20
- mail/clamav/patches/patch-af 1.11
- mail/clamav/patches/patch-ag 1.4
---
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 21 16:29:44 UTC 2010

Modified Files:
pkgsrc/mail/clamav: Makefile

Log Message:
Reset maintainer, developer lost his commit bit.
---
Module Name: pkgsrc
Committed By: asau
Date: Wed Mar 24 19:43:29 UTC 2010

Modified Files:
pkgsrc/mail/clamav: Makefile

Log Message:
Recursive revision bump for GMP update.
---
Module Name: pkgsrc
Committed By: martti
Date: Thu Apr 1 12:02:23 UTC 2010

Modified Files:
pkgsrc/mail/clamav: Makefile PLIST distinfo
pkgsrc/mail/clamav/patches: patch-aa patch-ad patch-af patch-ag
Added Files:
pkgsrc/mail/clamav/patches: patch-ab patch-ac

Log Message:
Updated mail/clamav to 0.96

This release of ClamAV introduces new malware detection mechanisms and other
significant improvements to the scan engine. The key features include:

    - The Bytecode Interpreter: the interpreter built into LibClamAV allows
      the signature writers to create and distribute very complex detection
      routines and remotely enhance the scanner's functionality

    - Heuristic improvements: improve the PE heuristics detection engine by
      adding support of bogus icons and fake PE header information. In a
      nutshell, ClamAV can now detect malware that tries to disguise itself
      as a harmless application by using the most common Windows program icons.

    - Signature Improvements: logical signature improvements to allow more
      detailed matching and referencing groups of signatures. Additionally,
      improvements to wildcard matching on word boundaries and newlines.

    - Support for new archives: 7zip, InstallShield and CPIO. LibClamAV
      can now transparently unpack and inspect their contents.

    - Support for new executable file formats: 64-bit ELF files and OS X
      Universal Binaries with Mach-O files. Additionally, the PE module
      can now decompress and inspect executables packed with UPX 3.0.

    - Support for DazukoFS in clamd

    - Performance improvements: overall performance improvements and memory
      optimizations for a better overall resource utilization experience.

    - Native Windows Support: ClamAV will now build natively under Visual
      Studio. This will allow 3rd Party application developers on Windows
      to easily integrate LibClamAV into their applications.
---
Module Name: pkgsrc
Committed By: martti
Date: Fri Apr 2 19:45:24 UTC 2010

Modified Files:
pkgsrc/mail/clamav: Makefile PLIST options.mk
Added Files:
pkgsrc/mail/clamav: PLIST.milter

Log Message:
Fixed PLIST when using the milter option.

(tron)

2010-04-07 08:42:08 UTC MAIN commitmail json YAML

Updated net/pear-Net_Sieve to 1.2.0

(obache)

2010-04-07 08:41:54 UTC MAIN commitmail json YAML

Update pear_Net-Sieve to 1.2.0.
Based on PR#43124 by Wen Heping.

Changes since version 1.2.0b1:
* Fix DIGEST-MD5 authentication (Aleksander Machniak, Bug #17285).
* Don't try to call dl() if mbstring extension isn't loaded (Bug #17038).
Changes since version 1.1.7:
* Added support for adding a custom debug handler (Aleksander Machniak, Request #16681).
* Fix breakage with certain locales, especially Turkish.
* Fix reading authentication responses without literals (Bug #16647).
* Code cleanup.

(obache)

2010-04-07 08:16:58 UTC MAIN commitmail json YAML

+ Mesa-7.8.1, adns-1.4 [pkg/43126], csup-20100404 [pkg/43120],
  delegate-9.9.7, elm-me-2.5plalpha23, enchant-1.6.0, erlang-13b4,
  fetchmail-6.3.16, fotoxx-10.0, gbrainy-1.41, gob2-2.0.17,
  grep-2.6.3, hugin-2010.0.0, inn-2.5.2, irssi-0.8.15, kye-0.9.4,
  lensfun-0.2.5, libart-2.3.21, libdrm-2.4.20, libgnomecanvas-2.30.1
  [GNOME 2.30], libotf-0.9.11, mDNSResponder-214.3, mc-4.7.0.4,
  metacity-2.30.1 [GNOME 2.30], p5-Any-Moose-0.12, p5-Config-General-2.45,
  p5-DateTime-TimeZone-1.15, p5-FCGI-0.71, p5-HTML-Parser-3.65,
  p5-JSON-2.20, p5-POE-1.289 [pkg/43115], p5-POE-Component-SNMP-1.1006
  [pkg/43116], p5-POE-Test-Loops-1.035 [pkg/43114], p5-URI-1.54,
  pear-Net_Sieve-1.2.0 [pkg/43124], puzzles-8914, py-adns-1.2.1
  [pkg/43127], py-anita-1.10, py-dateutil-1.5, py-pytz-2010g,
  py-urwid-0.9.9.1 [pkg/43104], scmgit-base-1.7.0.4, scmgit-docs-1.7.0.4,
  scummvm-1.1.0, srp_client-1.7.5, stunnel-4.33, sympa-6.0.1,
  windowlab-1.40, wine-devel-1.1.42, x264-devel-20100404,
  xf86-video-ati-6.13.0, xorg-util-macros-1.7.0.

(wiz)

2010-04-07 08:16:28 UTC MAIN commitmail json YAML

Mention x11vnc-0.9.9 update.

(wiz)

2010-04-07 08:11:57 UTC MAIN commitmail json YAML

2010-04-07 08:11:36 UTC MAIN commitmail json YAML

Update echinus to 0.4.3, per maintainer update request by PR#43117.

0.4.3 Ungrab keyboard after a key press 2010-04-02
0.4.2.1 Fix GCC warning on FreeBSD. 2010-03-22
0.4.2 Add some debug for buttons. 2010-03-21
0.4.1 This one should fix title problems 2010-03-12

(obache)

2010-04-07 07:39:28 UTC MAIN commitmail json YAML

already done - clive-2.2.11 [pkg/43111] x11vnc-0.9.9
ready to commit - ming and clutter related packages.

(obache)

2010-04-07 06:19:46 UTC MAIN commitmail json YAML

+ clive-2.2.11 [pkg/43111]

(obache)

2010-04-07 05:40:24 UTC MAIN commitmail json YAML

2010-04-07 05:40:11 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.15.3

This is a security and bugfix release of MediaWiki 1.15.3 and MediaWiki
1.16.0beta2.

MediaWiki was found to be vulnerable to login CSRF. An attacker who
controls a user account on the target wiki can force the victim to log
in as the attacker, via a script on an external website. If the wiki is
configured to allow user scripts, say with "$wgAllowUserJs = true" in
LocalSettings.php, then the attacker can proceed to mount a
phishing-style attack against the victim to obtain their password.

Even without user scripting, this attack is a potential nuisance, and so
all public wikis should be upgraded if possible.

Our fix includes a breaking change to the API login action. Any clients
using it will need to be updated. We apologise for making such a
disruptive change in a minor release, but we feel that security is
paramount.

For more details see https://bugzilla.wikimedia.org/show_bug.cgi?id=23076

(martti)

2010-04-06 22:30:51 UTC MAIN commitmail json YAML

Note update of www/typolight28-translations package to 20100406.

(taca)

2010-04-06 22:29:59 UTC MAIN commitmail json YAML

2010-04-06 06:41:37 UTC MAIN commitmail json YAML

Updated comms/jpilot to 1.6.0nb4

(sbd)

2010-04-06 06:41:20 UTC MAIN commitmail json YAML

add 'bin/jpilot-dial' on Linux from PR 42289

Bump PKGREVISION

OK wiz@

(sbd)

2010-04-06 06:31:42 UTC MAIN commitmail json YAML

Revert last change. GCC was complaing about an undefined label and not
about an unused one. PR toolchain/43123 seems to be caused by a bug in
flex(1) under NetBSD-current and not by problem with this package.

(tron)

2010-04-06 04:36:00 UTC MAIN commitmail json YAML

Casts to va_list are forbidden by ISO C++.  Even if everything works as
intended, the format string parser that generates the va_list does not support
all formatting characters.

Make this code portable by failing to parse any format string at all, not just
the ones that aren't fully supported.

Bump PKGREVISION for the functional change, though this code is probably
generally unused anyway.  Unmark as BROKEN and NOT_FOR_PLATFORM - I think all
uses of va_list casts are inhibited.

(dsainty)

2010-04-06 00:16:21 UTC MAIN commitmail json YAML

Note update of time/ruby-tzinfo package to 0.3.19.

(taca)

2010-04-06 00:15:34 UTC MAIN commitmail json YAML

2010-04-05 23:00:42 UTC MAIN commitmail json YAML

Stop GCC from complaining about unused labels in C sources. This should
fix the build problem reported by Hisashi T Fujinaka in PR pkg/43123.

(tron)

2010-04-05 22:54:57 UTC MAIN commitmail json YAML

2010-04-05 22:52:23 UTC MAIN commitmail json YAML

Update to ivtools 1.2.8

leaf node.  Adds DESTDIR support.  Drop maintainership.

Nov. 21st, 2009  ivtools-1.2.8

- significant work on keeping up with gcc and libstdc++.  A wrapper
  for stdio.h was inadvertently getting pulled in by /usr/include
  files, causing a lot of trouble.  Now builds with gcc-4.4 on Ubuntu
  9.10.

August 25th, 2009  ivtools-1.2.7

- series of memory leak checking commands
- added reference counting to OverlayView's (ComponentView's) referred from
  AttributeValue's (#define RESOURCE_COMPVIEW)
- fixed attrname func.
- fixed stddev func.
- added BooleanType to NumFunc promotion method.
- fixed graphdraw copy/paste of graph fragments
- new SocketObj for use comterp
- fix behavior of symbol manipulating funcs, by using internal bquote.
- port to Ubuntu Heron
- applied (most of) patch to build on Fedora 10 contributed by John Heidemann
- balance of changes to support ipl-1.0.4

July 9th, 2008  ivtools-1.2.6

- Debian contributed patch for iostreams backward compatibility
- bug fix for dispatcher.c contributed by Damon Permezel
- add mute command to comterp
- balance of changes to support ipl-1.0.2

March 4th, 2008  ivtools-1.2.5

- overall evolution to support use by ipl-1.0.1 (see
  http://sf.net/projects/ipl for further details)

(markd)

2010-04-05 18:50:48 UTC MAIN commitmail json YAML

Pass in DO_ICONV_CAST on Solaris and NetBSD instead of incorrect
patch. Noted by Alexander Polakov in PR 43113.

(wiz)

2010-04-05 18:14:42 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20100404

(wiz)

2010-04-05 18:14:29 UTC MAIN commitmail json YAML

Update to 20100404 to make it work again.

(wiz)

2010-04-05 18:12:33 UTC MAIN commitmail json YAML

Updated net/clive to 2.2.11

(wiz)

2010-04-05 18:12:22 UTC MAIN commitmail json YAML

Update to 2.2.11. Previous version didn't work any longer due to youtube
changes.

Version 2.2.11
--------------
April 3, 2010

Bugfixes:
  * Youtube, update patterns to reflect website changes

Version 2.2.10
--------------
March 24, 2010

Changes:
  * Add buzzhumor.com support
  * Mark ehrensenf.de support as broken

Bugfixes:
  * Update --hosts format strings
  * dailymotion.com
    # Change format IDs to reflect website changes (yet again):
      * h264-hd -> hd
      * h264-hq -> hq
      * removed h264 and spark-mini (no longer even listed)
    # Parse title from elsewhere
      * Title was previously parsed from the title HTML tag
      * Which usually contained more than we cared for
    # Spew out an error if the video looks like a partner video
  * break.com
    # Support, thanks to Werner Elsler for the fix
    # Title parsing, ported from libquvi

(wiz)

2010-04-05 15:34:00 UTC MAIN commitmail json YAML

Note update of www/typolight28-translations package to 20100405.

(taca)

2010-04-05 15:33:07 UTC MAIN commitmail json YAML

2010-04-05 00:49:07 UTC MAIN commitmail json YAML

Bump doxygen requirement for previous.

(jakllsch)

2010-04-05 00:37:14 UTC MAIN commitmail json YAML

Updated cross/avr-libc to 1.6.7nb1

(jakllsch)

2010-04-05 00:36:42 UTC MAIN commitmail json YAML

2010-04-05 00:06:24 UTC MAIN commitmail json YAML

Build fix: treat DragonFly as other BSDs.
>From Alexander Polakov, PR pkg/43118

(asau)

2010-04-04 22:24:22 UTC MAIN commitmail json YAML

Note update of www/typolight28-translations package to 20100404.

(taca)

2010-04-04 22:23:30 UTC MAIN commitmail json YAML

2010-04-04 17:23:44 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20100403

(schmonz)

2010-04-04 17:23:30 UTC MAIN commitmail json YAML

Update to 3.20100403. From the changelog:

  * websetup: Add websetup_unsafe to allow marking other settings
    as unsafe.
  * Improve openid url munging; do not display anchors and cgi parameters,
    as used by yahoo and google urls.
  * Add complete German basewiki and directives translation done by
    Sebastian Kuhnert.
  * Add a include setting, which can be used to make ikiwiki process
    wiki source files, such as .htaccess, that would normally be skipped
    for security or other reasons. Closes: #447267
    (Thanks to Aaron Wilson for the original patch.)
  * Add support for setup files written in YAML.
  * Add --set-yaml switch for setting more complex config file options.
  * filecheck: Fix bugs that prevented the pagespecs from matching when
    not called by attachment plugin.
  * Fix incorrect influence info returned by a failing link() pagespec,
    that could lead to bad dependency handling in certian situations.
  * Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar
    if necessary for unusual install.
  * auto-blog.setup: Set tagbase by default, since most bloggers will want it.
  * Allow wrappers to be built using tcc. (Workaround #452876)
  * openid: Use Openid Simple Registration or OpenID Attribute Exchange
    to get the user's email address and username. (Neither is yet
    used, but they are available in the session object now.)
  * page.tmpl: Add Cache-Control must-revalidate to ensure that users
    (especially of Firefox) see fresh page content.
  * htmlscrubber: Allow colons in urls after '?'
  * template: Search for templates in the templatedir, if they are not
    found as pages in the wiki.

Leaf package, updating during the freeze for bugfixes.

(schmonz)

2010-04-04 11:40:40 UTC MAIN commitmail json YAML

Note update of the "wireshark" package to version 1.2.7.

(tron)

2010-04-04 11:40:25 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.2.7. Changes since version 1.2.6:
Bug fixes:
- SNMPv3 Engine ID registration. (Bug 2426)
- Open file dialog always displayed when clicking anywhere on
  Wireshark. (Bug 2478)
- tshark reports wrong number of bytes on big dumpfiles with -z
  io,stat. (Bug 3205)
- Negative INTEGER number displayed as positive number in SNMP
  dissector. (Bug 3230)
- Add support for FT_BOOLEAN fields to wslua FieldInfo. (Bug 4049)
- Wireshark crashes w/ GLib error when trying to play RTP
  stream. (Bug 4119)
- Windows 2000 support has been restored. (Bug 4176)
- Wrong dissection on be_cell_id_list for bssmap. (Bug 4437)
- I/O Graph dropdown boxes not working correctly. (Bug 4487)
- Runtime Error when right-clicking field and selecting "Filter
  Field Reference". (Bug 4522)
- In GSM SMS PDU TPVPF showing wrong. (Bug 4524)
- Profinet: May be wrong defined byte meaning. (Bug 4525)
- GLib-CRITICAL ** Message. (Bug 4547)
- Certain EDP display filters trigger Wireshark/tshark runtime
  error. (Bug 4563)
- Some NCP frames trigger "Dissector bug, protocol NCP". (Bug 4565)
- The encapsulation abbreviation "bluetooth-h4" is ambiguous.(Bug 4613)
Updated Protocol Support:
- BSSMAP, DMP, GSM SMS, LDSS, NCP, PN/IO, PPP, SIP, SNMP

Requested by Alistair Crooks.

(tron)

2010-04-04 08:12:03 UTC MAIN commitmail json YAML

Fix _XOPEN_SOURCE problem on DragonFly.

Patch provided by YONETANI Tomokazu in PR#43020,
and it had been accepted by upstream.

(obache)

2010-04-03 21:00:42 UTC MAIN commitmail json YAML

Don't require farsight option for enabling PLIST.gnome, because the
gnome-specific file is installed even w/o farsight.  PKGREVISION++.

ok wiz@

(gdt)

2010-04-03 14:22:09 UTC MAIN commitmail json YAML

Use a new DIST_SUBDIR for "new" distfile.  Requested by wiz.

(jakllsch)

2010-04-03 08:46:56 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.0.4

(tnn)

2010-04-03 08:45:57 UTC MAIN commitmail json YAML

Update to seamonkey-2.0.4.
*  Security fixes (MFSA 2010-16 through MFSA 2010-24)
* Fixes for a number of non-security-relevant crashes, increasing the
  stability of the whole platform and the Mail & Newsgroups part of SeaMonkey
* ChatZilla localization packs work again (Bug 540842)
* FTP file upload was fixed (Bug 467524)
* The internal help content was updated some more

(tnn)

2010-04-03 00:59:27 UTC MAIN commitmail json YAML

Update distinfo for superfluous change in upstream distfile.  *sigh*

(jakllsch)

2010-04-02 22:28:53 UTC MAIN commitmail json YAML

Updated devel/mercurial to 1.5.1

(wiz)

2010-04-02 22:28:43 UTC MAIN commitmail json YAML

Update to 1.5.1, requested by agc.

1.5.1 - 2010-04-01

Core

    * improve warning on adding large files
    * expand ~ in auth filenames and aliases
    * several improvements to patch parsing
    * warn about attempts to use hg branch to switch branches
    * push: fix bug in prepush logic and its tests
    * hgweb: fix broken URLs of RSS/Atom feeds
    * subrepo: several bug fixes

Extensions

    * acl: added support for '*' (everyone) in user list
    * progress: use stderr instead of stdout
    * schemes: add Kiln On Demand to default schemes

(wiz)

2010-04-02 20:29:25 UTC MAIN commitmail json YAML

Updated www/firefox to 3.6.3

(tnn)

2010-04-02 20:28:24 UTC MAIN commitmail json YAML

firefox-3.6.3 fixes a use-after-free bug which could be exploited to
run arbitrary code.

(tnn)

2010-04-02 19:45:24 UTC MAIN commitmail json YAML

2010-04-02 11:19:40 UTC MAIN commitmail json YAML

2010-04-02 11:14:53 UTC MAIN commitmail json YAML

+ accerciser-1.10.0, anjuta-extras-2.30.0, arping-2.09, calibre-0.6.46,
  clive-2.2.10, eog-2.30.0, eog-plugins-2.30.0, epiphany-extensions-2.30.0,
  evolution-2.28.3.1, evolution-webcal-2.28.1, fbreader-0.12.10,
  gimp-ufraw-0.17, gnome-2.30, gnome-desktop-2.30.0,
  gnome-games-extra-data-2.30.0, gnome-mag-0.16.1, gnome-screensaver-2.30.0,
  gnome-system-monitor-2.28.1, hamster-applet-2.30.0.1, highlight-2.16,
  kde4-4.4.2, kipi-plugins-1.2.0, libgnome-keyring-2.30.0, libxml++-2.30.0,
  mc-4.7.0.3, mercurial-1.5.1 [wiz], metacity-2.30.0,
  modular-xorg-server-1.8.0, moserial-2.30.0, mpg123-1.12.0, ns-3.7.1,
  openttd-1.0.0, pango-1.28.0, pixman-0.18.0, py-gnome2-2.28.1,
  py-gnome2-desktop-2.30.0, sabayon-2.30.0, seahorse-2.30.0,
  seahorse-plugins-2.30.0, seamonkey-2.0.4, sound-juicer-2.28.2,
  sun-jdk6-6.0.19, sun-jre6-6.0.19, tea-27.0.2, vala-0.8.0,
  wireshark-1.2.7.

(wiz)

2010-04-02 09:58:54 UTC MAIN commitmail json YAML

Updated net/tor to 0.2.1.25

(wiz)

2010-04-02 09:58:44 UTC MAIN commitmail json YAML

Update to 0.2.1.25, provided by maintainer Christian Sturm in PR 43103:

Changes in version 0.2.1.25 - 2010-03-16
  o Major bugfixes:
    - Fix a regression from our patch for bug 1244 that caused relays
      to guess their IP address incorrectly if they didn't set Address
      in their torrc and/or their address fails to resolve. Bugfix on
      0.2.1.23; fixes bug 1269.
    - When freeing a session key, zero it out completely. We only zeroed
      the first ptrsize bytes. Bugfix on 0.0.2pre8. Discovered and
      patched by ekir. Fixes bug 1254.

  o Minor bugfixes:
    - Fix a dereference-then-NULL-check sequence when publishing
      descriptors. Bugfix on 0.2.1.5-alpha. Discovered by ekir; fixes
      bug 1255.
    - Fix another dereference-then-NULL-check sequence. Bugfix on
      0.2.1.14-rc. Discovered by ekir; fixes bug 1256.
    - Make sure we treat potentially not NUL-terminated strings correctly.
      Bugfix on 0.1.1.13-alpha. Discovered by rieo; fixes bug 1257.

(wiz)

2010-04-02 06:51:31 UTC MAIN commitmail json YAML

Added PKGCONFIG_OVERRIDE for other packages to build/configure correctly

(adam)

2010-04-01 22:03:09 UTC MAIN commitmail json YAML

2010-04-01 12:08:12 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.6.23.1

(tnn)

2010-04-01 12:02:57 UTC MAIN commitmail json YAML

2010-04-01 12:02:23 UTC MAIN commitmail json YAML

Updated mail/clamav to 0.96

This release of ClamAV introduces new malware detection mechanisms and other
significant improvements to the scan engine. The key features include:

    - The Bytecode Interpreter: the interpreter built into LibClamAV allows
      the signature writers to create and distribute very complex detection
      routines and remotely enhance the scanner's functionality

    - Heuristic improvements: improve the PE heuristics detection engine by
      adding support of bogus icons and fake PE header information. In a
      nutshell, ClamAV can now detect malware that tries to disguise itself
      as a harmless application by using the most common Windows program icons.

    - Signature Improvements: logical signature improvements to allow more
      detailed matching and referencing groups of signatures. Additionally,
      improvements to wildcard matching on word boundaries and newlines.

    - Support for new archives: 7zip, InstallShield and CPIO. LibClamAV
      can now transparently unpack and inspect their contents.

    - Support for new executable file formats: 64-bit ELF files and OS X
      Universal Binaries with Mach-O files. Additionally, the PE module
      can now decompress and inspect executables packed with UPX 3.0.

    - Support for DazukoFS in clamd

    - Performance improvements: overall performance improvements and memory
      optimizations for a better overall resource utilization experience.

    - Native Windows Support: ClamAV will now build natively under Visual
      Studio. This will allow 3rd Party application developers on Windows
      to easily integrate LibClamAV into their applications.

The complete list of changes is available in the ChangeLog file. For upgrade
notes and tips please see: https://wiki.clamav.net/Main/UpgradeNotes096

(martti)

2010-04-01 12:01:53 UTC MAIN commitmail json YAML

Update to sqlite3-3.6.23.1.
This is a patch release that fixes a FTS3 regression in 3.6.23.
ok wiz@

(tnn)

2010-04-01 12:00:59 UTC MAIN commitmail json YAML

+ elinks-0.12pre5

(obache)

2010-04-01 10:42:37 UTC MAIN commitmail json YAML

Exactly disable lzma support, workaround of PR#43096.

(obache)

2010-04-01 09:32:13 UTC MAIN commitmail json YAML

Should not be set to PKG_OPTIONS_LEGACY_OPTS, added instead.

(obache)

2010-04-01 08:25:07 UTC MAIN commitmail json YAML

2010-04-01 06:59:19 UTC MAIN commitmail json YAML

Need 64bit off_t, so pass -D_FILE_OFFSET_BITS=64 to CFLAGS on Linux.
Fixes PR#43094.

(obache)

2010-04-01 06:34:27 UTC MAIN commitmail json YAML

Updated benchmarks/bonnie++ to 1.03e

(obache)

2010-04-01 06:34:14 UTC MAIN commitmail json YAML

Update bonnie++ to 1.03e.

bonnie++ (1.03e)

  * Added the -D option to bonnie++ to use direct IO (O_DIRECT) for bulk IO.
    Thanks to Dave Murch from Violin Memory - http://violin-memory.com/

-- Russell Coker <russell@coker.com.au>  Wed, 10 Dec 2008 09:08:00 +1100

bonnie++ (1.03d)

  * Made it compile with GCC 4.3.
  * Added the URL to the man pages.
  * Made zcav display the total time and average speed for a loop and also the
    time that each loop completed.
  * Made the zcav default block size 256M to cope with larger and faster disks.
  * Made the zcav output units be in MiB/s and GiB.
  * Improved the Bonnie++ man page in regard to the -y and -p options.
  * Use DH_COMPAT=4 and dh_installman.

-- Russell Coker <russell@coker.com.au>  Wed, 23 Jul 2008 10:54:24 +1000

(obache)

2010-04-01 06:07:43 UTC MAIN commitmail json YAML

set LICENSE=gnu-gpl-v2.

(obache)

2010-04-01 06:02:27 UTC MAIN commitmail json YAML

Exactly pass empty string as prefix to use plain default KDE settings.
Back to the previous behaviour and fix PR#43052.

(obache)

2010-04-01 02:06:13 UTC MAIN commitmail json YAML

Updated converters/skf to 1.97.1

(obache)

2010-04-01 02:06:01 UTC MAIN commitmail json YAML

Update skf to 1.97.1.

skf (1.97.1)

  * enable -i and -o in nkf compatible mode.
  * restore old umask after overwrite.
  * add flush on unic*de and b-right.
  * disable adding lineend on encode-tail when in LWL extension.

(obache)

2010-03-31 11:15:29 UTC MAIN commitmail json YAML

Note update of the "squid31" package to version 3.1.1.

(tron)

2010-03-31 11:15:14 UTC MAIN commitmail json YAML

Update "squid31" package to version 3.1.1. Changes since version 3.1.0.18:
The 3.1.1 is the first release of the Squid-3.1 series which has passed
the maintainer's criteria for use in production environments.

3.1.1 brings many new features and upgrades to the basic networking
protocols. A short list of the major new features is:
* Connection Pinning (for NTLM Auth Passthrough)
* Native IPv6
* Quality of Service (QoS) Flow support
* Native Memory Cache
* SSL Bump (for HTTPS Filtering and Adaptation)
* TProxy v4.1+ support
* eCAP Adaptation Module support
* Error Page Localization
* Follow X-Forwarded-For support
* X-Forwarded-For options extended (truncate, delete, transparent)
* Peer-Name ACL
* Reply headers to external ACL.
* ICAP and eCAP Logging
* ICAP Service Sets and Chains
* ICY (SHOUTcast) streaming protocol support
* HTTP/1.1 support on connections to web servers and peers.
  (with plans to make this full support within the 3.1 series)

Approved by Thomas Klausner.

(tron)

2010-03-31 10:33:46 UTC MAIN commitmail json YAML

Fix PLIST when installing in Linux.

(jmmv)

2010-03-31 10:00:48 UTC MAIN commitmail json YAML

Note update of math/ruby-rb-gsl package to 1.14.3.

(taca)

2010-03-31 10:00:06 UTC MAIN commitmail json YAML

Update ruby-rb-gsl package to 1.14.3.

Mon Mar 22 23:54:07 MDT 2010
  * GSL-1.14 support
    * Added GSL::Multiset class
    * Added GSL::Function#glfixed(a, b table)

Sun Aug 16 19:01:31 BOT 2009
  * Added Non-negative Matrix Factorization (NMF) support (by Roman Shterenzon)

Sat Aug  8 22:36:24 BOT 2009
  * Added GSL-1.13 features:
    * Added GSL::Monte::Miser#params_get, GSL::Monte::Vegas#params_get
    * Added GSL::BSpline::greville_abscissa(i)
    * Added GSL::Poly#eval_derivs(x)
    * Added a new minimization algorithm "quad_golden"
    * Added a new multimin algorithm "nmsimplex2rand"

Tue Jun  9 10:42:30 JST 2009
  * Fixed bug in linalg.c (bug [#25842])

Thu Feb  2 12:16:38 JST 2009
  * Fixed a bug in GSL::Histogram.alloc_uniform() (bug [#23040])
  * Fixed a bug in GSL::Vector#/ (bug [#23334])

Thu Nov  6 17:34:18 JST 2008
  * Match with the tensor extension version 0.99
    * now not compatible for the versions older than tensor-0.97.

Sat Jul 26 08:23:45 JST 2008
  * GSL::Poly.eval now handles complex numbers (GSL-1.11)
  * Added new quasi-random generators "halton" and "reversehalton"
  * Added a module function GSL::MultiFit::linear_residuals() (GSL-1.11)
  * Fixed a bug in ODE solver

Mon Jun 30 22:07:24 JST 2008
  * Fixed GSL::Vector#normalize (#20865)

Mon May 26 19:21:15 JST 2008
  * Fixed a bug in GSL::Matrix::to_v (#19757)
  * Fixed a bug in GSL::Vector::Int multiplication (#19924)

(taca)

2010-03-31 09:11:11 UTC MAIN commitmail json YAML

Import dhcpcd-5.2.2 with the following changes:
* The broadcast flag is now automatically set for interfaces that require
  it, via platform detection. Currently qeth on Linux.
* Fix a file descriptor leak on Linux getting platform info.
* Don't send a maximum DHCP message size beyond what we can handle.
* ip_ip is now randomized.
* IPTOS_LOWDELAY and IP_DF flags are no longer set.
* SSID is now correctly terminated on Linux.

(roy)

2010-03-31 04:04:10 UTC MAIN commitmail json YAML

Buildlink in libXres to satisfy pkgconfig from client packages.

(dsainty)

2010-03-31 03:50:25 UTC MAIN commitmail json YAML

libwnck can use libXres if configure finds it, but it wasn't buildinked in.
If configure finds it in the base system anyway, bad things will happen (like
the package build breaking, as experienced under Linux).

So, buildlink in libXres.

Bump PKGREVISION to reflect that this version was built with libXres
definitely present.

(dsainty)

2010-03-31 02:35:05 UTC MAIN commitmail json YAML

Allow build on DragonFly. From PR 43085

(joerg)

2010-03-31 01:25:26 UTC MAIN commitmail json YAML

NSS wants to use libz.  Buildlink in devel/zlib.  Fixes build on some Linux
systems.

(dsainty)

2010-03-31 00:44:41 UTC MAIN commitmail json YAML

Add patch to fix upstream bug where the presence of bswap32 is wrongly
interpreted as our platform being little endian.  With this, make
check does vastly better on sparc64.  PKGREVISION++.

>From Holger Weiß on pkgsrc-users.

(gdt)

2010-03-30 14:21:42 UTC MAIN commitmail json YAML

Update to thunderbird-3.0.4.
* Several fixes to improve stability and security
* Several fixes to the user interface

(tnn)

2010-03-30 13:36:14 UTC MAIN commitmail json YAML

Note update of time/ruby-tzinfo package to 0.3.18.

(taca)

2010-03-30 13:35:38 UTC MAIN commitmail json YAML

2010-03-30 13:07:09 UTC MAIN commitmail json YAML

2010-03-30 13:06:53 UTC MAIN commitmail json YAML

Update amule to 2.2.6.
Requested by Rumko by PR#43069.

Version 2.2.6 - The "we don't have holidays" version.
----------
2009-09-16

GonoszTopi:
* Fixed obfuscated server UDP communication.
* Fixed cross-endian Kad node verification.
* Fixed name conflict in builtin PHP parser.
* Fixed configure finding unwanted Crypto++ installations.

Marcell:
* Properly update transfers tab's bottom pane's title.

mr_hyde:
* Fixed a bug in detecting and using the fallocate() function.

Sam Hocevar:
* Now really fixed that security issue.

Stu Redman:
* Fixed HTTP download if server transmits no content-length
* Fixed several cases of amulecmd printing zero on big endian machines
* Fixed amuleweb crashing on tiny downloads
* Added version resources to MSVC binaries
* Fixed wrong search text in search dialog after deleting a tab
* Fixed download limit in amuled (which was 50% of what was set)

Wuischke:
* Fix amuleweb progress bar display for files > 4GB

Special Thanks To:
* stefanero and his bleeding-edge system

(obache)

2010-03-30 12:35:12 UTC MAIN commitmail json YAML

First batch of GNOME-2.30 packages.

+ MesaLib-7.8.0, at-spi-1.30.0, atk-1.30.0, bftpd-2.7, botan-1.9.5,
  bouml-4.19.2, brasero-2.30.0, cheese-2.30.0, digikam-1.2.0,
  empathy-2.30.0, epiphany-2.30.0, evince-2.30.0, fetchmail-6.3.15,
  gdm-2.30.0, gedit-2.30.0, gedit-plugins-2.30.0, glibmm-2.24.0,
  gnome-applets-2.30.0, gnome-bluetooth-2.30.0, gnome-control-center-2.30.0,
  gnome-devel-docs-2.30.0, gnome-doc-utils-0.20.0, gnome-games-2.30.0,
  gnome-nettool-2.30.0, gnome-packagekit-2.30.0, gnome-power-manager-2.30.0,
  gnome-settings-daemon-2.30.0, gnome-system-tools-2.30.0,
  gnome-terminal-2.30.0, gnome-user-docs-2.30.0, gnome-user-share-2.30.0,
  gok-2.30.0, gtk2-engines-2.20.0, gtkmm-2.20.0, gucharmap-2.30.0,
  hiawatha-7.1, kdbg-2.2.1, libgdata-0.6.4, libgnomekbd-2.30.0,
  libgweather-2.30.0, liboobs-2.30.0, mousetweaks-2.30.0,
  nautilus-sendto-2.28.4, nut-15.4, orca-2.30.0, tomboy-1.2.0,
  totem-2.30.0, totem-pl-parser-2.30.0, viewvc-1.1.5, vinagre-2.30.0,
  vte-0.24.0, xf86-video-intel-2.11.0, yelp-2.30.0.

(wiz)

2010-03-30 11:29:36 UTC MAIN commitmail json YAML

${LOWER_OPSYS} strikes again! (PR pkg/43080)

(tnn)

2010-03-30 11:18:57 UTC MAIN commitmail json YAML

Updated net/nload to 0.7.2

(obache)

2010-03-30 11:17:45 UTC MAIN commitmail json YAML

Update nload to 0.7.2.
While here, set LICENSE=gnu-gpl-v2.

2008-06-28 Roland Riegel <feedback@roland-riegel.de>

* Really fix compilation with g++ 4.3

2008-02-27 Roland Riegel <feedback@roland-riegel.de>

* If devices are given on the command line, display only these

* Use --sysconfdir as given to configure

(obache)

2010-03-30 10:56:00 UTC MAIN commitmail json YAML

This package only supports "destdir" not "user-destdir" installation as
it tries to change the group of the optional "mutt_dotlock" program.

(tron)

2010-03-30 10:29:40 UTC MAIN commitmail json YAML

Fix installation into a destination directory with "MANZ" defined
by passing the correct directory name to "mk/plist/doc-compress".

(tron)

2010-03-30 10:29:22 UTC MAIN commitmail json YAML

2010-03-30 10:17:25 UTC MAIN commitmail json YAML

regen (hi jared)

(wiz)

2010-03-30 09:51:30 UTC MAIN commitmail json YAML

The patch file in jumbo-patches is extracted in ${WRKDIR}, use it for patch,
to avoid wildcards for tar portability issue reported in PR#43079.

(obache)

2010-03-30 09:21:30 UTC MAIN commitmail json YAML

pkg/42858: devel/libffi-3.0.9 fails to build on NetBSD/cobalt 5.02

Fix build for NetBSD/mips, tested on NetBSD/sgimips 5.0_STABLE

(jmcneill)

2010-03-30 09:12:04 UTC MAIN commitmail json YAML

Add oss specific build environment when defaulting to mpg123-oss output
module. Should fix PR pkg/43077.

(martin)

2010-03-30 04:37:10 UTC MAIN commitmail json YAML

Updated net/libvncserver to 0.9.7nb3

(sbd)

2010-03-30 04:36:54 UTC MAIN commitmail json YAML

add 'bin/LinuxVNC' to PLIST.Linux From PR 42289

Bump PKGREVISION

OK wiz@

(sbd)

2010-03-30 00:45:10 UTC MAIN commitmail json YAML

2010-03-30 00:44:48 UTC MAIN commitmail json YAML

Fix emacs20 on -current. (It broke on the terminfo changes because it
can't probe terminfo vs. termcap and needs to be told explicitly in its
config system.) ok agc@. PKGREVISION to 14.

(dholland)

2010-03-29 19:38:54 UTC MAIN commitmail json YAML

Fix DESTDIR build (OWN_DIRS specified incorrectly).
Add full lists of dirs to INSTALLATION_DIRS and patch away directory
creation from Makefile fragments.
Use dansgrdn:dansgrdn for user:group instead of nobody:nobody
Bump PKGREVISION

(sborrill)

2010-03-29 15:45:50 UTC MAIN commitmail json YAML

+openssl-1.0.0.

(taca)

2010-03-29 13:35:13 UTC MAIN commitmail json YAML

+openssl 0.9.8n, open-vm-tools-2010.03.20.243334.

(taca)

2010-03-29 13:34:42 UTC MAIN commitmail json YAML

Note update of www/typolight28-translations package to 20100327.

(taca)

2010-03-29 13:34:39 UTC MAIN commitmail json YAML

2010-03-29 13:33:38 UTC MAIN commitmail json YAML

Update typolight28-translations package to 20100327.

* Add Galician language translation files.
* Update Swedish language translation files.

(taca)

2010-03-29 13:01:54 UTC MAIN commitmail json YAML

Honour build environment. Fixes build if $HOME is not writeable.

(joerg)

2010-03-29 10:09:13 UTC MAIN commitmail json YAML

+ TeXmacs-1.0.7.4, amule-2.2.6 [pkg/43069], cdrkit-1.1.10,
  cfitsio-3240, cherokee-0.99.44, clutter-1.2.4, covered-0.7.8,
  dbus-1.2.24, dbus-glib-0.86, dvipng-1.13, echinus-0.4.2, eukleides-1.5.3,
  fbreader-0.12.9, fltk-1.1.10 [pkg/43061], fotoxx-9.9, gaupol-0.15.1,
  gcalctool-5.30.0, gedit-2.28.4, glib2-2.24.0, glibmm-2.22.2,
  gmime-2.2.26, gnome-applets-2.30.0, gtk2-2.20.0, gtksourceview-2.10.0,
  koffice-2.1.81, libao-1.0.0, libaudiofile-0.2.7, libogg-1.2.0,
  libvorbis-1.3.1, mathomatic-15.0.6, mkvtoolnix-3.3.0,
  mousetweaks-2.30.0, mpg123-1.11.0, musicpd-0.15.9, mysql51-server-5.1.45,
  ocaml-3.11.2 [pkg/43038], openbox-3.4.11.1, opera-10.51,
  p5-Compress-Raw-Bzip2-2.025, p5-Compress-Raw-Zlib-2.025,
  p5-DateTime-TimeZone-1.14, p5-IO-Compress-2.025, p5-IO-Socket-INET6-2.61,
  p5-JSON-2.18, p5-Module-Signature-0.63, p5-Mouse-0.52, puzzles-8905,
  py-bsddb3-4.8.4, py-gtksourceview-2.10.0, rhythmbox-0.12.8,
  rrdtool-1.4.3, scmgit-base-1.7.0.3, scmgit-docs-1.7.0.3,
  scribus-1.3.6, stunnel-4.32, tea-27.0.1, vorbis-tools-1.4.0,
  x264-devel-20100328,

(wiz)

2010-03-29 06:00:28 UTC MAIN commitmail json YAML

Updated graphics/goocanvasmm to 0.15.1

(obache)

2010-03-29 06:00:12 UTC MAIN commitmail json YAML

Update goocanvasmm to 0.15.1.

0.15.1:
* Use the latest mm-common build system, to produce API documentation that is
  ready for library.gnome.org.

(obache)

2010-03-29 04:57:03 UTC MAIN commitmail json YAML

Updated www/mimetex to 1.71

(obache)

2010-03-29 04:56:48 UTC MAIN commitmail json YAML

Update mimetex to 1.71 (18 November 2009).
security fix for CVE-2009-1382 and CVE-2009-2459.
While here, set LICENSE=gnu-gpl-v3.

It is hard to explain detailed changes with plain text, please refer following:
  http://www.forkosh.com/mimetexchangelog.html

(obache)

2010-03-28 13:03:16 UTC pkgsrc-2009Q4 commitmail json YAML

2010-03-28 13:02:33 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket #3068 - requested by taca
apache22: security update

Revisions pulled up:
- www/apache22/Makefile 1.56
- www/apache22/PLIST 1.16
- www/apache22/distinfo 1.30-1.31
- www/apache22/patches/patch-aq delete
- www/apache22/patches/patch-as delete
- www/apache22/patches/patch-au delete
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Mar  5 00:22:59 UTC 2010

Modified Files:
pkgsrc/www/apache22: distinfo
Removed Files:
pkgsrc/www/apache22/patches: patch-aq patch-as patch-au

Log Message:
Remove CVE-2007-3304 related patches.  CVE-2007-3304 was fixed
in Apache 2.2.6 and these patches are noop.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar  9 02:30:15 UTC 2010

Modified Files:
pkgsrc/www/apache22: Makefile PLIST distinfo

Log Message:
Update apache22 package to 2.2.15.

For full changes information please refer:
http://www.apache.org/dist/httpd/Announcement2.2.html.

Here is security related changes from ChangeLog
(http://www.apache.org/dist/httpd/CHANGES_2.2.15).

Changes with Apache 2.2.15

  *) SECURITY: CVE-2009-3555 (cve.mitre.org)
    mod_ssl: A partial fix for the TLS renegotiation prefix injection attack
    by rejecting any client-initiated renegotiations. Forcibly disable
    keepalive for the connection if there is any buffered data readable. Any
    configuration which requires renegotiation for per-directory/location
    access control is still vulnerable, unless using OpenSSL >= 0.9.8l.
    [Joe Orton, Ruediger Pluem, Hartmut Keil <Hartmut.Keil adnovum.ch>]

  *) SECURITY: CVE-2010-0408 (cve.mitre.org)
    mod_proxy_ajp: Respond with HTTP_BAD_REQUEST when the body is not sent
    when request headers indicate a request body is incoming; not a case of
    HTTP_INTERNAL_SERVER_ERROR.  [Niku Toivola <niku.toivola sulake.com>]

  *) SECURITY: CVE-2010-0425 (cve.mitre.org)
    mod_isapi: Do not unload an isapi .dll module until the request
    processing is completed, avoiding orphaned callback pointers.
    [Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]

(tron)

2010-03-28 12:45:44 UTC MAIN commitmail json YAML

propagate dependencies on the libs we link against, fixes build
issue with graphics/h5utils (did show up after archivers/szip is not used
by hdf5 anymore)

(drochner)

2010-03-28 12:36:35 UTC MAIN commitmail json YAML

use SIGPWR only #if defined, fixes build on DragonFly, from Rumko
per PR pkg/43068

(drochner)

2010-03-27 18:20:11 UTC MAIN commitmail json YAML

This package installs "lib/httpd/mod_php5.so" and not "mod_php52.so"
or "mod_php53.so".

(tron)

2010-03-27 17:53:15 UTC pkgsrc-2009Q4 commitmail json YAML

2010-03-27 17:51:38 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket #3066 - requested by taca
pango: security patch

Revisions pulled up:
- devel/pango/Makefile 1.140-1.141
- devel/pango/distinfo 1.82-1.83
- devel/pango/patches/patch-ae 1.5
- devel/pango/patches/patch-am 1.1
---
Module Name: pkgsrc
Committed By: tron
Date: Sun Feb 21 23:51:26 UTC 2010

Modified Files:
pkgsrc/devel/pango: Makefile distinfo
pkgsrc/devel/pango/patches: patch-ae

Log Message:
Change very questionable C++ code slightly to avoid high CPU usage under
Mac OS X. (see https://bugzilla.gnome.org/show_bug.cgi?id=593240 for
more details). Tested with XChat and Wireshark under Mac OS 10.6.2 and
NetBSD/amd64 5.0_STABLE.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Mar 27 15:59:34 UTC 2010

Modified Files:
pkgsrc/devel/pango: Makefile distinfo
Added Files:
pkgsrc/devel/pango/patches: patch-am

Log Message:
Add a patch to fix CVE-2010-0421, DoS security fix.

Bump PKGREVISION.

(tron)

2010-03-27 16:00:15 UTC MAIN commitmail json YAML

Note update of devel/pango package to 1.26.2nb2.

(taca)

2010-03-27 15:59:34 UTC MAIN commitmail json YAML

Add a patch to fix CVE-2010-0421, DoS security fix.

Bump PKGREVISION.

(taca)

2010-03-27 14:45:23 UTC pkgsrc-2009Q4 commitmail json YAML

2010-03-27 14:44:42 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket #3065 - requested by taca
openssl: security update

Revisions pulled up:
- security/openssl/Makefile 1.144-1.1.146
- security/openssl/PLIST.common 1.17
- security/openssl/distinfo 1.72-1.73
- security/openssl/patches/patch-aa 1.23
- security/openssl/patches/patch-ac 1.38
- security/openssl/patches/patch-af 1.24
- security/openssl/patches/patch-ax delete
- security/openssl/patches/patch-ay delete
- security/openssl/patches/patch-az delete
- security/openssl/patches/patch-ba delete
- security/openssl/patches/patch-bb delete
- security/openssl/patches/patch-bc 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Feb 26 03:15:14 UTC 2010

Modified Files:
pkgsrc/security/openssl: Makefile distinfo
pkgsrc/security/openssl/patches: patch-aa patch-ac patch-af
Removed Files:
pkgsrc/security/openssl/patches: patch-ax patch-ay patch-az patch-ba
    patch-bb

Log Message:
Update openssl to 0.9.8m.

  The OpenSSL project team is pleased to announce the release of
  version 0.9.8m of our open source toolkit for SSL/TLS. This new
  OpenSSL version is a security and bugfix release which implements
  RFC5746 to address renegotiation vulnerabilities mentioned in
  CVE-2009-3555.  For a complete list of changes,
  please see http://www.openssl.org/source/exp/CHANGES.
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Mar  1 08:15:40 UTC 2010

Modified Files:
pkgsrc/security/openssl: Makefile PLIST.common

Log Message:
Fix broken PLIST.
(I wonder why "make print-PLIST" generated wrong result before...")

Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Mar 26 00:20:49 UTC 2010

Modified Files:
pkgsrc/security/openssl: Makefile distinfo
Added Files:
pkgsrc/security/openssl/patches: patch-bc

Log Message:
Add a patch for Fix for CVE-2010-0740, DoS problem.

http://www.openssl.org/news/secadv_20100324.txt

Bump PKGREVISION.

(tron)

2010-03-27 13:37:34 UTC MAIN commitmail json YAML

Fixed brokenness of patch-ad

Ok'ed during freeze by wiz@

(pettai)

2010-03-27 12:55:00 UTC MAIN commitmail json YAML

another sparc64-only build fix; define memory barrier macro in sis_context.h

(tnn)

2010-03-27 12:45:34 UTC MAIN commitmail json YAML

Add missing gst-plugins0.10-soup dependency. Noted by Dennis den Brok on
tech-pkg.

(wiz)

2010-03-27 12:26:19 UTC MAIN commitmail json YAML

fix a wrong #include in patch-aa which caused sparc64 build to fail.

(tnn)

2010-03-27 06:25:55 UTC MAIN commitmail json YAML

Note update of these net/php-xmlrpc package.

    php5-xmlrpc-5.2.13nb1
    php53-xmlrpc-5.3.2nb1

(taca)

2010-03-27 06:24:36 UTC MAIN commitmail json YAML

Enable USE_PHP_EXT_PATCHES to apply patch to fix CVE-2010-0397
security problem.

Bump PKGREVISION.

(taca)

2010-03-27 06:23:13 UTC MAIN commitmail json YAML

Add patch for php-xmlrpc to fix CVE-2010-0397 security problem.
These patch are created from r296152 and r296153 from svn from PHP.

(taca)

2010-03-27 02:25:31 UTC MAIN commitmail json YAML

updated p5-Audio-Scan

(reed)

2010-03-27 02:23:07 UTC MAIN commitmail json YAML

For PR pkg/43059. I only tested install. This is from the maintainer.

Update to 0.70.

0.70    2010-03-23 19:00:00
        - Replaced libid3tag with a custom ID3 tag parser. libid3tag would read
an entire
          tag into memory, so in files with large embedded artwork this was a hu
ge waste
          of memory.  The new parser will generally never buffer more than about
4K of the
          file if AUDIO_SCAN_NO_ARTWORK is set.  It is also around twice as fast
.
        - INCOMPATIBLE CHANGE: ID3 tag elements returned in array form no longer
include
          the encoding type as the first value in the array.  Common frames this
affects
          include COMM, APIC, USLT, and others.
        - INCOMPATIBLE CHANGE: find_frame for both MP3 and Ogg Vorbis now take a
          timestamp in milliseconds.  Seeking using a file offset is too ambiguo
us
          because of non-audio tag data.
        - Fixed minor bug in Ogg Vorbis bitrate calculation, it was not ignoring
the
          size of the leading tag data when calculating average bitrate.
        - Improved Ogg Vorbis bitrate/duration calculation when file contains multiple
          logical bitstreams.
        - Added support for old WavPack versions < 4.
        - Changed ASF file_size value to be the actual file size, not the value
from within
          the file metadata which may or may not be correct.
        - Bundled a win32 build of zlib to make compiling on Windows a bit easie
r.

0.62    2010-03-02 12:00:00
        - INCOMPATIBLE CHANGE: Ogg Vorbis COVERART tags are now translated to an
          ALLPICTURES block and are base64-decoded.
        - Added support for new Ogg Vorbis cover art tag, METADATA_BLOCK_PICTURE
. Data
          is returned in the same ALLPICTURES array as for FLAC.

0.61    2010-02-23 22:50:00
        - RT 53118: Fixed crash under Perl 5.11.
        - Updated Mac hints file to be more compatible with non-Apple Perl build
s.

0.60    2010-02-22 17:45:00
        - WavPack 4.x support.
        - ID3: Bug 3998, Fixed parsing of multiple TCON genre values in older ta
g
          versions.
        - ID3: Parse RGAD frame (replay gain adjustment).
        - APE: Fixed bug where a trailing null could be read from tags.
        - FLAC: Calculate correct duration/bitrate for files with bad header
          information.
        - WAV: Ignore chunks SAUR, PAD, and otom.

(reed)

2010-03-27 01:40:22 UTC MAIN commitmail json YAML

improve buildlink with pre-gnome option.

(obache)

2010-03-26 21:44:59 UTC MAIN commitmail json YAML

Apply some sense to the build system by always linking the .la archives
in src/lib as that is the location it wants to pick it up. Work around
the dependencies in other places by symlinking to that, effectively
reverting the direction. Link telnet(d) consistently. Add DESTDIR support.

(joerg)

2010-03-26 17:54:09 UTC MAIN commitmail json YAML

2010-03-26 17:48:56 UTC MAIN commitmail json YAML

2010-03-26 17:04:45 UTC MAIN commitmail json YAML

Require zlib 1.2 for now, as zlib 1.1 doesn't like gzip headers and
would fail in the decompression code for pkg-vulnerabilities.

(joerg)

2010-03-26 16:41:57 UTC MAIN commitmail json YAML

Update checksums for:
  patch-ad: fix an #endif versus #else error
  patch-cc: adds NetBSD bswap* to interface/utils.h as per utils.h
  patch-ci: fix a crash on big-endian machines

(jdc)

2010-03-26 16:38:33 UTC MAIN commitmail json YAML

patch-ad: fix an #endif versus #else error
patch-cc: adds NetBSD bswap* to interface/utils.h as per utils.h
patch-ci: fix a crash on big-endian machines

(jdc)

2010-03-26 14:09:51 UTC MAIN commitmail json YAML

Apply the patch from pkg/40683, which did not make it into the 6.17
update of the package.

(hauke)

2010-03-26 00:21:57 UTC MAIN commitmail json YAML

Note update of security/openssl to 0.9.8mnb2.

(taca)

2010-03-26 00:20:49 UTC MAIN commitmail json YAML

2010-03-25 04:39:01 UTC MAIN commitmail json YAML

Skip broken NaN and infinity handling on VAX. May not strictly be
"correct", but VAX doesn't support NaN and infinity in its floating point,
so this is just to make m4 build on VAX.

(jklos)

2010-03-25 01:11:26 UTC MAIN commitmail json YAML

remove a redundant period.

(obache)

2010-03-24 21:54:17 UTC MAIN commitmail json YAML

2010-03-24 21:43:52 UTC MAIN commitmail json YAML

Updated
mail/spamassassin to 3.3.1

(heinz)

2010-03-24 21:41:11 UTC MAIN commitmail json YAML

Updated to version 3.3.1.

Pkgsrc changes:
  - Removed most of the package options; using the options framework for
    those choices was not quite correct in the first place. Some have now
    fixed values (Perl warnings and taint checks always enabled), some
    got converted to variables settable from the make command line, see
    options.mk.
  - pkglint complained about the variable PLIST_ADD so I renamed it to
    DYNAMIC_PLIST.
  - SpamAssassin does not come with rules anymore. As a starting point
    the official archive of rules at the time of the SA release is
    included. At installation time this set of rules gets installed
    through the pkgsrc INSTALL file.
  - Removed patch-ba and patch-bc, both were integrated upstream.
  - Removed patch-be. The quick fix for the bad rule was replaced by
    a permanent solution.

Summary of major changes since 3.3.0
====================================

bug 6335: add Spamhaus DBL as URIBL_DBL_SPAM rule

Bug 6370: update ImageInfo plugin to latest release

bug 6215, bug 6294: RCVD_IN_CSS rule was broken.  the check_rbl_sub() syntax
was incorrect, resulting in missing hits

bug 6361: list 2tld and 3tld sub-domain hosters for URIBL/SURBL/DBL queries;
NOTE for SARE users: This file replaces the SARE file
http://www.rulesemporium.com/rules/90_2tld.cf, which will be deprecated as from
2010-05-01.

Bug 6369, 6356, 6373: WIN32 support for spamd improved

Bug 6267: Solaris 10 requires --syslog-socket=native

bug 6304 spamd is spawning and killing processes too often - Added spamd
adjustments to info level and more information for administrators + small fix
to Makefile.PL

Bug 6310: sa-learn --import gives Insecure dependency in open

Bug 6313: -Q or -q AND -x should not result in creation of a ~/.spamassassin
dir; plus: taint issues fixed

Bug 6342: make test failure on if_can under perl 5.6

Bug 6340: Impossible to find user home directory of VPOPMAIL alias

Bug 6072, 6343: POD warnings, documentation fixes

Bug 6304 (trivial), reduce sysadmin's stress level by lowercasing
the 'INTERRUPTED' in a logged message:
spamd: handled cleanup of child pid [...] due to SIGCHLD: INTERRUPTED

Bug 6329: POSIX::strftime in call under Win32 ActivePerl causes Perl to hang up;
formatting option %e is not in a POSIX standard, use %d instead and edit

Bug 6322: In DKIM ADSP eval test check_dkim_adsp() the '*' is handled incorrectly

Bug 6327: Fix calling argument in utility used to determine DCC's homedir

Bug 6316: DCC.pm, wrong options for dcc_proc, (plus: avoid a warning on undef
in logger when dccifd socket is not provided)

Bug 6287: improved DKIM plugin debugging

Bug 6321 - _TOKENSUMMARY_ not working in 3.3.0 (Plugin/Bayes.pm looks-up a tag
from wrong location)

Bug 6312 - uninitialized value $start_time in spamd

bug 5761: trivial doc fix: document SPAMD_LOCALHOST test-control env variable

Summary of major changes since 3.2.5
====================================
COMPATIBILITY WITH 3.2.5

- rules are no longer distributed with the package, but installed by
  sa-update - either automatically fetched from the network (preferably)
  or from a tar archive, which is available for downloading separately
  (see below, section INSTALLING RULES);

- CPAN module requirements:
  - minimum required version of ExtUtils::MakeMaker is 6.17;
  - modules now required: Time::HiRes, NetAddr::IP (4.000 or later),
    Archive::Tar (1.23 or later), IO::Zlib;
  - minimal version of Mail::DKIM is 0.31 (preferred: 0.37 or later);
    expect some tests in t/dkim2.t to fail with versions older than 0.36_5;
  - no longer used: Mail::DomainKeys, Mail::SPF::Query;
  - either Digest::SHA or the older Digest::SHA1 is required, though
    note that the DKIM plugin requires Digest::SHA for sha256 hashes
    and Razor agents still need Digest::SHA1;
  - some IPv6 functionality requires IO::Socket::INET6;

- if keeping the AWL database in SQL, the field awl.ip must be extended to
  40 characters. The change is necessary to allow AWL to keep track of IPv6
  addresses which may appear in a mail header even on non-IPv6 -enabled host.
  While at it, consider also adding a field 'signedby' to the SQL table 'awl'
  (and adding 'auto_whitelist_distinguish_signed 1' to local.cf);
  see sql/README.awl for details. The change need not be undone even if
  downgrading back to 3.2.* for some reason;

- fixing a protocol implementation error regarding a PING command required
  bumping up the SPAMC protocol version to 1.5.  Spamd retains compatibility
  with older spamc clients. Combining new spamc clients with pre-3.3 versions
  of a spamd daemon is not supported (but happens to work, except for the
  PING and SKIP commands);

- if using one of the plugins (FreeMail, PhishTag, Reuse) which were
  previously not part of the official package, please retire your local copy
  to avoid it conflicting with a new native plugin;

- as the plugin AWL is no longer loaded by default, to continue using it
  the following line is needed in one of the .pre files (e.g. local.pre):
    loadplugin Mail::SpamAssassin::Plugin::AWL

- it may be worth mentioning that a rule DKIM_VERIFIED has been renamed
  to DKIM_VALID to match its semantics;

- the DKIM plugin is now enabled by default for new installs, if the perl
  module Mail::DKIM is installed.  However, installation of SpamAssassin
  will not overwrite existing .pre configuration files, so to use DKIM when
  upgrading from a previous release that did not use DKIM, a directive:

    loadplugin Mail::SpamAssassin::Plugin::DKIM

  will need to be uncommented in file "v312.pre", or added to some
  other .pre file, such as local.pre;

- due to changes in some internal data structures (like Bug 6185, 6254),
  some third-party plugins may need to be updated. One such example is
  the ClamAVPlugin plugin - please find a fresh version, which can be used
  with both SpamAssassin versions 3.2.5 and 3.3.0, on its wiki page at
  http://wiki.apache.org/spamassassin/ClamAVPlugin

- versions of amavisd-new between 2.5.2 and 2.6.1 (inclusive) are incompatible
  with SpamAssassin 3.3; please upgrade amavisd to 2.6.2 or later, or apply
  a workaround https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6257

- support for versions of perl 5.6.* is being gradually revoked
  (may still work, but no promises and no support);

- preferred versions of perl are 5.8.8, 5.8.9, and 5.10.1 or later;

- on FreeBSD, please avoid using multithreaded versions of perl older
  than 5.10.0 due to small default main thread's stack size, which may
  not suffice for some regular expression evaluations;

INSTALLING RULES

Rules are normally installed by running a sa-update command.
The version of sa-update program should match the version of SpamAssassin
modules, so invoking sa-update should be performed only after installing
or upgrading SpamAssassin code, not before.

Installing rules from network is done with a single command,
normally run as root:
  sa-update

Installing rules from files:
  obtain all the following files:
    Mail-SpamAssassin-rules-xxx.tgz
    Mail-SpamAssassin-rules-xxx.tgz.asc
    Mail-SpamAssassin-rules-xxx.tgz.md5
    Mail-SpamAssassin-rules-xxx.tgz.sha1
      (where xxx may look something like '3.3.0.r893295')
  install rules from a compressed tar archive:
    sa-update --install Mail-SpamAssassin-rules-xxx.tgz
      (sa-update will need corresponding .asc and .sha1 files with the
      same base name in the same directory as the .tgz file)

MAIN NEW FEATURES

- IPv6 support was substantially improved (see below);

- many improvements to the DKIM plugin (understands author domain signatures,
  supports multiple signatures, ADSP support with overrides) - (see below);

- added 'if can(Class::method)' conditional statement, allowing configuration
  settings to be conditional on plugin capabilities without requiring
  new version releases to do so;

- added a --verbose option to the sa-update utility to show updated channels;

- added a configuration option 'time_limit', defaulting to 300 seconds
  or whatever the caller (like spamd) provides; attempting to gracefully
  terminate the checking when a time limit is reached, reporting the score
  and test hits that were collected so far, along with an added hit on
  a rule TIME_LIMIT_EXCEEDED;

- more expensive code sections are now instrumented with timing measurements;
  timing report is logged as a debug message by the end of processing,
  and made available to a caller and to 'add_header' directives through
  a TIMING tag;

- added a configuration option skip_uribl_checks to the URIDNSBL plugin,
  cross-documented it with skip_rbl_checks;

- preserve order of declared 'add_header' header fields;

- configurable network mask length for the AWL plugin (see below);

- added support for DCC reputations (see below);

- improved error handling and robustness (see below);

- added timestamps when logging on stderr;

- allowed debug areas to be excluded from debugging,
  e.g.: -D all,norules,noconfig,nodcc

BUILDING AND PACKAGING

- rules are no longer distributed with the package, but installed by
  sa-update

- Makefile.PL has been simplified and a bug fixed in a DESTDIR support
  by increasing the minimum required version of ExtUtils::MakeMaker to 6.17

- tools check_whitelist and check_spamd are now included in the distribution,
  now called 'sa-awl' and 'sa-check_spamd'

WORKAROUNDS TO PERL BUGS AND LIMITATIONS

- modified the Check.pm plugin to produce smaller chunks of source code
  from rules (60 kB) to avoid Perl compiler crashing on exceeding stack size;

- localized global variables $1, $2, etc at several places, avoiding taint
  issue from propagating;

- avoided Perl I/O bug by replacing line-by-line reading with read() where
  suitable, or played down the EBADF status in other places and only report
  it as a dbg instead of a die - while also providing a little speedup
  (10 .. 25 %) on reading a message;

- provided a new sub Message::split_into_array_of_short_lines to split
  a text into array of paragraph chunks of sizes between 1 kB and 2 kB,
  giving less opportunity to runaway regular expressions in rules;
  fixes bugs: 5717, 5644, 5795, 5486, 5801, 5041;

MEMORY FOOTPRINT

- as a side-effect of compiling rules in smaller chunks (to avoid compiler
  crashes), virtual memory footprint of SpamAssassin is reduced;

- saved some memory by not importing the Pod::Usage unless it is needed;

- saved 350k+ of memory in sa-compile by replacing DynaLoader with XSLoader;

- removed unneeded index from MySQL bayes_token table;

IPv6 SUPPORT

- added IPv6 support for trusted_networks, internal_networks, msa_networks,
  whitelist_from_rcvd, and other stuff that uses NetSet and the Received
  header field parser, using NetAddr::IP;

- allowed usage of a remote dccifd host through an INET or INET6 socket;

- added IPv6 support to AWL plugin and its utility modules; a network
  mask length is now configurable and defaults to /48, which controls
  what data is stored in an AWL database;

- sql/README.awl and sql/awl_*.sql: increased suggested awl.ip field width
  to 40 characters to be able to hold IPv6 addresses;

- IP_PRIVATE now includes ipv6 variants of private address space,
  as well as the ipv6-mapped ipv4 addresses.

- NetSet now understands that ::ffff:192.168.1.2 and 192.168.1.2 are
  the same address;

- IPv6 addresses are now properly read from Received header fields;

- when reading Received header fields, the "IPv6:" prefix is stripped from
  IPv6 addresses, and "::ffff:" is removed from IPv6-mapped IPv4 addresses
  (so strings can match them as simply IPv4 addresses);

- ::1/128 is always included in the trusted_networks/internal_networks set
  similar to 127.0.0.0/8;

- some of the IPv6 functionality in SpamAssassin requires that a perl module
  IO::Socket::INET6 is available (like accessing a DNS resolver over inet6,
  talking to a dccifd host over inet6 socket, SPAMC protocol);

SPAMC

- Mail::SpamAssasin::Client ping may erroneously result in broken pipe;
  bump spamc protocol version to 1.5, updated spamd, spamc and Client.pm;

- added -n / --connect-timeout switch to spamc, allowing to separate
  a connection timeout from communication timeout;

- added --filter-retries and --filter-retry-sleep;

- increased allowed line length in spamc.conf files to 8 KiB and report
  an error when the limit is exceeded;

- fixed issue where spamc would not time out connections to a hung spamd;

- spamc client library leaked the zlib compression buffer if compression
  is used;

- spamc long option '--dest' was broken;

SPAMD

- when spamd is started with the daemonize option do not exit the parent
  until a child signals that it has logged the pid, to allow a wrapper
  script to simply continue immediately after starting spamd;

- additional tempfile cleanup in kill_handler;

- added SPAMD_LOCALHOST option to "make test" to allow specifying
  non-127.0.0.1 IP address for use in FreeBSD jail;

API

- adding one optional argument to Mail::SpamAssassin::parse allows caller
  to pass additional out-of-band information to SpamAssassin (such as a
  deadline time, DKIM verification results, information about a SMTP session,
  or dynamic rule hits); this information is made available to plugins and
  the rest of the code through a 'suppl_attrib' hash;

- added option 'master_deadline' to the suppl_attrib argument of a
  Mail::SpamAssassin::parse method, allowing the caller to override a
  time_limit configuration setting;

- Plugin::Check - pick up 'rule_hits' from caller via the new mechanism
  and call got_hit() on them;

- simplified adding dynamic score hits and dynamic rules by plugins
  (such as AWL, CRM114, FuzzyOcr, Check) by letting got_hit() accept
  options tflags and description, and letting it store a supplied
  dynamic score for proper reporting;

- let the timing breakdown information be accessible to a caller through
  the existing get_tag mechanism (tag TIMING);

- let the generated header fields ('add_header' configuration options)
  be accessible to a caller through the existing get_tag mechanism
  (tags ADDEDHEADER, ADDEDHEADERHAM, ADDEDHEADERSPAM);

RULES

- rules are no longer distributed with the package;

- new scores were generated by a genetic algorithm (GA) and then manually
  tweaked based on cleaned datasets supplied by a dozen volunteers;

- dropped redundant rules or rules causing too many false positives;

- added or updated many rules; incomplete list in no particular order:
  vbounce, lotsa_money, muchmoney, image spam, fill_this_form, FreeMail,
  European Parliament, HTML attachments, uri_obfu*, urinsrhsbl, urinsrhssub,
  urifullnsrhsbl, URI_OBFU_X9_WS, rDNS=localhost, INVALID_DATE_TZ_ABSURD,
  RCVD_IN_PSBL, FRT_VALIUM*, BOUNCE_MESSAGE, VBOUNCE_MESSAGE,
  __BOUNCE_UNDELIVERABLE, HELO_STATIC_HOST, FILL_THIS_FORM_FRAUD_PHISH,
  CHALLENGE_RESPONSE, DKIM_VALID, DKIM_VALID_AU, DKIM_ADSP_*,
  NML_ADSP_CUSTOM_{LOW,MED,HIGH}, __VIA_ML, MIME_BASE64_TEXT, LOTTO_URI,
  FORGED_MUA_THEBAT_BOUN, FORGED_MUA_THEBAT_CS, UNRESOLVED_TEMPLATE,
  __THEBAT_MUA, __ANY_OUTLOOK_MUA, RP_MATCHES_RCVD, one-word X-Mailer,
  SPAN rules, skype and misquoted-HTML rules, HTML obfuscation and
  Google feedproxy URI rules, advance_fee updates including further
  evolved advance fee second-order metarules, test rule for
  postmaster+abuse missing, FROM_MISSPACED, fixed FROM_CONTAINS_TAB, a
  Facebook redirector pattern, fixed FPs with TVD_SPACE_RATIO regarding
  one-word emails and ISO-2022-JP, added exclusion for __ISO_2022_JP_DELIM
  to OBFUSCATING_COMMENT, GAPPY_SUBJECT, PLING_QUERY and FM_FRM_RN_L_BRACK
  rules, RATWARE_BOUNDARY plus variant, superseded all previous
  RATWARE_OUTLOOK stuff, resolved FP in obfuscated URI rule, fixed breakage
  in tbird image rule, fixed SUBJECT_FUZZY_MEDS FP on unobfuscated "meds",
  added misspaced From header field rule, numeric+cctld URI rule,
  updated FH_DATE_PAST_20XX, ...

- added PSBL blacklist - http://psbl.surriel.com/

- added support for http://www.spamhaus.org/css/

- replaces HABEAS, BSP and SSC with RP CERTIFIED;

- use ReturnPath's RNBL, replacing SSBL;

- added rule for plain text attachments with octet-stream MIME type;

- avoided false positives on ISO-2022-JP messages in several rules;

- removed massmailers from uridnsbl_skip_domain in 25_uribl.cf;

- updated various default whitelists, uridnsbl_skip_domain, adsp_override, ...

PLUGINS

- new plugins: FreeMail, PhishTag, Reuse;

- now enabled by default: DKIM;

- now disabled by default: AWL;

- retired plugin: DomainKeys;

AWL PLUGIN

- plugin AWL is now disabled by default;

- added new configuration options auto_whitelist_ipv4_mask_len and
  auto_whitelist_ipv6_mask_len to allow more control on what part of
  an IP address is stored into an AWL database;

- README.awl: increased a suggested awl.ip field width to 40 characters
  to support IPv6 addresses;

- AutoWhitelist.pm: allowed storing a canonicalized IPv6 address, cropped
  to a configurable network mask (previously causing SQL server errors:
  'value too long');

- let AWL with SQL keep separate records for DKIM-signed and unsigned mail
  (when auto_whitelist_distinguish_signed configuration option is true,
  and a field awl.signedby exists);

- avoided a race condition in SQLBasedAddrList.pm when multiple processes
  try to insert-or-update an awl SQL record: trying INSERT first, and if
  that fails go for UPDATE;

- gracefully handle NaN from corrupted database or a broken emulator or
  virtualizer;

DCC PLUGIN

- added support for DCC reputations, added setting dcc_rep_percent,
  new test check_dcc_reputation_range(), new tag DCCREP
  (DCC servers supply reputation data only to licensed clients);

- allowed usage of a remote dccifd host through an INET or INET6 socket;

DKIM PLUGIN

- the DKIM plugin is now enabled by default for new installs if the perl
  module Mail::DKIM is installed.  However, installing SpamAssassin will
  not overwrite existing .pre configuration files, so to use DKIM when
  upgrading from a previous release that did not use DKIM, the directive:

    loadplugin Mail::SpamAssassin::Plugin::DKIM

  will need to be uncommented in file "v312.pre", or added to some
  other .pre file, such as local.pre;

- absolute minimal version of Mail::DKIM is 0.31;
  support for ADSP requires Mail::DKIM 0.34;
  a DNS test (and rule) for NXDOMAIN is operational since Mail::DKIM 0.36_5,
  so effectively the recommended version is Mail::DKIM 0.37 or later;

- a perl module Digest::SHA is required if the DKIM plugin is enabled.
  If a perl module Digest::SHA is available, the module Digest::SHA1
  becomes optional as far as SpamAssassin is concerned, but is still
  needed by Razor agents;

- added support for multiple signatures (useful for whitelisting);

- plugin now distinguishes author domain signatures from third party
  signatures (useful for whitelisting);

- provides a tag DKIMIDENTITY (in addition to DKIMDOMAIN);

- DKIM now supports Author Domain Signing Practices - ADSP (RFC 5617);

- use the Mail::DKIM::AuthorDomainPolicy instead of Mail::DKIM::DkimPolicy,
  when available (since Mail::DKIM 0.34);

- implements an 'adsp_override' configuration directive and adds
  an eval:check_dkim_adsp check, which is used by new DKIM_ADSP_* rules;

- rules contain an initial set of 'adsp_override' directives, listing
  some of the more popular target domains for phishing (applicable only to
  domains which sign all their direct mail with a DKIM or DK signature);

- this plugin can now re-use Mail::DKIM verification results if made
  available by a caller, which saves resources and makes it possible
  for SpamAssassin to work on a truncated large mail without breaking
  DKIM signatures;

- check_dkim_signed and check_dkim_adsp eval rules can now take an optional
  list of domain names, which limits their action to listed domains only.
  It facilitates building DKIM-based rules for specific domains, without
  having to resort to meta rules;

- draft-ietf-dkim-ssp-10/RFC-5617 made Author Domain Signature based on 'd':
  updated ADSP code accordingly; changed whitelisting code to be based on
  SDID ('d') instead of AUID ('i');

- Plugin/DKIM.pm: terminology changes in comments and logging according
  to RFC 5617 and draft-ietf-dkim-rfc4871-errata-07;

BUG FIXES

- fixed Rule2XSBody segfaults;

- no longer treat user data as perl booleans (a string "0" is a false);

- avoid data from the wild be interpreted as perl regular expressions;

- ArchiveIterator: prevent _scan_directory from passing directories
  to _scan_file (on NFS it would fail with EISDIR on read(2);

- fixed inserting the SpamAssassin -generated header fields after a
  multiline Return-Path header field;

- fixed vpopmail support;

- fixed incorrect mode bits when creating lock files for AWL;

- fixed some cases where :addr headers were parsed incorrectly;

- fixed leakage of 'whitelist_from_rcvd' entries between spamd users;

- fixing run_and_catch, which failed to catch a non-timed run;

- 127/8 isn't an illegal IP;

- reworked the M::S::Timeout module to deal with nested timers as one would
  expect: an inner timer shouldn't be able to extend an outer timer's limit;
  account for time elapsed in the submitted subroutine when restarting an
  outer timer; reset() should have accounted for time already spent;
  deal with nested timed runs where alarm(0) does not provide remaining time;

- the 'exists:' evaluator in HEADER rules now works as documented
  and tests for existence of a header field, instead of testing for
  a header field body being nonempty; internally, the pms->get can
  also now distinguish between empty and nonexistent header fields;

- applied fixes to header fields parsing in several places: header field
  names are case-insensitive, whitespace is not required after a colon,
  obsolete rfc822 syntax allowed whitespace before a colon;
  VBounce: match "Received:" only at the beginning of a line;

- fixed bugs 6237 and 6295: 1.0.0.0/8 and 2.0.0.0/8 are now valid allocated
  address ranges, fixed a corresponding rule RCVD_ILLEGAL_IP;

- fixed bug 6205 comment 5 in URIDetail.pm;

- 'pyzor_options' in Plugin/Pyzor.pm was not untainted;

- made the URIDetail plugin taint safe;

- fixed parsing of multi-line Received header fields for
  BOUNCE_MESSAGE/VBOUNCE_MESSAGE et al;

- Bug 6206, Bug 2536: spamd: untaint directory as obtained from a password
  file or from vpopmail utilities, avoid implicit untainting; report error
  if user preferences file exists but cannot be accessed;

- avoided using raw data from DNS as a regexp in Plugin/ASN.pm;

- ensured the dbg() and info() calls always return the same value (true)
  regardless of log level;

- suppressed logging of $& when its value is not available (i.e. when
  no regexp has been evaluated during rule evaluation);

- Exporter never really worked in SA, was not enclosed in BEGIN {};

- masses/runGA and masses/mk-baseline-results: prevent a shell 'source'
  command from loading an unrelated file named 'config' which happens to be
  in the current PATH - must use a ./ in an arg to a 'source' command;

ERROR HANDLING, ROBUSTNESS

- improved error detection and reporting: test status of all system calls
  and I/O operations (or explicitly document where not), and report
  unexpected failures;

- eval calls now check for eval result instead of testing the $@, which
  is not always reliable;

- localized $@ and $! in DESTROY methods to prevent potential calls to eval
  and calls to system routines in code executed from a DESTROY method
  from clobbering global variables $@ and $!;

- Util::helper_app_pipe_open_unix: contain a failing exec with an eval
  to prevent additional cases of process cloning. The exec could fail
  this way when given tainted arguments;

- Util::helper_app_pipe_open_unix: flush stdout and stderr before forking,
  otherwise an error reported by exec (such as 'insecure dependency')
  was lost in a buffer;

- eval-protected an open($fh,'-|') to capture implied fork failures
  due to lack of system resource;

- explicit untainting: combine "use re 'taint'" with untaint_var(),
  avoiding implicit perl untainting, along with workarounds to prevent it;

- added 'use strict' where missing;

- avoided a bunch of warnings on "Use of uninitialized value";

- clearly report reasons for helper application process failures;

- t/SATest.pm: provide information about the process failure reason
  if a system() call fails;  improved its reporting of failures;

- improved error reporting in Plugin/DCC.pm on finding a DCC home directory
  to facilitate troubleshooting;

OTHER CHANGES

- pseudoheader "ALL:raw" returns a pristine header section,
  and pseudoheader "ALL" returns a cleaned header section

- total rewrite of URI detection in plain text body;

- many updates to the list of top level domains;

- added 'util_rb_3tld', allowing 3-level TLDs to be listed in URIBLs and
  allowing new 3TLDs to be added from rule updates;

- avoided trusted_networks bog down due to O(n^2) loop with millions
  of entries;

- applied fixes to Plugin/VBounce.pm, updated VBounce ruleset;

- added support for a 'Communigate Pro' Received header field;

- parse Communigate Pro "with HTTPU" auth token;

- let DependencyInfo.pm understand a concept of recommended module version,
  besides a required version;

- provided a workaround for Net::DNS::Packet::new inconsistency;

- let SpamAssassin use either Digest::SHA or Digest::SHA1, whichever is
  available (the Digest::SHA is now a base module since perl 5.10.0);

- improved parsing of eval-type rules: allow unquoted domain names as
  arguments, disallow unmatched quotes;

- provided a new module Mail::SpamAssassin::BayesStore::BDB. It should be
  treated as alpha-quality (needs more testing) and is not yet ready for
  production use;

- exposed existing function 'received_within_months' as an eval function
  in Plugin/HeaderEval.pm;

- moved rc script to /var/lock/subsys/spamd instead of
  /var/lock/subsys/spamassassin so 'service spamd status' will work;

- added feature to re-download MIRRRORED.BY files at least once a week, or if
  'sa-update --refreshmirrors' switch is used;

- input delimiter $/ can be corrupted by a plugin, localize $/ and $\ before
  calling a plugin;

- bumped the retry counter to 180 seconds for starting spamd on slow machines;

- resolved Bug 5325: syslog severity level in spamc/libspamc.c for max
  message size (changed LOG_ERR into LOG_NOTICE for the message:
  "skipped message, greater than max message size");

- added checker to avoid taint warnings if hostname is returned as '(none)';

- altered sa-update to produce an error message if a channel doesn't exist;

- Bug 6150, Bug 6127, Bug 5981, Bug 5950, Bug 6191: let spamd log/report
  a child process exit status or aborting condition in an informative way;

- added checker to detect accidental match-everything regexps in rules;

- updated garescorer for 3.3.0: use more epochs in GA runs for better scores;
  clarify some mass-check warning output, ensure rule name always appears at
  start of line; if a rule had no default/existing score in 50_scores.cf,
  don't tell the GA that 1.0 is an appropriate default value, instead pick
  the midway point of its score range. this produces better results;
  remove some dead code from masses/score-ranges-from-freqs;

- set garescorer.c to report performance as iterations per second;

- added test to ensure that all config settings are correctly handled when
  switching between users; added more config setting type metadata to enable
  those tests to work; and fix URIDetail to store config on the {conf} object,
  not on the plugin;

- moved 'release tests' to xt/ directory; mirror long-running, net-tests and
  stress tests with xt/50_testname.t scripts to enforce their run before a
  release;

- made numerous additional and updated self-tests;

- added a Test::Perl::Critic release-test;

- cleaned up some code based on suggestions by perl module Test::Perl::Critic,
  among others:
  . enable TestingAndDebugging::ProhibitNoStrict test but allow the
    use of 'no strict "refs"';
  . deal with BuiltinFunctions::RequireGlobFunction;
  . deal with ControlStructures::ProhibitMutatingListFunctions
    removing this exception from xt/60_perlcritic.t;
  . deal with BayesStore/BDB.pm, Variables::ProhibitConditionalDeclarations
  . now that the module Time::HiRes is a required module, we can afford
    to replace a select() with Time::HiRes::sleep, and remove exception
    BuiltinFunctions::ProhibitSleepViaSelect from xt/60_perlcritic.t;

- updated documentation, fixing numerous typos and mistakes in documentation
  text and in log messages;

- extensively improved development process:
  . automated testing through Hudson, a continuous integration tool;
  . improved mass-check system and rules oversight;

(heinz)

2010-03-24 21:37:32 UTC MAIN commitmail json YAML

Updated net/tightvnc to 1.3.10nb4

(sbd)

2010-03-24 21:35:12 UTC MAIN commitmail json YAML

Re-inlcude "platform.def" in Xvnc/config/cf/vnc.def as not include breaks
the build on linux. Fixes PR 42291.

Bump PKGREVISION.

Ok wiz@

(sbd)

2010-03-24 20:18:01 UTC MAIN commitmail json YAML

Pickup maintainership.

(sbd)

2010-03-24 19:43:29 UTC MAIN commitmail json YAML

2010-03-24 17:06:09 UTC MAIN commitmail json YAML

2010-03-24 17:05:40 UTC MAIN commitmail json YAML

Updated vim to 7.2.411

  1548  7.2.403  (after 7.2.400) compiler warning for pointer type
  1880  7.2.404  pointers for composing characters are not properly initialized
  1636  7.2.405  with small features match is not highlighted for ":s/p/r/c"
  4701  7.2.406  (after 7.2.119) uninit memory read
  1916  7.2.407  when using :s with an expression backslashes are dropped
  2152  7.2.408  ":g/the/s/a/b/" can set '[ and '] marks to an unchanged line
  1814  7.2.409  summary of number of substitutes is incorrect for ":folddo"
  2526  7.2.410  highlighting directories for completion doesn't work properly
  1462  7.2.411  when parsing 'cino' a comma isn't skipped properly

(martti)

2010-03-24 15:53:10 UTC MAIN commitmail json YAML

2010-03-24 15:36:22 UTC MAIN commitmail json YAML

2010-03-24 14:13:01 UTC MAIN commitmail json YAML

2010-03-24 14:12:44 UTC MAIN commitmail json YAML

Update to tnftpd-20100324:
Security fix when globbing paths.
Install example configuration files.

(lukem)

2010-03-24 04:55:33 UTC MAIN commitmail json YAML

Updated www/ja-trac to 0.11.7pl1

(obache)

2010-03-24 04:55:20 UTC MAIN commitmail json YAML

Update ja-trac to 0.11.7pl1, aka Trac-0.11.7.ja1.

Trac-0.11.7.ja1 (Mar 11, 2010)
* Merge Trac-0.11.7
* Fix typos
  - trac/wiki/default-pages/InterTrac

Trac 0.11.7 (March 10, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.7

Trac 0.11.7 is nearly identical to 0.11.7rc1 except for a few more fixes:
  - avoid an infinite loop when using an AtomicFile in a read-only
    directory (#9081)
  - don't report client disconnects during writes as internal errors (#9103)
  - don't reuse a closed cursor, which could happen in one specific case
    for the pysqlite backend (#9104)

Trac 0.11.7rc1 (February 23, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.7rc1

Security fixes:
- Fixed a ticket validation issue that would allow unauthorized users to modify the status and resolution of a ticket (#8884)

Performance improvements:
- Trac wiki had some trouble handling very long unicode words (#9025) [[comment(intentionally kept vague, we don't want to advertize a DOS, do we?)]]
- Full text search was very slow if lots of custom fields were used (#8935)

Bug fixes:
- Fixed a race condition that could lead to the destruction of the trac.ini file (#8623)
- Fixed creation of new milestone which could have been a rename if performed after a name clash has been detected (#8816)
- Fixed display of value 0 in report cells (#7512)

(obache)

2010-03-23 22:45:21 UTC MAIN commitmail json YAML

update gcpio & fix my initials in the gtar updates earlier today

(tez)

2010-03-23 22:42:17 UTC MAIN commitmail json YAML

2010-03-23 22:30:40 UTC MAIN commitmail json YAML

note update of net/filezilla to 3.3.2.1

(zafer)

2010-03-23 22:28:55 UTC MAIN commitmail json YAML

Update filezilla to 3.3.2.1

Changelog:

* Remember location of update download directory
* Cancel file renaming on actions that change the file list, such as changing sort order or performing a refresh
* Cancel file renaming if starting a drag&drop operation
* Filter invalid characters if downloading through double-clicking files or if adding from the search dialog
* Fix site-specific bookmarks menu
* The menu did not reflect initial value of preserve timestamp option properly
* MSW: Keep FileZilla subdirectory in startmenu when updating, preserves custom order
* MSW: Add AppID support to installer

(zafer)

2010-03-23 20:42:55 UTC MAIN commitmail json YAML

Fix build by increasing BUILDLINK_API_DEPENDS.pangomm. Error was:

checking for GDKMM... configure: error: Package requirements (giomm-2.4 >= 2.22 pangomm-1.4 >= 2.26 gtk+-2.0 >= 2.18) were not met:

Requested 'pangomm-1.4 >= 2.26' but version of Pangomm is 2.24.0

(2.24.0 doesn't provide needed pangommconfig.h.)

While here remove now-irrelevant comment from buildlink3.mk.

(reed)

2010-03-23 19:03:57 UTC MAIN commitmail json YAML

update gtar (includes CVE2010-0624 fix)

(tez)

2010-03-23 19:00:10 UTC MAIN commitmail json YAML

Update gtar to 1.23 - fixes CVE2010-0624
Also:
# Improved record size autodetection
# Use of lseek on seekable archives
# New command line option --warning
# New command line option --level
# Improved behavior if some files were removed during incremental dumps
# Modification times of PAX extended headers
# Time references in the --pax-option argument
# Augmented environment of the --to-command script
# Bugfixes:
    * Fix handling of hard link targets by -c --transform
    * Fix hard links recognition with -c --remove-files
    * Fix restoring files from backup (debian bug #508199)
    * Correctly restore modes and permissions on existing directories
    * The --remove-files option removes files only if they were succesfully stored in the archive
    * Fix storing and listing of the volume labels in POSIX format
    * Improve algorithm for splitting long file names (ustar format)

(tez)

2010-03-23 18:01:48 UTC MAIN commitmail json YAML

Install data files to share/examples to make sure they end up in the
binary package. Fixes DESTDIR installation at the same time. Bump revision.

(joerg)

2010-03-23 17:10:21 UTC MAIN commitmail json YAML

Expand MACHINE_ARCH, it should always be "i386".
This fixes package on non-i386 platforms.

(asau)

2010-03-23 16:02:39 UTC MAIN commitmail json YAML

2010-03-23 15:37:56 UTC MAIN commitmail json YAML

Reset maintainer, lost his commit bit.

(wiz)

2010-03-23 15:31:28 UTC MAIN commitmail json YAML

Update the PLIST to match what's being installed, overlooked
in previous update.  Should fix PR#43031.

(he)

2010-03-23 15:22:40 UTC MAIN commitmail json YAML

Updated www/lighttpd to 1.4.26nb1

(gson)

2010-03-23 15:20:09 UTC MAIN commitmail json YAML

Apply patch to fix the issue reported in
<http://redmine.lighttpd.net/issues/2157>.  Without this patch,
lighttpd 1.4.26 will fail to start if built with the pkgsrc OpenSSL
and configured to serve HTTPS.  Bump PKGREVISION.

(gson)

2010-03-23 13:45:28 UTC MAIN commitmail json YAML

2010-03-23 12:43:38 UTC MAIN commitmail json YAML

Update to firefox-3.6.2 proper. (no changes from the beta)

Also add patch for PR pkg/42988 crash, effectively disabling all
sound support until we decide on what sound API to use.
The current dlopen() guesswork is bad, mkay.

Bump PKGREVISION for this and previous changes.

(tnn)

2010-03-23 00:27:11 UTC MAIN commitmail json YAML

Takeover maintainership.

(sbd)

2010-03-22 16:21:31 UTC MAIN commitmail json YAML

Mark as unsupported for NetBSD 5+ as it wants to mess with kernel
internals no longer exported in the expected way.

(joerg)

2010-03-22 16:08:55 UTC MAIN commitmail json YAML

2010-03-22 15:46:03 UTC MAIN commitmail json YAML

Use /usr/include/dev/apm/* on AMD64. Add explicit failure message for
systems that have neither those nor /usr/include/machine/apmvar.h.
Mark as DESTDIR ready.

(joerg)