FreeBSD Bugzilla – Attachment 162377 Details for
Bug 203972
[patch] net/uriparser: Update to 0.8.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch with update to version 0.8.4
uriparser-0.8.4.diff (text/plain), 2.42 KB, created by
Torsten Zühlsdorff
on 2015-10-23 08:34:14 UTC
(
hide
)
Description:
Patch with update to version 0.8.4
Filename:
MIME Type:
Creator:
Torsten Zühlsdorff
Created:
2015-10-23 08:34:14 UTC
Size:
2.42 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 399952) >+++ Makefile (Arbeitskopie) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= uriparser >-PORTVERSION= 0.7.9 >-PORTREVISION= 1 >+PORTVERSION= 0.8.4 > CATEGORIES= net > MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} > >@@ -10,6 +9,9 @@ > MAINTAINER= ed@FreeBSD.org > COMMENT= URI parsing library > >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/COPYING >+ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-doc --disable-test > INSTALL_TARGET= install-strip >@@ -16,4 +18,6 @@ > USES= libtool pathfix tar:bzip2 > USE_LDCONFIG= yes > >+MAKE_JOBS_UNSAFE=yes >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (Revision 399952) >+++ distinfo (Arbeitskopie) >@@ -1,2 +1,2 @@ >-SHA256 (uriparser-0.7.9.tar.bz2) = a1d8f1007757ca1cf68b49edbac50876100cdee23a54cf1214f257b9ce51100d >-SIZE (uriparser-0.7.9.tar.bz2) = 430215 >+SHA256 (uriparser-0.8.4.tar.bz2) = ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23 >+SIZE (uriparser-0.8.4.tar.bz2) = 358408 >Index: files/patch-tool_uriparse.c >=================================================================== >--- files/patch-tool_uriparse.c (nicht existent) >+++ files/patch-tool_uriparse.c (Arbeitskopie) >@@ -0,0 +1,14 @@ >+--- tool/uriparse.c.orig 2015-10-23 07:58:44 UTC >++++ tool/uriparse.c >+@@ -39,8 +39,10 @@ >+ #include <stdio.h> >+ #include <stdlib.h> >+ #include <uriparser/Uri.h> >+-#include <arpa/inet.h> >++#include <sys/types.h> >++#include <sys/socket.h> >+ #include <netinet/in.h> >++#include <arpa/inet.h> >+ >+ >+ #define RANGE(x) (int)((x).afterLast-(x).first), ((x).first) > >Eigenschaftsänderungen: files/patch-tool_uriparse.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (Revision 399952) >+++ pkg-plist (Arbeitskopie) >@@ -1,3 +1,4 @@ >+bin/uriparse > include/uriparser/Uri.h > include/uriparser/UriBase.h > include/uriparser/UriDefsAnsi.h >@@ -7,5 +8,5 @@ > lib/liburiparser.a > lib/liburiparser.so > lib/liburiparser.so.1 >-lib/liburiparser.so.1.0.14 >+lib/liburiparser.so.1.0.20 > libdata/pkgconfig/liburiparser.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203972
: 162377 |
162378