FreeBSD Bugzilla – Attachment 199058 Details for
Bug 233047
devel/clixon: update to 3.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch
clixon-3.8.0.diff (text/plain), 4.10 KB, created by
dave
on 2018-11-07 17:58:31 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
dave
Created:
2018-11-07 17:58:31 UTC
Size:
4.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 484404) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= clixon >-PORTVERSION= 3.7.0 >+PORTVERSION= 3.8.0 > CATEGORIES= devel > > MAINTAINER= dcornejo@netgate.com >@@ -13,12 +13,13 @@ > LIB_DEPENDS= libcligen.so:devel/cligen \ > libfcgi.so:www/fcgi > >-USES= bison gmake >+USES= autoreconf bison gmake > > USE_LDCONFIG= yes > USE_GITHUB= yes >+ > GH_ACCOUNT= clicon >-MAKE_ARGS= wwwdir=${PREFIX}/sbin >+MAKE_ARGS= wwwdir=${PREFIX}/sbin wwwuser=www > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-cligen=${LOCALBASE} --sysconfdir=${ETCDIR} >Index: distinfo >=================================================================== >--- distinfo (revision 484404) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1532378444 >-SHA256 (clicon-clixon-3.7.0_GH0.tar.gz) = 2abb753ab7b9d5f84a00153a15b0fcb93615ace75c917172247e49532ae4fa38 >-SIZE (clicon-clixon-3.7.0_GH0.tar.gz) = 734615 >+TIMESTAMP = 1541542091 >+SHA256 (clicon-clixon-3.8.0_GH0.tar.gz) = 6a60ed3f23410c6c7c8165b0619c3d1f630fb373578572392d2db7f407f3a515 >+SIZE (clicon-clixon-3.8.0_GH0.tar.gz) = 763928 >Index: files/patch-apps_netconf_netconf__main.c >=================================================================== >--- files/patch-apps_netconf_netconf__main.c (nonexistent) >+++ files/patch-apps_netconf_netconf__main.c (working copy) >@@ -0,0 +1,11 @@ >+--- apps/netconf/netconf_main.c.orig 2018-11-06 21:44:00 UTC >++++ apps/netconf/netconf_main.c >+@@ -294,7 +294,7 @@ static int >+ timeout_fn(int s, >+ void *arg) >+ { >+- clicon_err(OE_EVENTS, ETIME, "User request timeout"); >++ clicon_err(OE_EVENTS, ETIMEDOUT, "User request timeout"); >+ return -1; >+ } >+ > >Property changes on: files/patch-apps_netconf_netconf__main.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: files/patch-lib_src_clixon__handle.c >=================================================================== >--- files/patch-lib_src_clixon__handle.c (nonexistent) >+++ files/patch-lib_src_clixon__handle.c (working copy) >@@ -0,0 +1,13 @@ >+--- lib/src/clixon_handle.c.orig 2018-11-06 21:44:00 UTC >++++ lib/src/clixon_handle.c >+@@ -43,7 +43,9 @@ >+ #include <errno.h> >+ #include <string.h> >+ #include <assert.h> >+- >++ >++#include <sys/time.h> >++ >+ #include <cligen/cligen.h> >+ >+ /* clicon */ > >Property changes on: files/patch-lib_src_clixon__handle.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 484404) >+++ pkg-plist (working copy) >@@ -3,26 +3,29 @@ > %%ETCDIR%%/clixonrc > lib/libclixon.so > lib/libclixon.so.3 >-lib/libclixon.so.3.7 >+lib/libclixon.so.3.8 > lib/libclixon_backend.so > lib/libclixon_backend.so.3 >-lib/libclixon_backend.so.3.7 >+lib/libclixon_backend.so.3.8 > lib/libclixon_cli.so > lib/libclixon_cli.so.3 >-lib/libclixon_cli.so.3.7 >+lib/libclixon_cli.so.3.8 > lib/libclixon_netconf.so > lib/libclixon_netconf.so.3 >-lib/libclixon_netconf.so.3.7 >+lib/libclixon_netconf.so.3.8 > lib/libclixon_restconf.so > lib/libclixon_restconf.so.3 >-lib/libclixon_restconf.so.3.7 >+lib/libclixon_restconf.so.3.8 > lib/xmldb/text.so > sbin/clixon_backend > sbin/clixon_restconf >-%%DATADIR%%/clixon-config@2018-04-30.yang >+%%DATADIR%%/clixon-config@2018-10-21.yang > %%DATADIR%%/ietf-inet-types@2013-07-15.yang > %%DATADIR%%/ietf-netconf-acm@2018-02-14.yang >+%%DATADIR%%/ietf-netconf-notification@2008-07-01.yang > %%DATADIR%%/ietf-netconf@2011-06-01.yang >+%%DATADIR%%/ietf-restconf-monitoring@2017-01-26.yang >+%%DATADIR%%/ietf-yang-library@2016-06-21.yang > %%DATADIR%%/ietf-yang-types@2013-07-15.yang > @dir lib/clixon/plugins/backend > @dir lib/clixon/plugins/cli
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 233047
:
199034
|
199036
| 199058