[Lunar-commits] <moonbase-core> ca-certificates: version bumped to 20141019
Stefan Wold
ratler at lunar-linux.org
Tue Oct 21 21:34:48 CEST 2014
commit ec22adfc8f143e7d1bd9080bf9c78dd61449702b
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 21 Oct 2014 21:34:07 +0200
URL: https://github.com/lunar-linux/moonbase-core/commit/ec22adfc8f143e7d1bd9080bf9c78dd61449702b
ca-certificates: version bumped to 20141019
Removed the unnecessary patch.
---
crypto/ca-certificates/BUILD | +1/-1
crypto/ca-certificates/DETAILS | +3/-7
crypto/ca-certificates/PRE_BUILD | +0/-3
3 files changed, 4 insertions(+), 11 deletions(-)
--- a/crypto/ca-certificates/BUILD
+++ b/crypto/ca-certificates/BUILD
@@ -1,6 +1,6 @@
make &&
prepare_install &&
- install -d -m755 /{etc/ca-certificates/updates.d,usr/{sbin,share/ca-certificates},etc/ssl/certs} &&
+ install -d -m755 /{etc/{ca-certificates/update.d,ssl/certs},usr/share/ca-certificates} &&
install -D -m644 sbin/update-ca-certificates.8 /usr/share/man/man8/update-ca-certificates.8 &&
make install &&
--- a/crypto/ca-certificates/DETAILS
+++ b/crypto/ca-certificates/DETAILS
@@ -1,15 +1,11 @@
MODULE=ca-certificates
- VERSION=20140325
+ VERSION=20141019
SOURCE=${MODULE}_$VERSION.tar.xz
- SOURCE2=$MODULE-update.patch.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL=http://ftp.debian.org/debian/pool/main/c/$MODULE
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:36818098ba0a43486384853a73a22bd9c8c99cfd
- SOURCE2_VFY=sha1:cef03ad446f6f13aaacd05bae3c7ad8e9cff304b
+ SOURCE_VFY=sha256:684902d3f4e9ad27829f4af0d9d2d588afed03667997579b9c2be86fcd1eb73a
WEB_SITE=http://packages.qa.debian.org/c/ca-certificates.html
ENTERED=20100405
- UPDATED=20140401
+ UPDATED=20141021
SHORT="common CA certificates"
cat << EOF
--- a/crypto/ca-certificates/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-
-patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list