Skip to content

Commit

Permalink
mosquitto: update to 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Sep 24, 2023
1 parent 5ab6437 commit 9a33777
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/mosquitto/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
# http://www.illumos.org/license/CDDL.
# }}}
#
# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=mosquitto
VER=2.0.15
VER=2.0.17
PKG=ooce/network/mosquitto
SUMMARY="$PROG - an open source message broker"
DESC="$PROG is an open source (EPL/EDL licensed) message broker that "
Expand Down
2 changes: 1 addition & 1 deletion build/mosquitto/patches/linkflags.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diff -wpruN '--exclude=*.orig' a~/src/CMakeLists.txt a/src/CMakeLists.txt
diff -wpruN --no-dereference '--exclude=*.orig' a~/src/CMakeLists.txt a/src/CMakeLists.txt
--- a~/src/CMakeLists.txt 1970-01-01 00:00:00
+++ a/src/CMakeLists.txt 1970-01-01 00:00:00
@@ -213,9 +213,9 @@ endif (WIN32)
Expand Down
2 changes: 1 addition & 1 deletion build/mosquitto/patches/mux_epoll_c.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diff -wpruN '--exclude=*.orig' a~/src/mux_epoll.c a/src/mux_epoll.c
diff -wpruN --no-dereference '--exclude=*.orig' a~/src/mux_epoll.c a/src/mux_epoll.c
--- a~/src/mux_epoll.c 1970-01-01 00:00:00
+++ a/src/mux_epoll.c 1970-01-01 00:00:00
@@ -28,6 +28,7 @@ Contributors:
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
| ooce/network/fping | 5.1 | https://github.com/schweikert/fping/releases | [omniosorg](https://github.com/omniosorg)
| ooce/network/irssi | 1.4.4 | https://github.com/irssi/irssi/releases | [omniosorg](https://github.com/omniosorg)
| ooce/network/mosh | 1.4.0 | https://github.com/mobile-shell/mosh/releases | [omniosorg](https://github.com/omniosorg)
| ooce/network/mosquitto | 2.0.15 | https://mosquitto.org/download/ | [omniosorg](https://github.com/omniosorg)
| ooce/network/mosquitto | 2.0.17 | https://mosquitto.org/download/ | [omniosorg](https://github.com/omniosorg)
| ooce/network/mrtg | 2.17.10 | https://oss.oetiker.ch/mrtg/pub/?M=D | [omniosorg](https://github.com/omniosorg)
| ooce/network/mtr | 0.95 | https://github.com/traviscross/mtr/tags | [omniosorg](https://github.com/omniosorg)
| ooce/network/nicstat | 1.95 | https://sourceforge.net/projects/nicstat/files/ | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit 9a33777

Please sign in to comment.