Changeset 892871d for npl/system
- Timestamp:
- 01/18/22 12:49:32 (3 years ago)
- Branches:
- master
- Children:
- 9e573a2
- Parents:
- 929bb42 (diff), 4455cc2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- npl/system/ca_certificates
- Files:
-
- 4 added
- 2 deleted
- 12 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
npl/system/ca_certificates/ca-certificates.SlackBuild.orig
r929bb42 r892871d 1 #!/bin/ sh1 #!/bin/bash 2 2 3 3 # Slackware build script for ca-certificates 4 4 5 5 # Copyright 2009,2011 Robby Workman Northport, AL, USA 6 # Copyright 2012, 2013, 2015, 2016 Patrick J. Volkerding, Sebeka, MN, USA6 # Copyright 2012, 2013, 2015, 2016, 2018 Patrick J. Volkerding, Sebeka, MN, USA 7 7 # All rights reserved. 8 8 # … … 24 24 # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 25 26 cd $(dirname $0) ; CWD=$(pwd) 27 26 28 PKGNAM=ca-certificates 27 VERSION=${VERSION:- 20161130}29 VERSION=${VERSION:-$(echo certdata-*.txt.xz | cut -f 2 -d - | cut -f 1 -d .)} 28 30 ARCH=noarch 29 31 BUILD=${BUILD:-1_slack14.2} 30 32 31 TARVERSION=${VERSION}+nmu1 33 # If the variable PRINT_PACKAGE_NAME is set, then this script will report what 34 # the name of the created package would be, and then exit. This information 35 # could be useful to other scripts. 36 if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then 37 echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" 38 exit 0 39 fi 32 40 33 CWD=$(pwd) 41 TARVERSION=${VERSION} 42 34 43 TMP=${TMP:-/tmp} 35 44 PKG=$TMP/package-$PKGNAM … … 39 48 cd $TMP 40 49 41 # Need both $PKGNAM and $PKGNAM-$VERSION since upstream can't decide how 42 # to package their tarball: 43 rm -rf $PKGNAM $PKGNAM-$VERSION 50 rm -rf $PKGNAM 44 51 45 52 # Extract the tarball: 46 tar xvf $CWD/${PKGNAM} _$TARVERSION.tar.?z || exit 153 tar xvf $CWD/${PKGNAM}.tar.?z || exit 1 47 54 48 # Again, both $PKGNAM and $PKGNAM-$VERSION are needed here: 49 cd $PKGNAM-$VERSION || cd $PKGNAM || exit 1 55 cd $PKGNAM || exit 1 50 56 51 57 chown -R root:root . … … 56 62 -exec chmod 644 {} \; 57 63 58 # Obsolete?59 #zcat $CWD/patches/fixup_DESTDIR.diff.gz | patch -p1 || exit 164 # Remove incompatible command operators used to call 'run-parts': 65 zcat $CWD/fixup_update-ca-certificates.diff.gz | patch -p1 || exit 1 60 66 61 # Remove incompatible command operators used to call 'run-parts': 62 zcat $CWD/patches/fixup_update-ca-certificates.diff.gz | patch -p1 || exit 1 67 # Use "c_rehash" rather than "openssl rehash". They act mostly the same, but 68 # the openssl builtin is not available on older versions of Slackware, while 69 # c_rehash will always be there. 70 zcat $CWD/update-ca-certificates.c_rehash.diff.gz | patch -p1 || exit 1 71 72 # Update to certdata.txt from $CWD: 73 xzcat $CWD/certdata-${VERSION}.txt.xz > mozilla/certdata.txt 63 74 64 75 make || exit 1 65 76 make install DESTDIR=$PKG || exit 1 66 77 78 # Remove expired certificate: 79 if [ -r $PKG//usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt ]; then 80 rm -f $PKG//usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt 81 fi 82 67 83 mkdir -p $PKG/etc/ca-certificates/update.d 68 84 printf "# Automatically generated by $PKGNAM-$VERSION \n#\n" \ 69 > $PKG/etc/ca-certificates.conf .new85 > $PKG/etc/ca-certificates.conf 70 86 ( cd $PKG/usr/share/ca-certificates 71 87 find . -name '*.crt' | sort | cut -b3- 72 ) >> $PKG/etc/ca-certificates.conf .new88 ) >> $PKG/etc/ca-certificates.conf 73 89 74 90 mkdir -p $PKG/usr/man/man8 … … 77 93 78 94 mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION 79 mv debian/NEWS debian/NEWS.Debian 80 cp -a debian/NEWS.Debian debian/README.Debian $PKG/usr/doc/$PKGNAM-$VERSION 95 cp -a docs/* $PKG/usr/doc/$PKGNAM-$VERSION 81 96 82 97 mkdir -p $PKG/var/log/setup -
npl/system/ca_certificates/ca_certificates.SlackBuild
r929bb42 r892871d 3 3 # Automaticly created by importpackage v1.0 4 4 # Imported from: https://mirrors.slackware.com/slackware/slackware-14.2/patches/source/ca-certificates/ 5 # Created at Thu Sep 20 18:32:49 CEST 20185 # Created at ma 29 nov 2021 11:53:10 CET 6 6 7 7 … … 11 11 source ./ca-certificates.SlackBuild.orig 12 12 13 mkdir -p /tmp/package-ca-certificates/etc/cron.weekly14 ln -s /usr/sbin/update-ca-certificates /tmp/package-ca-certificates/etc/cron.weekly15 13 16 14 ############ make syn3 packages -
npl/system/ca_certificates/ca_certificates.build
r929bb42 r892871d 1 6 1 7 -
npl/system/ca_certificates/ca_certificates.md5
r929bb42 r892871d 1 a09e8b63126188fd0ed77f6fbaf5d35f ./ca-certificates_20161130+nmu1.tar.xz 2 f357913107c91908803032be7651db56 ./ca_certificates_dev.pkg 3 b32269196c2fa44651fb14b021430eec ./ca_certificates.pkg 4 6cb73b8350729401c29f1b2e15cff2b8 ./ca_certificates.SlackBuild 5 5d289f1bc67afe47662457accc53963d ./ca_certificates.SlackBuild.log.gz 6 c23d716a27384ed57c9085d400d4cbf9 ./ca-certificates.SlackBuild.orig 7 d14bfbd360d69256b0f5a916301fdb5a ./doinst.sh.gz 8 260654f21ca5431270192d94f421cfc2 ./patches/fixup_DESTDIR.diff.gz 9 cc23ac9b45fa4649ade60f64fe02eb7d ./patches/fixup_update-ca-certificates.diff.gz 1 c503ec33059aacb4f4a88081cc2bd969 ./ca_certificates_dev.pkg 2 1c80d0320a10ae55a9122f1053cd2074 ./ca_certificates.pkg 3 bdb5f5c4ba574445ab0819e345f42081 ./ca_certificates.SlackBuild 4 648c1c4d1fbd9ded03c092cb18607fe7 ./ca_certificates.SlackBuild.log.gz 5 b0263ee8f963696cf657d84d49a13ed5 ./ca-certificates.SlackBuild.orig 6 a36a44cf0586536772c200fd9ee10fa7 ./ca-certificates.tar.xz 7 54a1ef614be13310a71f99a506d522bc ./certdata-20211005.txt.xz 8 2bc10162481837f7b4c8c7532dca0854 ./doinst.sh.gz 9 cc23ac9b45fa4649ade60f64fe02eb7d ./fixup_update-ca-certificates.diff.gz 10 90833611bbc0db730880e8eb4ca7ca97 ./get-certdata.txt.sh 10 11 5dbe990e59d512ceb425ea6475ef0ae0 ./setup.11.cacerts 11 026b3a65d346d6d845f3497819b42fdb ./slack-desc 12 95c835581d5db3a3188e00f437d83dec ./slack-desc 13 e64b203a2dc95ad7de22be3f7e6d4739 ./update-ca-certificates.c_rehash.diff.gz -
npl/system/ca_certificates/ca_certificates.pkg
-
Property
mode
changed from
100755
to100644
-
Property
mode
changed from
-
npl/system/ca_certificates/ca_certificates.version
r929bb42 r892871d 1 20 1611301 20211005 -
npl/system/ca_certificates/ca_certificates_dev.build
r929bb42 r892871d 1 6 1 7 -
npl/system/ca_certificates/ca_certificates_dev.version
r929bb42 r892871d 1 20 1611301 20211005 -
npl/system/ca_certificates/slack-desc
r929bb42 r892871d 1 1 # HOW TO EDIT THIS FILE: 2 # The "handy ruler" below makes it easier to edit a package description. 2 # The "handy ruler" below makes it easier to edit a package description. Line 3 3 # up the first '|' above the ':' following the base package name, and the '|' 4 # on the right side marks the last column you can put a character in. 5 # make exactly 11 lines for the formatting to be correct. 4 # on the right side marks the last column you can put a character in. You must 5 # make exactly 11 lines for the formatting to be correct. It's also 6 6 # customary to leave one space after the ':'. 7 7 … … 12 12 ca-certificates: applications to check for the authenticity of SSL connections. 13 13 ca-certificates: 14 ca-certificates: Homepage: http://packages.qa.debian.org/c/ca-certificates.html15 14 ca-certificates: 16 15 ca-certificates: … … 18 17 ca-certificates: 19 18 ca-certificates: 19 ca-certificates:
Note: See TracChangeset
for help on using the changeset viewer.