diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-07-09 20:28:44 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-07-10 09:00:33 +0200 |
commit | 2118a0f08fda28754d966110166374d7a813a753 (patch) | |
tree | da75878e88948577ca5619c7c83f77fb7ae6c02c /source/a/pkgtools/manpages | |
parent | 23f4d09946da280124d3818145a37c25f9e11442 (diff) | |
download | current-2118a0f08fda28754d966110166374d7a813a753.tar.gz |
Mon Jul 9 20:28:44 UTC 201820180709202844
a/kernel-generic-4.14.54-x86_64-1.txz: Upgraded.
a/kernel-huge-4.14.54-x86_64-1.txz: Upgraded.
a/kernel-modules-4.14.54-x86_64-1.txz: Upgraded.
a/pkgtools-15.0-noarch-21.txz: Rebuilt.
Modify makepkg to make reproducible builds possible:
makepkg: sort symlinks in doinst.sh
makepkg: sort the filelist piped into tar
makepkg: add the -n flag to gzip to avoid embedding a timestamp
makepkg: support the SOURCE_DATE_EPOCH environment variable
Thanks to David Spencer.
d/kernel-headers-4.14.54-x86-1.txz: Upgraded.
k/kernel-source-4.14.54-noarch-1.txz: Upgraded.
IP_FIB_TRIE_STATS n -> y
NETWORK_PHY_TIMESTAMPING n -> y
NET_KEY_MIGRATE n -> y
NF_CONNTRACK_EVENTS n -> y
NF_CONNTRACK_TIMEOUT n -> y
NF_CONNTRACK_TIMESTAMP n -> y
TCP_MD5SIG n -> y
VLAN_8021Q_MVRP n -> y
XFRM_MIGRATE n -> y
+DP83640_PHY m
+MRP m
Thanks to Wayne, aka slackwhere on LQ.
l/QScintilla-2.10.7-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/a/pkgtools/manpages')
-rw-r--r-- | source/a/pkgtools/manpages/makepkg.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/a/pkgtools/manpages/makepkg.8 b/source/a/pkgtools/manpages/makepkg.8 index 16a98f3f..488519e1 100644 --- a/source/a/pkgtools/manpages/makepkg.8 +++ b/source/a/pkgtools/manpages/makepkg.8 @@ -80,6 +80,13 @@ with pkgtools version < 15.0. .B --xattrs Support storing extended attributes in the package. The resulting package will not be compatible with pkgtools version < 15.0. +.SH ENVIRONMENT +.TP +.B SOURCE_DATE_EPOCH +A UNIX date-time (seconds since 1 Jan 1970). If set, any newer timestamps in the package +will be rewritten ("clamped") to this date-time. See +.I https://reproducible-builds.org/specs/source-date-epoch/ +for more details. .SH INSTALLATION SCRIPTS There are 3 types of installation scripts supported in the Slackware package system. |