Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] 66: update to 0.5.0.1.
@ 2020-08-26 10:47 mobinmob
  2020-08-31  3:56 ` [PR PATCH] [Closed]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: mobinmob @ 2020-08-26 10:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages 66
https://github.com/void-linux/void-packages/pull/24486

66: update to 0.5.0.1.
This is minor bugfix release for 66.

Template changes:

1. A system account is created for the logger (`_s6log`).
2. `make_dirs` is removed.
3.  `makedepends` array is cleaned.

2&3 are based on recommendations by @Obarun. 

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

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

From fbe99fcb8c03f4a5a5d800589bbbdb7f6cf660a7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 26 Aug 2020 13:41:17 +0300
Subject: [PATCH] 66: update to 0.5.0.1.

---
 srcpkgs/66/template | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index ccd676575f9..cdeaa073120 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,32 +1,28 @@
 # Template file for '66'
 pkgname=66
-version=0.5.0.0
-revision=3
+version=0.5.0.1
+revision=1
 wrksrc="66-v${version}"
 build_style=configure
 configure_args="--prefix=/usr
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib
- --with-s6-log-timestamp=iso"
+ --with-s6-log-timestamp=iso
+ --with-s6-log-user=_s6log"
 hostmakedepends="pkg-config lowdown"
 makedepends="oblibs-devel skalibs-devel execline-devel s6-devel
-s6-rc-devel procps-ng-devel"
-depends="s6-portable-utils"
+s6-rc-devel"
 short_desc="Small tools built around s6 and s6-rc programs"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="http://web.obarun.org/software/"
 changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
-checksum=dd505d8d4355c33f4cdf79ad69b1fdc6aa9996cf9532116eea2e13ba7dac455a
+checksum=d4fc4bf08c41db2c3513ea3b806dcc41f11b2ff85064a5e801fa6054c05d2e69
 
 conf_files="/etc/66/init /etc/66/init.conf"
-make_dirs="
-/var/log/66 0755 root root
-/var/lib/66 0755 root root
-/usr/share/66/service 0755 root root
-/etc/66/service 0755 root root
-/etc/66/conf 0755 root root"
+
+system_accounts="_s6log"
 
 post_install() {
 	local i

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

* Re: [PR PATCH] [Closed]: 66: update to 0.5.0.1.
  2020-08-26 10:47 [PR PATCH] 66: update to 0.5.0.1 mobinmob
@ 2020-08-31  3:56 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-08-31  3:56 UTC (permalink / raw)
  To: ml

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

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

66: update to 0.5.0.1.
https://github.com/void-linux/void-packages/pull/24486

Description:
This is minor bugfix release for 66.

Template changes:

1. A system account is created for the logger (`_s6log`).
2. `make_dirs` is removed.
3.  `makedepends` array is cleaned.

2&3 are based on recommendations by @Obarun. 

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

end of thread, other threads:[~2020-08-31  3:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26 10:47 [PR PATCH] 66: update to 0.5.0.1 mobinmob
2020-08-31  3:56 ` [PR PATCH] [Closed]: " ahesford

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