Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] metalog: update to 20220214.
@ 2022-02-14 15:29 jovanlanik
  2022-02-14 16:22 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jovanlanik @ 2022-02-14 15:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1218 bytes --]

There is a new pull request by jovanlanik against master on the void-packages repository

https://github.com/jovanlanik/void-packages master
https://github.com/void-linux/void-packages/pull/35617

metalog: update to 20220214.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-35617.patch --]
[-- Type: text/x-diff, Size: 1212 bytes --]

From 938fccc1281cac1731d0d8b4eb5a1aaacb690755 Mon Sep 17 00:00:00 2001
From: Jovan Lanik <jox969@gmail.com>
Date: Mon, 14 Feb 2022 16:26:22 +0100
Subject: [PATCH] metalog: update to 20220214.

---
 srcpkgs/metalog/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/metalog/template b/srcpkgs/metalog/template
index 42305614bfcb..702267a43be5 100644
--- a/srcpkgs/metalog/template
+++ b/srcpkgs/metalog/template
@@ -1,18 +1,18 @@
 # Template file for 'metalog'
 pkgname=metalog
-version=20200113
+version=20220214
 revision=1
 wrksrc="$pkgname-$pkgname-$version"
 build_style=gnu-configure
 conf_files="/etc/metalog.conf"
 hostmakedepends="autoconf autoconf-archive automake pkg-config"
-makedepends="pcre-devel"
+makedepends="pcre2-devel"
 short_desc="Modern replacement for syslogd and klogd"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-2.0-only"
 homepage="https://github.com/hvisage/metalog"
 distfiles="https://github.com/hvisage/metalog/archive/metalog-${version}.tar.gz"
-checksum=cf4b5601697145420af08633c873e1d4c3c437643b8fe3fb5dd8a30c1a20e73d
+checksum=3a9dd6f1460d90296771c81aa71fc0f45dd25ef22af63f48e6cbe5422a88f3bf
 
 pre_configure() {
 	./autogen.sh

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: metalog: update to 20220214.
  2022-02-14 15:29 [PR PATCH] metalog: update to 20220214 jovanlanik
@ 2022-02-14 16:22 ` paper42
  2022-02-21  8:15 ` teldra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-14 16:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35617#issuecomment-1039284469

Comment:
@teldra ok?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: metalog: update to 20220214.
  2022-02-14 15:29 [PR PATCH] metalog: update to 20220214 jovanlanik
  2022-02-14 16:22 ` paper42
@ 2022-02-21  8:15 ` teldra
  2022-02-21 11:52 ` jovanlanik
  2022-02-21 15:03 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2022-02-21  8:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/35617#issuecomment-1046584503

Comment:
Maybe add the changelog:
```
changelog="https://github.com/hvisage/metalog/blob/master/NEWS"
```
Besides that: LGTM. :+1: 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: metalog: update to 20220214.
  2022-02-14 15:29 [PR PATCH] metalog: update to 20220214 jovanlanik
  2022-02-14 16:22 ` paper42
  2022-02-21  8:15 ` teldra
@ 2022-02-21 11:52 ` jovanlanik
  2022-02-21 15:03 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: jovanlanik @ 2022-02-21 11:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by jovanlanik on void-packages repository

https://github.com/void-linux/void-packages/pull/35617#issuecomment-1046795509

Comment:
Seems to me that the changelog hasn't been updated in a while... There have been at least 4 releases not mentioned at all.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: metalog: update to 20220214.
  2022-02-14 15:29 [PR PATCH] metalog: update to 20220214 jovanlanik
                   ` (2 preceding siblings ...)
  2022-02-21 11:52 ` jovanlanik
@ 2022-02-21 15:03 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-21 15:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]

There's a merged pull request on the void-packages repository

metalog: update to 20220214.
https://github.com/void-linux/void-packages/pull/35617

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-21 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 15:29 [PR PATCH] metalog: update to 20220214 jovanlanik
2022-02-14 16:22 ` paper42
2022-02-21  8:15 ` teldra
2022-02-21 11:52 ` jovanlanik
2022-02-21 15:03 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).