FreeBSD Bugzilla – Attachment 205952 Details for
Bug 239355
devel/clixon: Update to 4.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
port update patch
CLIXON4-PATCH.txt (text/plain), 4.86 KB, created by
Dave Cornejo
on 2019-07-21 00:02:34 UTC
(
hide
)
Description:
port update patch
Filename:
MIME Type:
Creator:
Dave Cornejo
Created:
2019-07-21 00:02:34 UTC
Size:
4.86 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 507025) >+++ Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= clixon >-PORTVERSION= 3.9.0 >-PORTREVISION= 1 >+PORTVERSION= 4.0.0 > CATEGORIES= devel > > MAINTAINER= dcornejo@netgate.com >@@ -26,6 +25,8 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-cligen=${LOCALBASE} --sysconfdir=${ETCDIR} > >+SUB_FILES= pkg-message >+ > MAKE_JOBS_UNSAFE=yes > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 507025) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1550886761 >-SHA256 (clicon-clixon-3.9.0_GH0.tar.gz) = 3be8eb904a505cc740568e06f75123c6e9b4e0e8173faccdd4a091b1dccfca60 >-SIZE (clicon-clixon-3.9.0_GH0.tar.gz) = 781568 >+TIMESTAMP = 1563660130 >+SHA256 (clicon-clixon-4.0.0_GH0.tar.gz) = b4f8ffd0e781b2e0097a2ed7bcba65e8fe8e50ae08a35f6867459a3a84a35f39 >+SIZE (clicon-clixon-4.0.0_GH0.tar.gz) = 952149 >Index: files/patch-apps_netconf_netconf__main.c >=================================================================== >--- files/patch-apps_netconf_netconf__main.c (revision 507025) >+++ files/patch-apps_netconf_netconf__main.c (nonexistent) >@@ -1,11 +0,0 @@ >---- apps/netconf/netconf_main.c.orig 2019-02-21 19:04:04 UTC >-+++ apps/netconf/netconf_main.c >-@@ -312,7 +312,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 >___________________________________________________________________ >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: files/patch-lib_clixon_clixon__plugin.h >=================================================================== >--- files/patch-lib_clixon_clixon__plugin.h (revision 507025) >+++ files/patch-lib_clixon_clixon__plugin.h (nonexistent) >@@ -1,11 +0,0 @@ >---- lib/clixon/clixon_plugin.h.orig 2019-02-21 19:04:04 UTC >-+++ lib/clixon/clixon_plugin.h >-@@ -49,8 +49,6 @@ >- /* >- * Types >- */ >--/* Dynamicically loadable plugin object handle. @see return value of dlopen(3) */ >--typedef void *plghndl_t; >- >- /*! Registered RPC callback function >- * @param[in] h Clicon handle > >Property changes on: files/patch-lib_clixon_clixon__plugin.h >___________________________________________________________________ >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: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (nonexistent) >+++ files/pkg-message.in (working copy) >@@ -0,0 +1,7 @@ >+ >+Version 4.0.0 is much stricter and more standards compliant >+ >+It is very likely that you will need to change your code. >+ >+See https://github.com/clicon/clixon/blob/master/CHANGELOG.md >+for details on the changes, especially the API changes. > >Property changes on: files/pkg-message.in >___________________________________________________________________ >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 507025) >+++ pkg-plist (working copy) >@@ -2,26 +2,26 @@ > bin/clixon_netconf > %%ETCDIR%%/clixonrc > lib/libclixon.so >-lib/libclixon.so.3 >-lib/libclixon.so.3.9 >+lib/libclixon.so.4 >+lib/libclixon.so.4.0 > lib/libclixon_backend.so >-lib/libclixon_backend.so.3 >-lib/libclixon_backend.so.3.9 >+lib/libclixon_backend.so.4 >+lib/libclixon_backend.so.4.0 > lib/libclixon_cli.so >-lib/libclixon_cli.so.3 >-lib/libclixon_cli.so.3.9 >+lib/libclixon_cli.so.4 >+lib/libclixon_cli.so.4.0 > lib/libclixon_netconf.so >-lib/libclixon_netconf.so.3 >-lib/libclixon_netconf.so.3.9 >+lib/libclixon_netconf.so.4 >+lib/libclixon_netconf.so.4.0 > lib/libclixon_restconf.so >-lib/libclixon_restconf.so.3 >-lib/libclixon_restconf.so.3.9 >-lib/xmldb/text.so >+lib/libclixon_restconf.so.4 >+lib/libclixon_restconf.so.4.0 > sbin/clixon_backend > sbin/clixon_restconf >-%%DATADIR%%/clixon-config@2019-02-06.yang >-%%DATADIR%%/clixon-lib@2019-01-02.yang >+%%DATADIR%%/clixon-config@2019-06-05.yang >+%%DATADIR%%/clixon-lib@2019-06-05.yang > %%DATADIR%%/clixon-rfc5277@2008-07-01.yang >+%%DATADIR%%/clixon-xml-changelog@2019-03-21.yang > %%DATADIR%%/iana-if-type@2014-05-08.yang > %%DATADIR%%/ietf-inet-types@2013-07-15.yang > %%DATADIR%%/ietf-interfaces@2018-02-20.yang
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 Raw
Actions:
View
Attachments on
bug 239355
:
205952
|
205987