ftp/axel: update 2.17.12 → 2.17.14

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-04-08 23:20:38 -07:00
parent 13dc581b5e
commit 7d6878030c
3 changed files with 4 additions and 16 deletions

View file

@ -1,7 +1,6 @@
PORTNAME= axel PORTNAME= axel
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 2.17.12 DISTVERSION= 2.17.14
PORTREVISION= 1
CATEGORIES= ftp CATEGORIES= ftp
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1706603341 TIMESTAMP = 1712636472
SHA256 (axel-download-accelerator-axel-v2.17.12_GH0.tar.gz) = 0ba5fa5ffd919faa51b0e55717a59f9475c2913095bc14c27c2e24ab2dad3ce9 SHA256 (axel-download-accelerator-axel-v2.17.14_GH0.tar.gz) = f6f2a5369d78003ab162a774cff0be71096bea6929333a79c8168c82caced07d
SIZE (axel-download-accelerator-axel-v2.17.12_GH0.tar.gz) = 105170 SIZE (axel-download-accelerator-axel-v2.17.14_GH0.tar.gz) = 105586

View file

@ -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;