FreeBSD Bugzilla – Attachment 190546 Details for
Bug 225595
net-mgmt/lldpd: Update to 0.9.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lldpd-0.9.9.patch
lldpd-0.9.9.patch (text/plain), 5.97 KB, created by
Danilo G. Baio
on 2018-02-12 16:15:48 UTC
(
hide
)
Description:
lldpd-0.9.9.patch
Filename:
MIME Type:
Creator:
Danilo G. Baio
Created:
2018-02-12 16:15:48 UTC
Size:
5.97 KB
patch
obsolete
>Index: net-mgmt/lldpd/Makefile >=================================================================== >--- net-mgmt/lldpd/Makefile (revisão 461576) >+++ net-mgmt/lldpd/Makefile (cópia de trabalho) >@@ -2,20 +2,21 @@ > # $FreeBSD$ > > PORTNAME= lldpd >-PORTVERSION= 0.9.4 >-PORTREVISION= 3 >+PORTVERSION= 0.9.9 > CATEGORIES= net-mgmt >-MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ \ >- http://mirror.1labs.ch/${PORTNAME}/ >+MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ > > MAINTAINER= freebsd@simweb.ch > COMMENT= LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent > > LICENSE= ISCL >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-LIB_DEPENDS= libevent.so:devel/libevent >+LIB_DEPENDS= libevent.so:devel/libevent \ >+ libpkg.so:ports-mgmt/pkg > >-USES= libtool >+USES= libtool ssl >+USE_CSTD= gnu99 > USE_LDCONFIG= yes > USE_RC_SUBR= ${PORTNAME} > GNU_CONFIGURE= yes >@@ -61,7 +62,7 @@ > ${WRKSRC}/src/client/Makefile.am \ > ${WRKSRC}/src/client/Makefile.in > >-post-install: >+post-install-DOCS-on: > ${INSTALL_DATA} ${FILESDIR}/README.bsd ${STAGEDIR}${DOCSDIR} > > .include <bsd.port.mk> >Index: net-mgmt/lldpd/distinfo >=================================================================== >--- net-mgmt/lldpd/distinfo (revisão 461576) >+++ net-mgmt/lldpd/distinfo (cópia de trabalho) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1466250111 >-SHA256 (lldpd-0.9.4.tar.gz) = eb1f5beff2ff5c13c5e0342b5b9da815ed4a63866262445e1168a79ee65c9079 >-SIZE (lldpd-0.9.4.tar.gz) = 1604103 >+TIMESTAMP = 1518448953 >+SHA256 (lldpd-0.9.9.tar.gz) = 5e9e08f500d21376631cbc9f8e19a4b167cd38eb2d8fd9e660b8e80507f802db >+SIZE (lldpd-0.9.9.tar.gz) = 1615627 >Index: net-mgmt/lldpd/files/patch-configure.ac >=================================================================== >--- net-mgmt/lldpd/files/patch-configure.ac (revisão 461576) >+++ net-mgmt/lldpd/files/patch-configure.ac (nonexistent) >@@ -1,11 +0,0 @@ >---- configure.ac.orig 2016-06-10 06:11:26 UTC >-+++ configure.ac >-@@ -90,6 +90,8 @@ AX_CFLAGS_GCC_OPTION([-Wno-sign-compare] >- AX_LDFLAGS_OPTION([-Wl,-z,relro], [LLDP_LDFLAGS]) >- AX_LDFLAGS_OPTION([-Wl,-z,now], [LLDP_LDFLAGS]) >- >-+AC_C_TYPEOF >-+ >- # Hardening >- AC_ARG_ENABLE([hardening], >- [AS_HELP_STRING([--enable-hardening], > >Mudanças de propriedades em: net-mgmt/lldpd/files/patch-configure.ac >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-mgmt/lldpd/files/patch-src_daemon_interfaces-bsd.c >=================================================================== >--- net-mgmt/lldpd/files/patch-src_daemon_interfaces-bsd.c (revisão 461576) >+++ net-mgmt/lldpd/files/patch-src_daemon_interfaces-bsd.c (nonexistent) >@@ -1,14 +0,0 @@ >---- src/daemon/interfaces-bsd.c.orig 2016-06-13 06:38:49 UTC >-+++ src/daemon/interfaces-bsd.c >-@@ -470,7 +470,11 @@ ifbsd_macphy(struct lldpd *cfg, >- { >- #ifdef ENABLE_DOT3 >- struct ifmediareq ifmr = {}; >-+#ifdef HAVE_TYPEOF >- typeof(ifmr.ifm_ulist[0]) media_list[32] = {}; >-+#else >-+ int media_list[32] = {}; >-+#endif >- ifmr.ifm_ulist = media_list; >- ifmr.ifm_count = 32; >- struct lldpd_port *port = &hardware->h_lport; > >Mudanças de propriedades em: net-mgmt/lldpd/files/patch-src_daemon_interfaces-bsd.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-mgmt/lldpd/files/patch-src_lib_Makefile.in >=================================================================== >--- net-mgmt/lldpd/files/patch-src_lib_Makefile.in (revisão 461576) >+++ net-mgmt/lldpd/files/patch-src_lib_Makefile.in (nonexistent) >@@ -1,25 +0,0 @@ >---- src/lib/Makefile.in.orig 2016-06-17 17:20:00 UTC >-+++ src/lib/Makefile.in >-@@ -895,8 +895,9 @@ uninstall-am: uninstall-includeHEADERS u >- >- >- atom-glue.c: $(ATOM_FILES) Makefile >-- $(AM_V_GEN)($(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ >-- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(ATOM_FILES:%=$(srcdir)/%) | \ >-+ $(AM_V_GEN)(for f in $(ATOM_FILES:%=$(srcdir)/%); do \ >-+ $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ >-+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $$f; done | \ >- $(SED) -n 's+^void init_atom_builder_\([^(]*\)().*, \([0-9]*\)).*+\2 \1+p' | \ >- sort | \ >- $(AWK) '{ atoms[$$2] = 1 } \ >-@@ -905,8 +906,9 @@ atom-glue.c: $(ATOM_FILES) Makefile >- print " static int init = 0; if (init) return; init++;"; \ >- for (atom in atoms) { print " init_atom_builder_"atom"();" } \ >- print "}"; }' && \ >-+ for f in $(ATOM_FILES:%=$(srcdir)/%); do \ >- $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ >-- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(ATOM_FILES:%=$(srcdir)/%) | \ >-+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $$f; done | \ >- $(SED) -n 's+^void init_atom_map_\([^(]*\)().*, \([0-9]*\)).*+\2 \1+p' | \ >- sort -n | \ >- $(AWK) '{ atoms[$$2] = 1 } \ > >Mudanças de propriedades em: net-mgmt/lldpd/files/patch-src_lib_Makefile.in >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-mgmt/lldpd/pkg-plist >=================================================================== >--- net-mgmt/lldpd/pkg-plist (revisão 461576) >+++ net-mgmt/lldpd/pkg-plist (cópia de trabalho) >@@ -15,6 +15,7 @@ > %%BASH%%share/bash-completion/completions/lldpcli > %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTE.md > %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >+%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/LICENSE > %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/NEWS > %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/README.bsd > %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/README.md
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 225595
:
190546
|
190547
|
190863