Changeset 4933918 for npl/system/ca_certificates
- Timestamp:
- 09/20/18 18:43:08 (7 years ago)
- Branches:
- master, perl-5.22
- Children:
- c9755c3
- Parents:
- c9ea2dd
- Location:
- npl/system/ca_certificates
- Files:
-
- 1 added
- 1 deleted
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/system/ca_certificates/ca-certificates.SlackBuild.orig
rc9ea2dd r4933918 1 #!/bin/ bash1 #!/bin/sh 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 , 2018Patrick J. Volkerding, Sebeka, MN, USA6 # Copyright 2012, 2013, 2015, 2016 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) 26 PKGNAM=ca-certificates 27 VERSION=${VERSION:-20161130} 28 ARCH=noarch 29 BUILD=${BUILD:-1_slack14.2} 27 30 28 PKGNAM=ca-certificates 29 VERSION=${VERSION:-20180409} 30 ARCH=noarch 31 BUILD=${BUILD:-1} 31 TARVERSION=${VERSION}+nmu1 32 32 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 40 41 TARVERSION=${VERSION} 42 33 CWD=$(pwd) 43 34 TMP=${TMP:-/tmp} 44 35 PKG=$TMP/package-$PKGNAM … … 56 47 57 48 # Again, both $PKGNAM and $PKGNAM-$VERSION are needed here: 58 cd $PKGNAM-$VERSION 2> /dev/null|| cd $PKGNAM || exit 149 cd $PKGNAM-$VERSION || cd $PKGNAM || exit 1 59 50 60 51 chown -R root:root . … … 86 77 87 78 mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION 88 #mv debian/NEWS debian/NEWS.Debian89 cp -a debian/README.Debian $PKG/usr/doc/$PKGNAM-$VERSION79 mv debian/NEWS debian/NEWS.Debian 80 cp -a debian/NEWS.Debian debian/README.Debian $PKG/usr/doc/$PKGNAM-$VERSION 90 81 91 82 mkdir -p $PKG/var/log/setup -
npl/system/ca_certificates/ca_certificates.SlackBuild
rc9ea2dd r4933918 2 2 # 3 3 # Automaticly created by importpackage v1.0 4 # Imported from: https://mirrors.slackware.com/slackware/slackware- current/source/n/ca-certificates/5 # Created at Thu Sep 6 14:55:01CEST 20184 # Imported from: https://mirrors.slackware.com/slackware/slackware-14.2/patches/source/ca-certificates/ 5 # Created at Thu Sep 20 18:32:49 CEST 2018 6 6 7 7 … … 11 11 source ./ca-certificates.SlackBuild.orig 12 12 13 mkdir -p /tmp/package-ca-certificates/etc/cron.weekly 14 ln -s /usr/sbin/update-ca-certificates /tmp/package-ca-certificates/etc/cron.weekly 13 15 14 16 ############ make syn3 packages -
npl/system/ca_certificates/ca_certificates.build
rc9ea2dd r4933918 1 1 1 5 -
npl/system/ca_certificates/ca_certificates.md5
rc9ea2dd r4933918 1 8425f4b1219e4e528db2de764e4c6586 ./ca-certificates_20180409.tar.xz2 700d337a91898a6dbd7d499113934a32./ca_certificates_dev.pkg3 88ad5308625a81cc8104105ee376a859./ca_certificates.pkg4 2aa1e59a6c831918db6ed5f6071d9f0c./ca_certificates.SlackBuild5 a4481d30d47cb7ca43470247dcf09635./ca_certificates.SlackBuild.log.gz6 ebed590c7d8cd11d2ef8f4056b7d7762./ca-certificates.SlackBuild.orig1 a09e8b63126188fd0ed77f6fbaf5d35f ./ca-certificates_20161130+nmu1.tar.xz 2 aa6ceeeb686fcc8de342b237f6fc73fb ./ca_certificates_dev.pkg 3 70bcadf3e7086d239f6ac9439e11d620 ./ca_certificates.pkg 4 6cb73b8350729401c29f1b2e15cff2b8 ./ca_certificates.SlackBuild 5 00c5406f93fa666fe1b5f625fe487c9a ./ca_certificates.SlackBuild.log.gz 6 c23d716a27384ed57c9085d400d4cbf9 ./ca-certificates.SlackBuild.orig 7 7 d14bfbd360d69256b0f5a916301fdb5a ./doinst.sh.gz 8 8 260654f21ca5431270192d94f421cfc2 ./patches/fixup_DESTDIR.diff.gz 9 9 cc23ac9b45fa4649ade60f64fe02eb7d ./patches/fixup_update-ca-certificates.diff.gz 10 10 5dbe990e59d512ceb425ea6475ef0ae0 ./setup.11.cacerts 11 3e8cc1df82ad139814446952d69b9966./slack-desc11 026b3a65d346d6d845f3497819b42fdb ./slack-desc -
npl/system/ca_certificates/ca_certificates.version
rc9ea2dd r4933918 1 201 804091 20161130 -
npl/system/ca_certificates/ca_certificates_dev.build
rc9ea2dd r4933918 1 1 1 5 -
npl/system/ca_certificates/ca_certificates_dev.version
rc9ea2dd r4933918 1 201 804091 20161130 -
npl/system/ca_certificates/slack-desc
rc9ea2dd r4933918 1 1 # HOW TO EDIT THIS FILE: 2 # The "handy ruler" below makes it easier to edit a package description. Line2 # 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. You must5 # make exactly 11 lines for the formatting to be correct. It's also4 # 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
Note: See TracChangeset
for help on using the changeset viewer.