FreeBSD Bugzilla – Attachment 256634 Details for
Bug 284005
net-mgmt/lldpd: Update to 1.0.19
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for lldpd
lldpd-1019v2.patch (text/plain), 3.50 KB, created by
Daniel Engberg
on 2025-01-12 01:18:59 UTC
(
hide
)
Description:
Patch for lldpd
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2025-01-12 01:18:59 UTC
Size:
3.50 KB
patch
obsolete
>diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile >index 644fa2f5d450..b011c518822b 100644 >--- a/net-mgmt/lldpd/Makefile >+++ b/net-mgmt/lldpd/Makefile >@@ -1,7 +1,8 @@ > PORTNAME= lldpd >-PORTVERSION= 1.0.18 >+DISTVERSION= 1.0.19 > CATEGORIES= net-mgmt >-MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ >+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ \ >+ http://media.luffy.cx/files/${PORTNAME}/ > > MAINTAINER= freebsd@simweb.ch > COMMENT= Link-Layer Discovery Protocol (LLDP 802.1ab) daemon >@@ -13,15 +14,25 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > LIB_DEPENDS= libevent.so:devel/libevent > > FLAVORS= default tiny >+FLAVOR?= ${FLAVORS:[1]} > tiny_PKGNAMESUFFIX= -tiny > > USES= cpe libtool pkgconfig > CPE_VENDOR= ${PORTNAME}_project >-USE_CSTD= gnu99 > USE_LDCONFIG= yes >+ >+EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/libevent \ >+ --no-same-owner --no-same-permissions >+ > USE_RC_SUBR= ${PORTNAME} >+ >+USERS= _lldpd >+GROUPS= _lldpd >+ > GNU_CONFIGURE= yes >-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share >+ >+INSTALL_TARGET= install-strip >+ > CONFIGURE_ARGS= --disable-doxygen-doc \ > --enable-hardening \ > --enable-privsep \ >@@ -29,34 +40,34 @@ CONFIGURE_ARGS= --disable-doxygen-doc \ > --with-lldpd-ctl-socket=/var/run/lldpd.socket \ > --with-lldpd-pid-file=/var/run/lldpd.pid \ > --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig >-INSTALL_TARGET= install-strip > >-USERS= _lldpd >-GROUPS= _lldpd >- >-CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/${PORTNAME}-/} >- >-OPTIONS_DEFINE= BASH DOCS PIE PROPRIETARY READLINE SNMP XML ZSH >-OPTIONS_DEFAULT= BASH PROPRIETARY SNMP XML ZSH >-OPTIONS_SUB= yes >- >-.if ${FLAVOR:U} == tiny >-OPTIONS_DEFAULT:= >+.if ${FLAVOR} == tiny >+OPTIONS_UNSET= ${OPTIONS_DEFAULT} >+SUB_LIST+= BASH="@comment " \ >+ ZSH="@comment " > .endif > >+OPTIONS_DEFINE= BASH DOCS LIBXML2 PIE PROPRIETARY READLINE SNMP ZSH >+OPTIONS_DEFAULT= BASH LIBXML2 PROPRIETARY SNMP ZSH >+OPTIONS_SUB= yes >+ > PIE_DESC= Build PIE (position independant executables) > PROPRIETARY_DESC= Support proprietary protocols (CDP/EDP/FDP/SONMP) > SNMP_DESC= Enable SNMP sub-agent (AgentX) >-XML_DESC= XML output support > >-PIE_CONFIGURE_ENABLE= pie >+LIBXML2_USES= gnome >+LIBXML2_USE= GNOME=libxml2 >+LIBXML2_CONFIGURE_WITH= xml >+ >+PIE_CONFIGURE_ENABLE= pie >+ > PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp >+ > READLINE_CONFIGURE_WITH= readline >-SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp >-SNMP_USES= ssl >-SNMP_CONFIGURE_WITH= snmp >-XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 >-XML_CONFIGURE_WITH= xml >+ >+SNMP_USES= ssl >+SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp >+SNMP_CONFIGURE_WITH= snmp > > post-install: > ${MKDIR} ${STAGEDIR}/var/run/lldpd >diff --git a/net-mgmt/lldpd/distinfo b/net-mgmt/lldpd/distinfo >index 8969b0b93699..a60fcf36a095 100644 >--- a/net-mgmt/lldpd/distinfo >+++ b/net-mgmt/lldpd/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1715532062 >-SHA256 (lldpd-1.0.18.tar.gz) = 4b320675d608901a4a0d4feff8f96bb846d4913d914b0cf75b7d0ae80490f2f7 >-SIZE (lldpd-1.0.18.tar.gz) = 1988753 >+TIMESTAMP = 1736637102 >+SHA256 (lldpd-1.0.19.tar.gz) = 4de17fe5137b4d44a7bd57f8dfc80cffe2c8bb3691b4ae3012b5a6ea20d79ee0 >+SIZE (lldpd-1.0.19.tar.gz) = 1987102 >diff --git a/net-mgmt/lldpd/pkg-plist b/net-mgmt/lldpd/pkg-plist >index 8b80edcb75ef..ea8b21422e51 100644 >--- a/net-mgmt/lldpd/pkg-plist >+++ b/net-mgmt/lldpd/pkg-plist >@@ -4,7 +4,7 @@ include/lldpctl.h > lib/liblldpctl.a > lib/liblldpctl.so > lib/liblldpctl.so.4 >-lib/liblldpctl.so.4.9.1 >+lib/liblldpctl.so.4.10.0 > libdata/pkgconfig/lldpctl.pc > share/man/man8/lldpcli.8.gz > share/man/man8/lldpctl.8.gz
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 284005
:
256626
| 256634