summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
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
commit44ee31b48454cc9d26c95629218042336887812f (patch)
tree6b9c246142c0fa4dfc8974ac3b44bbb448b4ee35 /source/l
parentf5721011450bb6cac58f9340e8df3cb6265e70de (diff)
downloadcurrent-44ee31b48454cc9d26c95629218042336887812f.tar.gz
current-44ee31b48454cc9d26c95629218042336887812f.tar.xz
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/l')
-rwxr-xr-xsource/l/libclc/fetch-libclc.sh4
-rwxr-xr-xsource/l/libimobiledevice/fetch-libimobiledevice.sh4
-rwxr-xr-xsource/l/libusbmuxd/fetch-libusbmuxd.sh4
-rwxr-xr-xsource/l/woff2/get-woff2.sh2
4 files changed, 7 insertions, 7 deletions
diff --git a/source/l/libclc/fetch-libclc.sh b/source/l/libclc/fetch-libclc.sh
index fb5d4f33b..54023cbdf 100755
--- a/source/l/libclc/fetch-libclc.sh
+++ b/source/l/libclc/fetch-libclc.sh
@@ -35,8 +35,8 @@ git clone http://llvm.org/git/libclc.git
)
HEADISAT="$( cd libclc && git log -1 --format=%h )"
-DATE="$( cd libclc && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd libclc && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd libclc && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd libclc && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd libclc && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv libclc libclc-${DATE}_${HEADISAT}
diff --git a/source/l/libimobiledevice/fetch-libimobiledevice.sh b/source/l/libimobiledevice/fetch-libimobiledevice.sh
index 069f15964..ebd6cb9c3 100755
--- a/source/l/libimobiledevice/fetch-libimobiledevice.sh
+++ b/source/l/libimobiledevice/fetch-libimobiledevice.sh
@@ -35,8 +35,8 @@ git clone https://github.com/libimobiledevice/libimobiledevice
)
HEADISAT="$( cd libimobiledevice && git log -1 --format=%h )"
-DATE="$( cd libimobiledevice && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd libimobiledevice && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd libimobiledevice && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd libimobiledevice && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd libimobiledevice && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv libimobiledevice libimobiledevice-${DATE}_${HEADISAT}
diff --git a/source/l/libusbmuxd/fetch-libusbmuxd.sh b/source/l/libusbmuxd/fetch-libusbmuxd.sh
index 690b74ef9..247ab31db 100755
--- a/source/l/libusbmuxd/fetch-libusbmuxd.sh
+++ b/source/l/libusbmuxd/fetch-libusbmuxd.sh
@@ -35,8 +35,8 @@ git clone https://github.com/libimobiledevice/libusbmuxd
)
HEADISAT="$( cd libusbmuxd && git log -1 --format=%h )"
-DATE="$( cd libusbmuxd && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd libusbmuxd && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd libusbmuxd && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd libusbmuxd && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd libusbmuxd && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv libusbmuxd libusbmuxd-${DATE}_${HEADISAT}
diff --git a/source/l/woff2/get-woff2.sh b/source/l/woff2/get-woff2.sh
index 3ff4b7a5d..684aebc10 100755
--- a/source/l/woff2/get-woff2.sh
+++ b/source/l/woff2/get-woff2.sh
@@ -27,7 +27,7 @@ rm -rf woff2
git clone https://github.com/google/woff2.git
HEADISAT="$( cd woff2 && git log -1 --format=%h )"
-DATE="$( cd woff2 && git log -1 --format=%ad --date=format:%Y%m%d )"
+DATE="$( cd woff2 && git log -1 --format=%cd --date=format:%Y%m%d )"
# Cleanup. We're not packing up the whole git repo.
( cd woff2 && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )