mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
ftp/axel: update 2.17.12 → 2.17.14
Reported by: portscout
This commit is contained in:
parent
13dc581b5e
commit
7d6878030c
3 changed files with 4 additions and 16 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
|
Loading…
Add table
Reference in a new issue