FreeBSD Bugzilla – Attachment 193157 Details for
Bug 228052
net/miniupnpd: Update to 2.0.20180503
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net_miniupnpd.patch
net_miniupnpd.patch (text/plain), 2.18 KB, created by
Hung-Yi Chen
on 2018-05-07 18:17:16 UTC
(
hide
)
Description:
net_miniupnpd.patch
Filename:
MIME Type:
Creator:
Hung-Yi Chen
Created:
2018-05-07 18:17:16 UTC
Size:
2.18 KB
patch
obsolete
>Index: net/miniupnpd/Makefile >=================================================================== >--- net/miniupnpd/Makefile (revision 469301) >+++ net/miniupnpd/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= miniupnpd >-PORTVERSION= 1.9.20160113 >+PORTVERSION= 2.0.20180503 > PORTEPOCH= 1 > CATEGORIES= net > MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ >Index: net/miniupnpd/distinfo >=================================================================== >--- net/miniupnpd/distinfo (revision 469301) >+++ net/miniupnpd/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (miniupnpd-1.9.20160113.tar.gz) = 4ab1fde66c0004ea1deff68d3b84b4911a990bd71b33509e463993b276899120 >-SIZE (miniupnpd-1.9.20160113.tar.gz) = 211437 >+TIMESTAMP = 1525713934 >+SHA256 (miniupnpd-2.0.20180503.tar.gz) = b61bed16865f8692803a9f155523ca7c6e01c65db20362b6173226b08ce12a0c >+SIZE (miniupnpd-2.0.20180503.tar.gz) = 225454 >Index: net/miniupnpd/files/patch-Makefile >=================================================================== >--- net/miniupnpd/files/patch-Makefile (revision 469301) >+++ net/miniupnpd/files/patch-Makefile (working copy) >@@ -1,6 +1,6 @@ >---- Makefile.orig 2015-04-30 09:08:34 UTC >-+++ Makefile >-@@ -160,8 +160,7 @@ LIBS += -lssl -lcrypto >+--- Makefile.orig 2018-05-08 01:27:03.541852000 +0800 >++++ Makefile 2018-05-08 01:28:27.611102000 +0800 >+@@ -162,8 +162,7 @@ > > INSTALLBINDIR = $(PREFIX)/sbin > INSTALLETCDIR = $(PREFIX)/etc >@@ -10,7 +10,7 @@ > > all: $(EXECUTABLES) > >-@@ -178,10 +177,10 @@ install: miniupnpd genuuid >+@@ -181,10 +180,10 @@ > $(INSTALL) -d $(DESTDIR)$(INSTALLBINDIR) > $(INSTALL) -m 755 miniupnpd $(DESTDIR)$(INSTALLBINDIR) > $(INSTALL) -d $(DESTDIR)$(INSTALLETCDIR) >@@ -24,12 +24,12 @@ > > # genuuid is using the uuid cli tool available under OpenBSD 4.0 in > # the uuid-1.5.0 package >-@@ -204,7 +203,7 @@ depend: config.h >- testgetroute.c testportinuse.c testasyncsendto.c >+@@ -225,7 +224,7 @@ >+ testssdppktgen.c > > miniupnpd: config.h $(ALLOBJS) >-- $(CC) $(CFLAGS) -o $@ $(ALLOBJS) $(LIBS) >+- $(CC) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS) > + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS) > > # BSDmake : >- # $(CC) $(CFLAGS) -o $@ $> $(LIBS) >+ # $(CC) $(LDFLAGS) -o $@ $> $(LIBS)
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 228052
: 193157