Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cronie: update to 1.6.0
@ 2022-04-03  2:10 governorgoat
  2022-04-03 15:46 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: governorgoat @ 2022-04-03  2:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/governorgoat/void-packages master
https://github.com/void-linux/void-packages/pull/36487

cronie: update to 1.6.0
<!-- 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 add ci skip tag as described in
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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7hf


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

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

From 8266d8f26f1ea06ef8ac758737de09467baa9de1 Mon Sep 17 00:00:00 2001
From: governorgoat <governorgoat@fastmail.com>
Date: Sat, 2 Apr 2022 22:04:52 -0400
Subject: [PATCH] cronie: update to 1.6.0

---
 srcpkgs/cronie/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cronie/template b/srcpkgs/cronie/template
index 6c1c7adb523d..526f59b4d835 100644
--- a/srcpkgs/cronie/template
+++ b/srcpkgs/cronie/template
@@ -1,6 +1,6 @@
 # Template file for 'cronie'
 pkgname=cronie
-version=1.5.7
+version=1.6.0
 revision=1
 build_style=gnu-configure
 configure_args="--with-inotify --without-selinux --with-pam
@@ -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=538bcfaf2e986e5ae1edf6d1472a77ea8271d6a9005aee2497a9ed6e13320eb3
+checksum=3f7cc263d21838b53a9943eb2a26b862059e2ae36c3f11789ac33cd6818e3628
 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.6.0
  2022-04-03  2:10 [PR PATCH] cronie: update to 1.6.0 governorgoat
@ 2022-04-03 15:46 ` paper42
  2022-04-03 19:51 ` governorgoat
  2022-04-03 19:56 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-04-03 15:46 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36487#issuecomment-1086894970

Comment:
Please add the email you used for the commit to your github account, so the commit can be properly attributed to you. 

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

* Re: cronie: update to 1.6.0
  2022-04-03  2:10 [PR PATCH] cronie: update to 1.6.0 governorgoat
  2022-04-03 15:46 ` paper42
@ 2022-04-03 19:51 ` governorgoat
  2022-04-03 19:56 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: governorgoat @ 2022-04-03 19:51 UTC (permalink / raw)
  To: ml

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

New comment by governorgoat on void-packages repository

https://github.com/void-linux/void-packages/pull/36487#issuecomment-1086936926

Comment:
> Please add the email you used for the commit to your github account, so the commit can be properly attributed to you.

Added, thanks

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

* Re: [PR PATCH] [Merged]: cronie: update to 1.6.0
  2022-04-03  2:10 [PR PATCH] cronie: update to 1.6.0 governorgoat
  2022-04-03 15:46 ` paper42
  2022-04-03 19:51 ` governorgoat
@ 2022-04-03 19:56 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2022-04-03 19:56 UTC (permalink / raw)
  To: ml

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

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

cronie: update to 1.6.0
https://github.com/void-linux/void-packages/pull/36487

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 add ci skip tag as described in
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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7hf


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

end of thread, other threads:[~2022-04-03 19:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-03  2:10 [PR PATCH] cronie: update to 1.6.0 governorgoat
2022-04-03 15:46 ` paper42
2022-04-03 19:51 ` governorgoat
2022-04-03 19:56 ` [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).