Date: Tue, 9 Apr 2024 07:41:14 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7d6878030c88 - main - ftp/axel: update 2.17.12 =?utf-8?Q?=E2=86=92?= 2.17.14 Message-ID: <202404090741.4397fEvO087599@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d6878030c88814c184dacdd8f90f6639c2cf778 commit 7d6878030c88814c184dacdd8f90f6639c2cf778 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-09 06:20:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-09 07:40:57 +0000 ftp/axel: update 2.17.12 → 2.17.14 Reported by: portscout --- ftp/axel/Makefile | 3 +-- ftp/axel/distinfo | 6 +++--- ftp/axel/files/patch-src_random.c | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index f20daa6a005b..3561557a5f55 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -1,7 +1,6 @@ PORTNAME= axel DISTVERSIONPREFIX= v -DISTVERSION= 2.17.12 -PORTREVISION= 1 +DISTVERSION= 2.17.14 CATEGORIES= ftp MAINTAINER= yuri@FreeBSD.org diff --git a/ftp/axel/distinfo b/ftp/axel/distinfo index 77053091a198..b1bde8a8e87d 100644 --- a/ftp/axel/distinfo +++ b/ftp/axel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706603341 -SHA256 (axel-download-accelerator-axel-v2.17.12_GH0.tar.gz) = 0ba5fa5ffd919faa51b0e55717a59f9475c2913095bc14c27c2e24ab2dad3ce9 -SIZE (axel-download-accelerator-axel-v2.17.12_GH0.tar.gz) = 105170 +TIMESTAMP = 1712636472 +SHA256 (axel-download-accelerator-axel-v2.17.14_GH0.tar.gz) = f6f2a5369d78003ab162a774cff0be71096bea6929333a79c8168c82caced07d +SIZE (axel-download-accelerator-axel-v2.17.14_GH0.tar.gz) = 105586 diff --git a/ftp/axel/files/patch-src_random.c b/ftp/axel/files/patch-src_random.c deleted file mode 100644 index 57fdefa7ace5..000000000000 --- a/ftp/axel/files/patch-src_random.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/random.c.orig 2022-11-25 01:30:10 UTC -+++ src/random.c -@@ -6,7 +6,7 @@ - ssize_t - axel_rand64(uint64_t *out) - { -- static int fd = -1; -+ static atomic_int fd = -1; - if (fd == -1) { - int tmp = open("/dev/random", O_RDONLY); - int expect = -1;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404090741.4397fEvO087599>