Age | Commit message (Collapse) | Author | Files | Lines |
|
- a lot of new features including C++ and UDF support
- a lot of bug fixes including a fix for CVE-2007-6613
- support for more platforms (e.g. DragonFly)
|
|
Noticed by Zafer Aydogan via private mail.
|
|
noticed by Zafer Aydogan via private mail.
gatekeeper.dec.com => gatekeeper.research.compaq.com => gatekeeper.hpl.hp.com
|
|
|
|
(but download link in the page does not work well...)
|
|
|
|
|
|
|
|
|
|
See http://libpng.sourceforge.net/Advisory-1.2.26.txt for details.
Changes since 1.2.26:
version 1.2.27beta01 [April 12, 2008]
Fixed bug (introduced in libpng-1.0.5h) with handling zero-length
unknown chunks.
Added more information about png_set_keep_unknown_chunks() to the
documetation.
Reject tRNS chunk with out-of-range samples instead of masking off
the invalid high bits as done in since libpng-1.2.19beta5.
version 1.2.27beta02 [April 13, 2008]
Revised documentation about unknown chunk and user chunk handling.
Keep tRNS chunk with out-of-range samples and issue a png_warning().
version 1.2.27beta03 [April 14, 2008]
Added check for NULL ptr in TURBOC version of png_free_default().
Removed several unnecessary checks for NULL before calling png_free().
Revised png_set_tRNS() so that calling it twice removes and invalidates
the previous call.
Revised pngtest to check for out-of-range tRNS samples.
|
|
|
|
almost two years at some packages (e.g. "openjade") require at least
that version anyway.
|
|
This switches to the gnome-2.22 release branch.
|
|
bump PKGREVISION
|
|
|
|
Changes since 1.81.5
* various compilation fixes
* support for newer DBs
* tcl support compiles again
|
|
|
|
|
|
* fix RouterUptime config with non unique targets
* give up MAINTAINERship as I'm no longer using mrtg (I switched to rrdtool)
|
|
|
|
* Version 1.7 (released 2008-04-10)
** idn: new parameter --nfkc to process string with Unicode v3.2 NFKC.
** Minor build fix for native Win32 builds.
** Update gnulib files.
** API and ABI is backwards compatible with the previous version.
|
|
|
|
5.426 2008-03-07 Dave O'Neill <dmo@roaringpenguin.com>
* VERSION 5.426 RELEASED
* (bugfix) require File::Temp 0.18 or newer, as we need seek()
(RT#31032)
* (bugfix) Don't hang forever in t/Smtpsend.t (RT#31082)
* (bugfix) require Perl 5.8.0 or newer in Makefile.PL (RT#30927)
* (bugfix) encode_mimewords() no longer removes spaces between two
encoded words (RT#5462)
|
|
|
|
- Build-fixes for systems without -NDEBUG, and for rhd_dump
- Added two new RV670 devices.
|
|
|
|
http://secunia.com/secunia_research/2008-11/advisory/
http://www.frsirt.com/english/advisories/2008/1218
Changes since 0.92.1
This release introduces many new features and engine enhancements, please
see the notes below for the list of major changes. The most visible one
is the new logic in scan limits which affects some command line and config
options of clamscan and clamd. Please see clamscan(1) and clamd.conf(5)
and the example config file for more information on the new options.
Most important changes include:
* libclamav:
- New logic in scan limits: provides much more efficient protection against
DoS attacks but also results in different command line and config options
to clamscan and clamd (see below)
- New/improved modules: unzip, SIS, cabinet, CHM, SZDD, text normalisator,
entity converter
- Improved filetype detection; filetype definitions can be remotely updated
- Support for .cld containers (which replace .inc directories)
- Improved pattern matcher and signature formats
- More efficient scanning of HTML files
- Many other improvements
* clamd:
- NEW CONFIG FILE OPTIONS: MaxScanSize, MaxFileSize, MaxRecursion, MaxFiles
- ** THE FOLLOWING OPTIONS ARE NO LONGER SUPPORTED **: MailMaxRecursion,
ArchiveMaxFileSize, ArchiveMaxRecursion, ArchiveMaxFiles,
ArchiveMaxCompressionRatio, ArchiveBlockMax
* clamscan:
- NEW CMDLINE OPTIONS: --max-filesize, --max-scansize
- REMOVED OPTIONS: --block-max, --max-space, --max-ratio
* freshclam:
- NEW CONFIG OPTION CompressLocalDatabase
- NEW CMDLINE SWITCH --no-warnings
- main.inc and daily.inc directories are no longer used by ClamAV; please
remove them manually from your database directory
|
|
(Why does that work on NetBSD though without this change?)
Also for configure needs gettext headers (so build only/no dependency).
Noticed on DragonFly.
|
|
|
|
|
|
|
|
|
|
them for quite some time now.
|
|
|
|
|
|
|
|
This package contains a *patched* version of the final original
release of the Link Grammar Parser. It has been patched to fix a
few bugs, add a few enhancements, and, in general, make the Link
Grammar Parser easier to use. This version includes Java bindings.
|
|
|
|
|
|
version 1.4.0.
|
|
|
|
|
|
|
|
include:
Makefile:
+ Use a different method for setting the RUBY_DEBUG_VERSION in the
Rakefile. We create a file at post-extract time that holds the
version number and just directly read it within the Rakefile.
patch-aa:
+ Read the VERSION file in the source directory to set RUBY_DEBUG_VERSION
used in the specifications file.
+ Drop changes that manipulated the file list for the ruby-debug-base
package. We already only build the CLI package, so the change is
unnecessary.
ruby-debug changes:
* "rdebug --post-mortem" now really catches uncaught exceptions and
brings you to post-mortem handling. "info program" shows the exception.
* Use ~/.rdboptrc (rdbopt.ini on MS Windows) to change default options.
* Expanded "info" command
* "frame" command now accepts an optional thread number argument
* add "var cl[ass]" command. Note "var const" can no longer be
abbreviated "var c"; use "var co" (or const or constant).
* add "condition" command. Allow removal of condition.
* rdebug command history can be displayed with "show commands". Fix a bug
in history saving.
* INCOMPATIBLE CHANGE: "finish" works like gdb - stop just before the most
recent method finishes. Will now accept a number which stops that many
frames completed. (Note that return line numbers will be funny, the
first line of the method until Ruby 1.8.7.)
* fix bug in 'list' command when wrapping off the end.
* Emacs interaction drastically reworked, expanded, and improved.
|
|
include:
* Allow catching multiple exceptions.
* Add Debugger.last_exception which is set in post-mortem.
* Remove Debugger.stop() when an exception is raised that would
terminate the debugged program. This may allow catchpoints to work
and allow tracing user code which handles "Exit" exceptions
* Preface ruby_debug global Ruby variables with rdebug_.
* Change Debugger.start() to accept an optional options argument
:init => true saves things (like $0 and ARGV) necessary to
allow restart. Default: true
:post_mortem => true runs post-mortem on an uncaught exception
Default: false
The old Debugger.start() is now renamed to Debugger.start_()
INCOMPATIBLE CHANGES:
* variable "Debugger.catchpoint", a String, was turned into
"Debugger.catchpoints", a Hash.
* Method "Debugger.catchpoint=" no longer exists.
* Debugger.set_catchpoint was turned into Debugger.add_catchpoint
* return/end will now call event handler
|
|
|
|
LineCache is a module for printing an Array in column-sorted order.
|
|
merb-sequel to 1. In that commit, the dependency was bumped at the
package level, but gems also track dependencies independently of
pkgsrc, so patch the Rakefile to:
+ Bump the dependency on sequel to 1.4.0.
+ Remove the dependency on sequel_model, which was merged into the
main sequel package as of version 1.4.0.
|
|
|
|
* Support cairo 1.6.0.
* Improve Quartz surface support. (thanks to kimura wataru, OBATA Akio)
* Support Cairo::Win32PrintingSurface.
* Support Cairo::QuartzImageSurface.
* Support ruby 1.9.1.
* Add Cairo::Paper.
* Improve size specification of Cairo::PSSurface,
Cairo::PDFSurface, Cairo::SVGSurface.
|