Skip to content

Commit

Permalink
naemon: update livestatus to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Nov 6, 2021
1 parent 4f65efd commit d5f0de5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 151 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ This file documents the revision history for the Open Monitoring Distribution (L
next
- Naemon:
- update core to 1.3.0
- update livestatus to 1.3.0
- add vimvault plugin
- Thruk: update to 2.46
- LMD: Update 2.0.3
Expand Down
10 changes: 5 additions & 5 deletions packages/naemon-livestatus/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ../../Makefile.omd

NAME = naemon-livestatus
VERSION = 1.2.4.1
VERSION = 1.3.0
DIR = $(NAME)-$(VERSION)
DEPENDS = naemon

Expand All @@ -10,10 +10,10 @@ CONFIGUREOPTS = \

build:
tar xzf $(NAME)-$(VERSION).tar.gz
set -e ; for p in patches/*.patch ; do \
echo "applying $$p..." ; \
( cd $(DIR) ; patch -p1 -b ) < $$p ; \
done
#set -e ; for p in patches/*.patch ; do \
# echo "applying $$p..." ; \
# ( cd $(DIR) ; patch -p1 -b ) < $$p ; \
#done
touch $(DIR)/.naemon.official
cd $(DIR); \
autoreconf -s; \
Expand Down
Binary file not shown.
Binary file not shown.
71 changes: 0 additions & 71 deletions packages/naemon-livestatus/patches/91.patch

This file was deleted.

75 changes: 0 additions & 75 deletions packages/naemon-livestatus/patches/92.patch

This file was deleted.

0 comments on commit d5f0de5

Please sign in to comment.