Security upgrades for base/{curl,python3,zlib} and xfce/xfce4-settings
This commit is contained in:
parent
60bff1c32b
commit
11999abc62
4 changed files with 14 additions and 14 deletions
|
@ -1,10 +1,10 @@
|
|||
app=curl
|
||||
version=7.84.0
|
||||
version=7.86.0
|
||||
build=1sml
|
||||
homepage="https://curl.se/"
|
||||
download="https://curl.se/download/curl-$version.tar.xz"
|
||||
desc="Command line URL data transfer tool"
|
||||
requires="zlib openssl brotli libssh2 libidn2 nghttp2 libunistring"
|
||||
requires="zlib openssl brotli libssh2 libidn2 nghttp2 libunistring libpsl"
|
||||
preservestaticlibs=1
|
||||
|
||||
build() {
|
||||
|
@ -43,5 +43,5 @@ build() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
1ee8c9e4567b4850989489612ea8c4a9e0434827782be4e4b0e70c4543271b50c2ee3b1782d232793fb2bb24ff37d6e2b2243ff2519a0cc02ae902595f723f9f curl-7.84.0.tar.lz
|
||||
e62e8235d660c90c181f5ce49869f306b14d5c9d08a3cf541a021eb29937dba6b76597f822da6564c4514a58ae827e9f83094fd6327b3e3a8f3231ff93c3395f curl-7.86.0.tar.lz
|
||||
"
|
|
@ -1,5 +1,5 @@
|
|||
app=python3
|
||||
version=3.9.14
|
||||
version=3.9.15
|
||||
build=1sml
|
||||
homepage="https://www.python.org/"
|
||||
download="https://www.python.org/ftp/python/$version/Python-$version.tar.xz"
|
||||
|
@ -49,6 +49,6 @@ build() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
691a7814cf6c7bee96d8dbb7c5c85cb11f2e999101e20491b99435cdec07c3bbd5ce43ad3d9c64f695383b79197884caa1965c4346e4525e23b09c686271e4ab Python-3.9.14.tar.xz
|
||||
9310d263bc7a7925f73a6f66fd254ae61f377f43011a6bc5c58e57c8b170c2da4f197a646927ab9d05f8912ed8be4369c09576063931a3f93c3b0228ccb33a39 Python-3.9.15.tar.xz
|
||||
9abb510f769fee9c212be728f71802cdd3346b65f052dcc820686feee53a51ad106e4f34e439c5d9dd5da7a00559b07ad0fee4815ebd16fbfb170ba228fc37f5 musl-find_library.patch
|
||||
"
|
|
@ -1,8 +1,8 @@
|
|||
app=zlib
|
||||
version=1.2.11
|
||||
version=1.2.13
|
||||
build=1sml
|
||||
homepage="https://www.zlib.net"
|
||||
download="https://www.zlib.net/zlib-$version.tar.xz"
|
||||
download="https://www.zlib.net/zlib-$version.tar.gz"
|
||||
requires="musl"
|
||||
desc="General purpose thread safe data compression library"
|
||||
|
||||
|
@ -26,5 +26,5 @@ build() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
93968f26901a68c605d850d67cdee4ffada08b8e7b9fbe8ee062da6d9bc036c8c2d21194b437b00956d9473dff17ff0a8fafb5b19fcdbc460d372c37de9dc45b zlib-1.2.11.tar.lz
|
||||
06b5cb2f477b5999d6f5016b545a8d534ff10c744cfdc2056c9ee873e0c9e9cf49a7218161f28929a8509cb290a1dc30240a04ef95380a16d92922d5e01edb49 zlib-1.2.13.tar.lz
|
||||
"
|
|
@ -1,8 +1,8 @@
|
|||
app=xfce4-settings
|
||||
version=4.16.0
|
||||
version=4.16.5
|
||||
build=1sml
|
||||
homepage="https://docs.xfce.org/xfce/xfce4-settings/start"
|
||||
download="https://archive.xfce.org/xfce/4.16/src/xfce4-settings-$version.tar.bz2"
|
||||
download="https://archive.xfce.org/src/xfce/xfce4-settings/4.16/xfce4-settings-$version.tar.bz2"
|
||||
desc="Settings Manager for Xfce"
|
||||
requires="libnotify exo garcon libxfce4ui xfconf"
|
||||
|
||||
|
@ -32,6 +32,6 @@ build() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
ffb45c679280548b9351db5b485723645eadc07299ea8b10f35ba6a31821af9edee328bec09a7db4389f8bd9b88cffccb3cdda34ae0e7c053a2f650d1fbd7523 xfce4-settings-4.16.0.tar.lz
|
||||
1334875d8ae02a63312a3973f310138640b1a1ee80ad6665ee0f45d544092ef556b89259da613c53ab51219c9ac97fee860292133716da136792cdfd3d646e4e xfce4-settings-4.16.5.tar.bz2
|
||||
09fe6b214dbf5638d9ba47e40f67a22a1d96d61031b3c9e6e971cefc8b0f511ed37bdc90c1a906f26522ebb04a6c458b82f4e23ed84cb90772445be961b244c3 default-xsettings-xml.patch
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue