Commit graph

22 commits

Author SHA1 Message Date
bjs
05246edf9b Update to version 0.5.20c (needed for gnunet).
Changes since 0.5.18a:

	Fixed endianess issues in mp3 extractor.

	Fixed build issues (need to link C++ code explicitly against
	libstdc++ on BSD).

	Releasing libextractor 0.5.20c.

	Fixed concurrency issues in plugin (un-)loading by adding locking
	around libltdl functions.

	Added an FFmpeg-based thumbnail extractor plugin, initially
	supporting only bmp and png files.

	Fixed security issues in XPDF-based PDF extractor.

	Added track number and ISRC for FLAC/mp3/ogg files.

	Added a plugin for AppleSingle/AppleDouble files.

	Various minor code cleanups.

	Fixed security issues in XPDF-based PDF extractor.

	Added a FLAC (.flac) plugin.

	Added a Flash Video (.flv) plugin.

	Add support for some common iTunes tags to qtextractor.

	Disable libgsf logging (for corrupt files).

	Added escape (\n) handling to split extractor.

	Fixed problem with newer versions of libgsf.
	Fixed problem with automake 1.10 not setting MKDIR_P.
	Releasing libextractor 0.5.18a.
2008-08-03 05:07:00 +00:00
adam
7ec7927471 Changes 0.5.18a:
* Fixes various build problems, a crash with recent versions of libgsf
* Adds an (incomplete) manual
2007-10-13 18:41:20 +00:00
adam
22612f5ffd Changes 0.5.18:
This release adds support for NSFE files. Removal of duplicate keywords
is now biased against keywords obtained from splitting. The build process
should now work properly if no C++ compiler is found. The thumbnail-extractors
should now load properly in all cases (resolved a symbol naming problem).
2007-03-18 12:34:30 +00:00
adam
4c3417ba3c Changes 0.5.17:
* Added an SID (C64 music file) plugin
* Added an NSF (NES Sound Format) plugin
2007-01-02 15:53:23 +00:00
rillig
0df819be42 Fixed insufficient variable expansion by the configure script.
PKGREVISION++
2007-01-02 14:51:15 +00:00
adam
a343025f63 Changes 0.5.15:
* Fixed minor problems in the PDF extractors
* Improved PNG extractor
2006-10-22 21:26:19 +00:00
rillig
7be8c25d5a Fixed "test ==". 2006-10-14 01:44:23 +00:00
joerg
6fc9633468 Always handle -ldl using the pkgsrc magic, don't depend on weired
BSD detection to avoid it.
2006-05-28 14:11:24 +00:00
adam
c0976c2e57 Changes 0.5.14:
* Bug fixes
* MPEG2 support
2006-05-23 10:52:22 +00:00
adam
c458f2cb35 Changes 0.5.13:
Added dictionaries for Finnish, French, Gaelic and Swedish
	(for printable extractors).
	Word history extraction works (wordleaker).
	exiv2 works.
        Added Python binding.
	libextractor becomes a GNU package.
	Thumbnails work.
2006-05-01 21:06:56 +00:00
joerg
5f49d5174a Fix pthread linkage. 2006-03-28 16:42:50 +00:00
joerg
6460515727 Stupid code using zlib's prototype header. Patch away. 2006-03-16 14:04:58 +00:00
adam
a088c302b2 Changes 0.5.10:
* Yet another round of XPDF-related security fixes.
* Mis-detection of man pages as part of TAR archives fixed.
* More Mime-types for the OLE2 extractor.  Also ignore (harmless)
	libc errors in plugins when extracting.
* More TAR improvements: keywords 'date' and 'format' are
	extracted. More checksums variants were added. Long filenames
	as produced by GNU and Schilling tar (possibly Solaris pax also)
	are extracted.

Changes 0.5.9:
* Made TAR extractor parsing more robust.
* Fixing crash in MIME-extractor due to typo in the code.
* Fixed security problems in PDF extractor
2006-03-05 22:06:38 +00:00
joerg
7cb758a1a3 Don't hard-code -lpthread, use ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}. 2006-01-23 16:14:25 +00:00
salo
45ba508209 Security fix for CVE-2005-3191 and CVE-2005-3192.
Backported from 0.5.8.
2005-12-15 13:26:18 +00:00
adam
1facf5378a Changes 0.5.3:
* Fixed bugs in the exiv2, OpenOffice, and OLE2 plug-ins.
* Static relocatable glib no longer required.
* getKeywords2 function is now included in the code.
2005-08-16 12:37:29 +00:00
adam
93be68f2bb Changes 0.5.2:
Bugfixes in exiv2 extractor fixing remaining issues.
	Changed plugins to not use filename but always only
	rely on mmapped memory.  Extended API with function
	that allows running getKeywords on data in memory
	(instead of filename).  Extended API with encode
	and decode functions for binary metadata.

Changes 0.5.1:
	Preliminary integration of exiv2 support (not enabled
	by default due to bugs).  Moved Python and Java
	bindings into separate packages.
	print keywords.
2005-08-08 09:44:39 +00:00
tv
8df640eded Update libextractor to 0.4.2.
Fixes (second half of) Secunia SA: http://secunia.com/advisories/15651/
(first half was fixed in 0.3.11nb1)

ChangeLog excerpts:

Thu Feb 24 00:32:44 EST 2005
	Added extractor that extracts binary (!) thumbnails from
	images using ImageMagick.  Decoder function for the binary
	string is in the thumbnailextractor.c source.

Sun Feb 20 16:36:17 EST 2005
	Fixed similar problem in REAL extractor.  Added support
	for new Helix/Real format to REAL extractor.

Sun Feb 20 12:48:15 EST 2005
	Fixed (rare) integer overflow bug in PNG extractor.

Fri Jan 21 15:23:43 PST 2005
	Fixed security problem in PDF extractor.

Fri Dec 24 13:28:59 CET 2004
	Added support for Unicode to the pdf extractor.

Thu Dec 23 18:14:10 CET 2004
	Avoided exporting symbol OPEN (conflicts on OSX
	with same symbol from GNUnet).  Added conversion
	to utf8 to various plugqins (see todo) and
	added conversion from utf8 to current locale to
	print keywords.
2005-06-10 17:03:35 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
drochner
882adb11af another one afeected by the recent xpdf security problem;
apply a similar patch
bump PKGREVISION
(there is a 0.4.1 according to freshmeat, but I can't find it)
2005-01-27 12:27:47 +00:00
tv
0311e1f3e8 Update to 0.3.11. Changelog:
Fri Nov 12 19:20:37 EST 2004
	Fixed bug in PDF extractor (extremely rare segfault).
	Fixed #787.
	Fixed bug in man extractor (undocumented return value running on
	4 GB file not taken care of properly).

Sat Oct 30 20:18:21 EST 2004
	Fixing various problems on Sparc64 (bus errors).
	Workaround for re-load glib problem of OLE2 extractor.
2004-11-29 02:25:26 +00:00
tv
60ea8bda6d libextractor-0.3.10, a metadata generator for arbitrary files:
libextractor is a simple library for keyword extraction.  libextractor
does not support all formats but supports a simple plugging mechanism
such that you can quickly add extractors for additional formats, even
without recompiling libextractor. libextractor typically ships with a
dozen helper-libraries that can be used to obtain keywords from common
file-types.
2004-11-05 18:22:29 +00:00