From 45ef558e071c27295c3d4dc7508b7a35068c0384 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 15 Sep 2021 09:34:47 +0200 Subject: [PATCH] [notify] curl: update to 7.79.0 includes three security fixes, see https://curl.se/changes.html#7_79_0 --- curl/.signature | 6 +++--- curl/Pkgfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/curl/.signature b/curl/.signature index 160c20d3..9f63b693 100644 --- a/curl/.signature +++ b/curl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqkzxZLCUt09Useg/wptI9gPWp5KHSR2xHTk7VTuh15LepxJhhWHzUQq3E3rsw/eTqmR1ctz0UB1bV1GBE6PfnQU= -SHA256 (Pkgfile) = 429b3048fc4c9860d686cc5f5b44e1887ac18d36f761e39430f1ba41608f3b21 +RWRJc1FUaeVeqvzZou6XyTK7Je+2LXW4p8bTB8LF0wKYiiYd41j/phXMdcNs+RHK7Ehtriz9061TYQ1l5MoGABBOkC0lfyJmsgw= +SHA256 (Pkgfile) = fcdf1d252c7bb466fe59ae1f477645df201482a4e3000e79a09ca4d155e91050 SHA256 (.footprint) = 63921c9011a92974531a389a99c71c1d07eff93298547e670559cfd1642f4ac1 -SHA256 (curl-7.78.0.tar.xz) = be42766d5664a739c3974ee3dfbbcbe978a4ccb1fe628bb1d9b59ac79e445fb5 +SHA256 (curl-7.79.0.tar.xz) = 2a1420076f9ffc35c982c78e85b7a69e2ef5d532267895fdb2eac16ad9b680c9 diff --git a/curl/Pkgfile b/curl/Pkgfile index f73a5731..e8396933 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl zlib zstd name=curl -version=7.78.0 +version=7.79.0 release=1 source=(https://curl.haxx.se/download/$name-$version.tar.xz)