mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Update to 0.5.1. The library has been run through a code analyser, which has
revealed several flaws in Uriparser. This release fixes those issues. PR: ports/115538 Submitted by: Ed Schouten (maintainer)
This commit is contained in:
parent
cbc6302868
commit
940c3a21d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197741
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= uriparser
|
||||
PORTVERSION= 0.4.1
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= uriparser
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ed@fxq.nl
|
||||
COMMENT= URI parsing library
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (uriparser-0.4.1.tar.bz2) = 733cb9ee374f77db81b6f1238fbd52f9
|
||||
SHA256 (uriparser-0.4.1.tar.bz2) = e451f7fb396612925267544219f49db411e51b5601c3b0aa32f42bcf9809e63e
|
||||
SIZE (uriparser-0.4.1.tar.bz2) = 335233
|
||||
MD5 (uriparser-0.5.1.tar.bz2) = faf561c6260e1b580cba2509f410a29f
|
||||
SHA256 (uriparser-0.5.1.tar.bz2) = 5a664f5c8f404c1148f661499866f1fe8df8debef2adc55c630ac83e6d57a98c
|
||||
SIZE (uriparser-0.5.1.tar.bz2) = 376479
|
||||
|
@ -1,11 +1,9 @@
|
||||
include/uriparser.h
|
||||
include/uriparser/Uri.h
|
||||
include/uriparser/UriBase.h
|
||||
include/uriparser/UriDefsAnsi.h
|
||||
include/uriparser/UriDefsConfig.h
|
||||
include/uriparser/UriDefsUnicode.h
|
||||
include/uriparser/UriIp4.h
|
||||
include/uriparser/UriIp4Base.h
|
||||
lib/liburiparser.a
|
||||
lib/liburiparser.la
|
||||
lib/liburiparser.so
|
||||
|
Loading…
Reference in New Issue
Block a user