git: 65403524ee7f - main - audio/gramofile: Update WWW protocol
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Nov 2023 13:14:36 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=65403524ee7f62f393358e4a6b60e8b4fec81c29 commit 65403524ee7f62f393358e4a6b60e8b4fec81c29 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2023-11-17 13:09:35 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2023-11-17 13:14:17 +0000 audio/gramofile: Update WWW protocol Move WWW protocol from HTTPS to HTTP, the website uses TLSv1 / DHE-RSA-AES128-SHA which ins not handled anymore by chrome and firefox reports it as weak encryption. I notify the website manager about this issue. --- audio/gramofile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile index 7ae04d11427f..41df00cbf532 100644 --- a/audio/gramofile/Makefile +++ b/audio/gramofile/Makefile @@ -10,7 +10,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Audio recording and tick/scratch reduction for e.g. vinyl records -WWW= https://www.opensourcepartners.nl/~costar/gramofile/ +WWW= http://www.opensourcepartners.nl/~costar/gramofile/ LIB_DEPENDS= libfftw.so:math/fftw