Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cronie: update to 1.7.1.
@ 2024-03-06  8:14 dataCobra
  2024-05-07 17:11 ` [PR PATCH] [Updated] " dataCobra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dataCobra @ 2024-03-06  8:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages cronie
https://github.com/void-linux/void-packages/pull/49143

cronie: update to 1.7.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


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

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

From fb0ba8292322e25f235a1bcf24f5ae2c794297d4 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 6 Mar 2024 09:13:22 +0100
Subject: [PATCH] cronie: update to 1.7.1.

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

diff --git a/srcpkgs/cronie/template b/srcpkgs/cronie/template
index 2eddf91786e3ae..27b885b4f43042 100644
--- a/srcpkgs/cronie/template
+++ b/srcpkgs/cronie/template
@@ -1,7 +1,7 @@
 # Template file for 'cronie'
 pkgname=cronie
-version=1.7.0
-revision=2
+version=1.7.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-inotify --without-selinux --with-pam
  --enable-anacron --enable-pie --enable-relro"
@@ -13,7 +13,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/cronie-crond/cronie"
 changelog="https://raw.githubusercontent.com/cronie-crond/cronie/master/NEWS"
 distfiles="${homepage}/releases/download/cronie-${version}/cronie-${version}.tar.gz"
-checksum=6827f5a47760cc64afeef0a60d3cb5376f52569109fc9a73957dd5e9fdae7619
+checksum=78033100c24413f0c40f93e6138774d6a4f55bc31050567b90db45a2f9f1b954
 make_dirs="
 	/etc/cron.d 0755 root root
 	/etc/cron.hourly 0755 root root

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

* Re: [PR PATCH] [Updated] cronie: update to 1.7.1.
  2024-03-06  8:14 [PR PATCH] cronie: update to 1.7.1 dataCobra
@ 2024-05-07 17:11 ` dataCobra
  2024-05-07 17:12 ` cronie: update to 1.7.2 dataCobra
  2024-05-13 21:35 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2024-05-07 17:11 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages cronie
https://github.com/void-linux/void-packages/pull/49143

cronie: update to 1.7.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


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

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

From e8cd933e491eb42ca67f67a070eacab34f0fae3c Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 7 May 2024 19:11:18 +0200
Subject: [PATCH] cronie: update to 1.7.2.

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

diff --git a/srcpkgs/cronie/template b/srcpkgs/cronie/template
index 2eddf91786e3ae..a0da4f2cd3388b 100644
--- a/srcpkgs/cronie/template
+++ b/srcpkgs/cronie/template
@@ -1,7 +1,7 @@
 # Template file for 'cronie'
 pkgname=cronie
-version=1.7.0
-revision=2
+version=1.7.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-inotify --without-selinux --with-pam
  --enable-anacron --enable-pie --enable-relro"
@@ -13,7 +13,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/cronie-crond/cronie"
 changelog="https://raw.githubusercontent.com/cronie-crond/cronie/master/NEWS"
 distfiles="${homepage}/releases/download/cronie-${version}/cronie-${version}.tar.gz"
-checksum=6827f5a47760cc64afeef0a60d3cb5376f52569109fc9a73957dd5e9fdae7619
+checksum=f1da374a15ba7605cf378347f96bc8b678d3d7c0765269c8242cfe5b0789c571
 make_dirs="
 	/etc/cron.d 0755 root root
 	/etc/cron.hourly 0755 root root

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

* Re: cronie: update to 1.7.2.
  2024-03-06  8:14 [PR PATCH] cronie: update to 1.7.1 dataCobra
  2024-05-07 17:11 ` [PR PATCH] [Updated] " dataCobra
@ 2024-05-07 17:12 ` dataCobra
  2024-05-13 21:35 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2024-05-07 17:12 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/49143#issuecomment-2098929110

Comment:
Updated PR from 1.7.1 to 1.7.2.

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

* Re: [PR PATCH] [Merged]: cronie: update to 1.7.2.
  2024-03-06  8:14 [PR PATCH] cronie: update to 1.7.1 dataCobra
  2024-05-07 17:11 ` [PR PATCH] [Updated] " dataCobra
  2024-05-07 17:12 ` cronie: update to 1.7.2 dataCobra
@ 2024-05-13 21:35 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2024-05-13 21:35 UTC (permalink / raw)
  To: ml

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

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

cronie: update to 1.7.2.
https://github.com/void-linux/void-packages/pull/49143

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


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

end of thread, other threads:[~2024-05-13 21:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-06  8:14 [PR PATCH] cronie: update to 1.7.1 dataCobra
2024-05-07 17:11 ` [PR PATCH] [Updated] " dataCobra
2024-05-07 17:12 ` cronie: update to 1.7.2 dataCobra
2024-05-13 21:35 ` [PR PATCH] [Merged]: " leahneukirchen

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).