Update to 2.01a38. This fixes a security bug in the rscsi client code
and adds a workaround for a not further specified problem in FreeBSD UID handling and suid cdda2wav. 2.01a37 only had Linux-specific changes over the 2.01a36 version of this port. Approved by: netchild
This commit is contained in:
parent
81063db1fa
commit
feaac6c630
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117570
3 changed files with 3 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= cdrtools
|
||||
PORTVERSION= 2.01a36
|
||||
PORTVERSION= 2.01a38
|
||||
CATEGORIES= sysutils audio
|
||||
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (cdrtools-2.01a36.tar.bz2) = bae98192bf486c74b793bcff5a8c5d57
|
||||
SIZE (cdrtools-2.01a36.tar.bz2) = 1405467
|
||||
MD5 (cdrtools-2.01a38.tar.bz2) = c7871ac6547241bb3efd84db2fa15115
|
||||
SIZE (cdrtools-2.01a38.tar.bz2) = 1411829
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- libparanoia/paranoia.c.orig Sun Aug 8 13:47:31 2004
|
||||
+++ libparanoia/paranoia.c Mon Aug 9 17:19:43 2004
|
||||
@@ -1481,7 +1481,7 @@
|
||||
long sofar;
|
||||
long dynoverlap = (p->dynoverlap + CD_FRAMEWORDS - 1) / CD_FRAMEWORDS;
|
||||
long anyflag = 0;
|
||||
- int reduce = 0;
|
||||
+static int reduce = 0;
|
||||
static int pagesize = -1;
|
||||
#define valign(x, a) (((char *)(x)) + ((a) - 1 - ((((UIntptr_t)(x))-1)%(a))))
|
||||
|
Loading…
Reference in a new issue