[Lunar-commits] <moonbase> cdrkit: version bumped to 1.1.10.
Florin Braescu
florin at lunar-linux.org
Tue Jan 19 13:11:43 CET 2010
commit f4900b9409e1682fb9588deafbd901e01c1368e0
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 19 14:11:43 2010 +0200
cdrkit: version bumped to 1.1.10.
Changes:
* genisoimage: add support for sha256 and sha512 checksum generation
when making jigdo files.
* genisoimage: checksumming with lots of algorithms can be very
time-consuming, so split it out into multiple threads if possible.
* genisoimage: allow user to specify which checksum algorithms to run
on the command line.
* Fix FTBFS with missing xconfig.h. Thanks to Matt Kraai for the patch.
* genisoimage: fix string overflow breakage when using the -root
option.
* librols: remove or rename several functions that clash with POSIX.
Fix up callers.
---
cd/cdrkit/BUILD | 5 -----
cd/cdrkit/DETAILS | 12 ++++--------
2 files changed, 4 insertions(+), 13 deletions(-)
diff --git a/cd/cdrkit/BUILD b/cd/cdrkit/BUILD
index 04f18a3..938b7ee 100644
--- a/cd/cdrkit/BUILD
+++ b/cd/cdrkit/BUILD
@@ -1,10 +1,5 @@
(
-# cmake patch
- patch_it $SOURCE_CACHE/$SOURCE3 0 &&
- # Compile with glibc 2.10.1
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
make &&
prepare_install &&
make install PREFIX=/usr
diff --git a/cd/cdrkit/DETAILS b/cd/cdrkit/DETAILS
index 1a2781b..c89b457 100644
--- a/cd/cdrkit/DETAILS
+++ b/cd/cdrkit/DETAILS
@@ -1,17 +1,13 @@
MODULE=cdrkit
- VERSION=1.1.9
+ VERSION=1.1.10
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=cdrkit-1.1.9-glibc-2.10.patch.bz2
- SOURCE3=cdrkit-1.1.9-cmake.patch
SOURCE_URL=http://cdrkit.org/releases
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
- SOURCE_VFY=sha1:44c9d85c300803e6b9a415e79f3f0c9ddf1a65ee
- SOURCE2_VFY=sha1:b7f8698a3ca1aa1586756783696f02a97d2438f4
- SOURCE3_VFY=sha1:f5300d7cfb4c50a397203caaabcda7c4baa488e5
- WEB_SITE=http://cdrkit.org/
+ SOURCE_VFY=sha1:37f35c0cb3180bbe56efc37bbf7bc82df39447c4
+ WEB_SITE=http://cdrkit.org
ENTERED=20070210
- UPDATED=20091128
+ UPDATED=20100119
SHORT="CD and DVD media writing tools"
cat << EOF
More information about the Lunar-commits
mailing list