Skip to content

Commit

Permalink
Merge pull request #108 from farsightsec/zmq-versioning
Browse files Browse the repository at this point in the history
Version-bumps and symbols update, package name update to libnmsg8.
  • Loading branch information
alesage committed Aug 25, 2021
2 parents 5373f98 + 7eb8d5f commit 8b7cb4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -121,7 +121,7 @@ nobase_nodist_include_HEADERS = \

lib_LTLIBRARIES = nmsg/libnmsg.la

VERSION_INFO = 7:0:1
VERSION_INFO = 8:0:0

nmsg_libnmsg_la_LDFLAGS = \
$(AM_LDFLAGS) \
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -25,7 +25,7 @@ Package: libnmsg-dev
Section: libdevel
Architecture: any
Depends:
libnmsg6 (= ${binary:Version}),
libnmsg8 (= ${binary:Version}),
libpcap0.8-dev,
libprotobuf-c-dev,
${misc:Depends},
Expand All @@ -35,7 +35,7 @@ Description: network message encapsulation library (development files)
and Protocol Buffer schemas for message types included in the base nmsg
distribution.

Package: libnmsg6
Package: libnmsg8
Section: libs
Architecture: any
Depends: nmsg-msg9-module-base, nmsg-flt1-module-sample, ${misc:Depends},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion debian/libnmsg6.symbols → debian/libnmsg8.symbols
@@ -1,4 +1,4 @@
libnmsg.so.6 libnmsg6 #MINVER#
libnmsg.so.8 libnmsg8 #MINVER#
nmsg_alias_by_key@Base 0.6.4
nmsg_alias_by_value@Base 0.6.4
nmsg_asprintf@Base 0.5.0
Expand Down

0 comments on commit 8b7cb4a

Please sign in to comment.