Skip to content

Commit

Permalink
mod-gearman update to 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Aug 28, 2024
1 parent 72c3a91 commit d5a2d22
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 105 deletions.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ next:
- check_ups_health update to 4.3
- check_vsphere update to 0.3.11
- check_wut_health update to 4.1.0.2
- gearman:
- mod-gearman update to 5.1.4
- grafana:
- pnp-datasource update to 2.1.0
- thruk-datasource update to 2.1.1
Expand Down
10 changes: 5 additions & 5 deletions packages/mod-gearman/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ../../Makefile.omd

NAME = mod_gearman
VERSION = 5.1.3
VERSION = 5.1.4
DIR = mod_gearman-$(VERSION)
PROXY = GearmanProxy
PROXYVERSION = 2.08
Expand All @@ -12,10 +12,10 @@ DEPENDS = naemon gearmand

build:
tar xzf mod_gearman-$(VERSION).tar.gz
for p in patches/*.patch ; do \
echo "applying $$p..." ; \
( cd $(DIR) ; patch -p1 ) < $$p || exit 1; \
done
#for p in patches/*.patch ; do \
# echo "applying $$p..." ; \
# ( cd $(DIR) ; patch -p1 ) < $$p || exit 1; \
#done
cd $(DIR) && \
export PKG_CONFIG_PATH=$(shell ls -d1 $$(pwd)/../naemon/naemon-*/.) C_INCLUDE_PATH=$(shell pwd)/$(DIR)/include:$(shell ls -d1 $$(pwd)/../naemon/naemon-*/.)/src; \
./configure --prefix=$(OMD_ROOT) --libdir=$(OMD_ROOT)/lib --enable-debug --enable-embedded-perl --with-gearman=$(shell pwd)/../gearmand/dest && \
Expand Down
Binary file removed packages/mod-gearman/mod_gearman-5.1.3.tar.gz
Binary file not shown.
Binary file added packages/mod-gearman/mod_gearman-5.1.4.tar.gz
Binary file not shown.
49 changes: 0 additions & 49 deletions packages/mod-gearman/patches/0001-fix-backslashes.patch

This file was deleted.

51 changes: 0 additions & 51 deletions packages/mod-gearman/patches/0002-fix-perfdata-queues.patch

This file was deleted.

0 comments on commit d5a2d22

Please sign in to comment.