From 081020aab8dc4edc3f120a751f8d482328c4e402 Mon Sep 17 00:00:00 2001 From: Jovan Lanik Date: Fri, 7 Jul 2023 15:54:34 +0200 Subject: [PATCH] metalog: update to 20230707 --- srcpkgs/metalog/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/metalog/template b/srcpkgs/metalog/template index 792b4bd32b48..ee54b2c82a7f 100644 --- a/srcpkgs/metalog/template +++ b/srcpkgs/metalog/template @@ -1,6 +1,6 @@ # Template file for 'metalog' pkgname=metalog -version=20220214 +version=20230707 revision=1 build_style=gnu-configure conf_files="/etc/metalog.conf" @@ -10,8 +10,9 @@ short_desc="Modern replacement for syslogd and klogd" maintainer="teldra " license="GPL-2.0-only" homepage="https://github.com/hvisage/metalog" +changelog="https://github.com/hvisage/metalog/blob/master/NEWS" distfiles="https://github.com/hvisage/metalog/archive/metalog-${version}.tar.gz" -checksum=3a9dd6f1460d90296771c81aa71fc0f45dd25ef22af63f48e6cbe5422a88f3bf +checksum=135caf2cc9ce48364f7cd39a58c904cbd63631c9963e1c239b2df8b2ca023dc1 pre_configure() { ./autogen.sh @@ -19,4 +20,8 @@ pre_configure() { post_install() { vsv metalog + + # Disable logging for metaloga to avoid any issues + # https://github.com/void-linux/void-packages/pull/44912#issuecomment-1625625388 + rm -rf "${DESTDIR}/etc/sv/metalog/log" }