Github messages for voidlinux
 help / color / mirror / Atom feed
From: benalb <benalb@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] croc: update to 8.1.0.
Date: Sat, 29 Aug 2020 17:57:36 +0200	[thread overview]
Message-ID: <20200829155736.oZCLFaU1lA-PmN4d8pWn3OlNhP1-Co3vFp7-3tWD7_I@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24501@inbox.vuxu.org>

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

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

https://github.com/benalb/void-packages croc
https://github.com/void-linux/void-packages/pull/24501

croc: update to 8.1.0.


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

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

From a979ebe49b3c40736621f535339aa1b8297c125d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= <pullmoll@t-online.de>
Date: Tue, 25 Aug 2020 08:47:16 +0200
Subject: [PATCH 1/2] samba: add musl-legacy-compat for libc == musl

croc: update to 8.1.2.
---
 srcpkgs/samba/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template
index 28cbf44c0b9..e4ccd9f083c 100644
--- a/srcpkgs/samba/template
+++ b/srcpkgs/samba/template
@@ -27,6 +27,10 @@ hostmakedepends="pkg-config perl python-devel"
 makedepends="readline-devel libcap-devel popt-devel e2fsprogs-devel mit-krb5-devel
  libldap-devel pam-devel acl-devel avahi-libs-devel tdb-devel talloc-devel cups-devel"
 
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
 do_configure() {
 	sed -e 's,XFS_QUOTA_,FS_QUOTA_,g' -i lib/sysquotas_xfs.c
 

From bdd462ba83910667534650a9fe1b01fd00af45b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Thu, 27 Aug 2020 06:07:27 +0200
Subject: [PATCH 2/2] croc: update to 8.1.2.

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

diff --git a/srcpkgs/croc/template b/srcpkgs/croc/template
index 07f957a0e41..27a96f596ae 100644
--- a/srcpkgs/croc/template
+++ b/srcpkgs/croc/template
@@ -1,6 +1,6 @@
 # Template file for 'croc'
 pkgname=croc
-version=8.0.13
+version=8.1.0
 revision=1
 build_style=go
 go_import_path=github.com/schollz/croc/v${version%%.*}
@@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/schollz/croc"
 distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
-checksum=70c1da21037afb33b2debd6ac44f39f619e65f636ce3dcecf58030292a9c78e9
+checksum=b00328fde744a1d54240c85769b0554dc9a2fa695587bc96aa80bc9460705d57
 
 post_install() {
 	vlicense LICENSE

  reply	other threads:[~2020-08-29 15:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27  4:08 [PR PATCH] " benalb
2020-08-29 15:57 ` benalb [this message]
2020-08-29 15:59 ` [PR PATCH] [Updated] croc: update to 8.1.2 benalb
2020-08-29 16:32 ` benalb
2020-08-31  3:45 ` [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=20200829155736.oZCLFaU1lA-PmN4d8pWn3OlNhP1-Co3vFp7-3tWD7_I@z \
    --to=benalb@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).