diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-07-10 00:40:43 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-07-10 08:59:48 +0200 |
commit | 44ee31b48454cc9d26c95629218042336887812f (patch) | |
tree | 6b9c246142c0fa4dfc8974ac3b44bbb448b4ee35 /source/ap | |
parent | f5721011450bb6cac58f9340e8df3cb6265e70de (diff) | |
download | current-44ee31b48454cc9d26c95629218042336887812f.tar.gz |
Fri Jul 10 00:40:43 UTC 202020200710004043
a/kernel-generic-5.4.51-x86_64-1.txz: Upgraded.
+EFI_CUSTOM_SSDT_OVERLAYS y
a/kernel-huge-5.4.51-x86_64-1.txz: Upgraded.
SPEAKUP y -> m
SPEAKUP_SYNTH_ACNTPC y -> m
SPEAKUP_SYNTH_ACNTSA y -> m
SPEAKUP_SYNTH_APOLLO y -> m
SPEAKUP_SYNTH_AUDPTR y -> m
SPEAKUP_SYNTH_BNS y -> m
SPEAKUP_SYNTH_DECEXT y -> m
SPEAKUP_SYNTH_DECTLK y -> m
SPEAKUP_SYNTH_DTLK y -> m
SPEAKUP_SYNTH_DUMMY y -> m
SPEAKUP_SYNTH_KEYPC y -> m
SPEAKUP_SYNTH_LTLK y -> m
SPEAKUP_SYNTH_SOFT y -> m
SPEAKUP_SYNTH_SPKOUT y -> m
SPEAKUP_SYNTH_TXPRT y -> m
+EFI_CUSTOM_SSDT_OVERLAYS y
a/kernel-modules-5.4.51-x86_64-1.txz: Upgraded.
ap/vim-8.2.1167-x86_64-1.txz: Upgraded.
d/Cython-0.29.21-x86_64-1.txz: Upgraded.
d/kernel-headers-5.4.51-x86-1.txz: Upgraded.
k/kernel-source-5.4.51-noarch-1.txz: Upgraded.
+EFI_CUSTOM_SSDT_OVERLAYS y
n/gnupg2-2.2.21-x86_64-1.txz: Upgraded.
x/mesa-20.1.3-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-78.0.2esr-x86_64-1.txz: Upgraded.
This release contains a security fix and improvements.
For more information, see:
https://www.mozilla.org/en-US/firefox/78.0.2/releasenotes/
https://www.mozilla.org/security/advisories/mfsa2020-28/
(* Security fix *)
xap/vim-gvim-8.2.1167-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
Speakup is included as modules which will need to be loaded manually,
for now at least.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Speakup is included as modules which will need to be loaded manually,
for now at least.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/ksh93/get-att-ast.sh | 2 | ||||
-rwxr-xr-x | source/ap/lxc/get-lxc.sh | 2 | ||||
-rwxr-xr-x | source/ap/neofetch/fetch-neofetch.sh | 4 | ||||
-rwxr-xr-x | source/ap/sc-im/fetch-sc-im.sh | 4 | ||||
-rwxr-xr-x | source/ap/squashfs-tools/get-squashfs-tools.sh | 2 | ||||
-rwxr-xr-x | source/ap/undervolt/fetch-undervolt.sh | 4 | ||||
-rwxr-xr-x | source/ap/usbmuxd/fetch-usbmuxd.sh | 4 |
7 files changed, 11 insertions, 11 deletions
diff --git a/source/ap/ksh93/get-att-ast.sh b/source/ap/ksh93/get-att-ast.sh index aaf7954b..af5226ad 100755 --- a/source/ap/ksh93/get-att-ast.sh +++ b/source/ap/ksh93/get-att-ast.sh @@ -36,7 +36,7 @@ git clone https://github.com/att/ast ) HEADISAT="$( cd ast && git log -1 --format=%h )" -DATE="$( cd ast && git log -1 --format=%ad --date=format:%Y%m%d )" +DATE="$( cd ast && git log -1 --format=%cd --date=format:%Y%m%d )" # Cleanup. We're not packing up the whole git repo. ( cd ast && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) # No need to package these: diff --git a/source/ap/lxc/get-lxc.sh b/source/ap/lxc/get-lxc.sh index 28f7321a..ccb451c6 100755 --- a/source/ap/lxc/get-lxc.sh +++ b/source/ap/lxc/get-lxc.sh @@ -38,7 +38,7 @@ LXC_MAJOR=$(cd lxc && grep "^m4_define(\[lxc_version_major" configure.ac | cut - LXC_MINOR=$(cd lxc && grep "^m4_define(\[lxc_version_minor" configure.ac | cut -f 2 -d ' ' | tr -d ')') LXC_MICRO=$(cd lxc && grep "^m4_define(\[lxc_version_micro" configure.ac | cut -f 2 -d ' ' | tr -d ')') HEADISAT="$( cd lxc && git log -1 --format=%h )" -DATE="$( cd lxc && git log -1 --format=%ad --date=format:%Y%m%d )" +DATE="$( cd lxc && git log -1 --format=%cd --date=format:%Y%m%d )" # Cleanup. We're not packing up the whole git repo. ( cd lxc && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) diff --git a/source/ap/neofetch/fetch-neofetch.sh b/source/ap/neofetch/fetch-neofetch.sh index eed1d590..9f49347c 100755 --- a/source/ap/neofetch/fetch-neofetch.sh +++ b/source/ap/neofetch/fetch-neofetch.sh @@ -38,8 +38,8 @@ git clone https://github.com/dylanaraps/${PKGNAM} ) HEADISAT="$( cd ${PKGNAM} && git log -1 --format=%h )" -DATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd ${PKGNAM} && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv ${PKGNAM} ${PKGNAM}-${DATE}_${HEADISAT} diff --git a/source/ap/sc-im/fetch-sc-im.sh b/source/ap/sc-im/fetch-sc-im.sh index 7802545e..4733a4a0 100755 --- a/source/ap/sc-im/fetch-sc-im.sh +++ b/source/ap/sc-im/fetch-sc-im.sh @@ -35,8 +35,8 @@ git clone https://github.com/andmarti1424/sc-im ) HEADISAT="$( cd sc-im && git log -1 --format=%h )" -DATE="$( cd sc-im && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd sc-im && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd sc-im && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd sc-im && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd sc-im && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv sc-im sc-im-${DATE}_${HEADISAT} diff --git a/source/ap/squashfs-tools/get-squashfs-tools.sh b/source/ap/squashfs-tools/get-squashfs-tools.sh index d0590a6c..3c825561 100755 --- a/source/ap/squashfs-tools/get-squashfs-tools.sh +++ b/source/ap/squashfs-tools/get-squashfs-tools.sh @@ -37,7 +37,7 @@ git clone git://github.com/plougher/${PKGNAM} ) HEADISAT="$( cd ${PKGNAM} && git log -1 --format=%h )" -DATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%Y%m%d )" +DATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%Y%m%d )" # Cleanup. We're not packing up the whole git repo. ( cd ${PKGNAM} && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv ${PKGNAM} ${PKGNAM}-${DATE}_${HEADISAT} diff --git a/source/ap/undervolt/fetch-undervolt.sh b/source/ap/undervolt/fetch-undervolt.sh index 073165ae..76df07c9 100755 --- a/source/ap/undervolt/fetch-undervolt.sh +++ b/source/ap/undervolt/fetch-undervolt.sh @@ -38,8 +38,8 @@ git clone https://github.com/georgewhewell/${PKGNAM} ) HEADISAT="$( cd ${PKGNAM} && git log -1 --format=%h )" -DATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd ${PKGNAM} && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv ${PKGNAM} ${PKGNAM}-${DATE}_${HEADISAT} diff --git a/source/ap/usbmuxd/fetch-usbmuxd.sh b/source/ap/usbmuxd/fetch-usbmuxd.sh index 7dd8db0b..76e3395c 100755 --- a/source/ap/usbmuxd/fetch-usbmuxd.sh +++ b/source/ap/usbmuxd/fetch-usbmuxd.sh @@ -35,8 +35,8 @@ git clone https://github.com/libimobiledevice/usbmuxd ) HEADISAT="$( cd usbmuxd && git log -1 --format=%h )" -DATE="$( cd usbmuxd && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd usbmuxd && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd usbmuxd && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd usbmuxd && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd usbmuxd && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv usbmuxd usbmuxd-${DATE}_${HEADISAT} |