Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] 66: update to 0.5.0.1.
Date: Wed, 26 Aug 2020 12:47:51 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24486@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2020-08-26 10:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-26 10:47 mobinmob [this message]
2020-08-31  3:56 ` [PR PATCH] [Closed]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24486@inbox.vuxu.org \
    --to=mobinmob@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).