Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] nilfs-utils: update to 2.2.8.
Date: Sat, 05 Oct 2019 21:18:47 +0200	[thread overview]
Message-ID: <20191005191847.iX8dtqTBOaEhbCrZBwkAN7uI6XuQ9VZbn_BcmqxA1a8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15145@inbox.vuxu.org>

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

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

https://github.com/ailiop-git/void-packages nilfs-utils
https://github.com/void-linux/void-packages/pull/15145

nilfs-utils: update to 2.2.8.


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

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

From ca316c340825842c8c1e531c66929b5b20711b45 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 5 Oct 2019 19:59:56 +0200
Subject: [PATCH] nilfs-utils: update to 2.2.8.

---
 srcpkgs/nilfs-utils/patches/max-input.patch | 12 ------------
 srcpkgs/nilfs-utils/patches/rpc-types.patch | 11 -----------
 srcpkgs/nilfs-utils/template                |  8 ++++----
 3 files changed, 4 insertions(+), 27 deletions(-)
 delete mode 100644 srcpkgs/nilfs-utils/patches/max-input.patch
 delete mode 100644 srcpkgs/nilfs-utils/patches/rpc-types.patch

diff --git a/srcpkgs/nilfs-utils/patches/max-input.patch b/srcpkgs/nilfs-utils/patches/max-input.patch
deleted file mode 100644
index 5241ea55c0b..00000000000
--- a/srcpkgs/nilfs-utils/patches/max-input.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./bin/rmcp.c.orig
-+++ ./bin/rmcp.c
-@@ -51,6 +51,9 @@
- #include "nilfs.h"
- #include "parser.h"
- 
-+#ifndef MAX_INPUT
-+#define MAX_INPUT _POSIX_MAX_INPUT
-+#endif
- 
- #ifdef _GNU_SOURCE
- #include <getopt.h>
diff --git a/srcpkgs/nilfs-utils/patches/rpc-types.patch b/srcpkgs/nilfs-utils/patches/rpc-types.patch
deleted file mode 100644
index ce55c439a2a..00000000000
--- a/srcpkgs/nilfs-utils/patches/rpc-types.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./sbin/mount/sundries.h.orig
-+++ ./sbin/mount/sundries.h
-@@ -15,7 +15,7 @@
- #include <signal.h>
- #include <stdarg.h>
- #include <stdlib.h>
--#if !defined(bool_t) && !defined(__GLIBC__)
-+#if !defined(bool_t) && !defined(__GLIBC__) && HAVE_RPC_TYPES_H
- #include <rpc/types.h>
- #endif
- 
diff --git a/srcpkgs/nilfs-utils/template b/srcpkgs/nilfs-utils/template
index ea07b0af50c..c58b411bcda 100644
--- a/srcpkgs/nilfs-utils/template
+++ b/srcpkgs/nilfs-utils/template
@@ -1,6 +1,6 @@
 # Template file for 'nilfs-utils'
 pkgname=nilfs-utils
-version=2.2.7
+version=2.2.8
 revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-libmount"
@@ -8,12 +8,12 @@ make_install_args="sbindir=/usr/bin"
 hostmakedepends="automake libtool"
 makedepends="libuuid-devel libmount-devel"
 conf_files="/etc/nilfs_cleanerd.conf"
-short_desc="A log-structured file system for Linux - userspace utils"
+short_desc="Log-structured file system for Linux - userspace utils"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2, LGPL-2.1"
+license="GPL-2.0-only, LGPL-2.1-only"
 homepage="http://nilfs.sourceforge.net/"
 distfiles="http://nilfs.sourceforge.net/download/$pkgname-$version.tar.bz2"
-checksum=2cf651c47f65ae1387758d90b0c51e744e2ecce0b1d77e8be9998929f74ac005
+checksum=5a29f8f59db03edf8dd1e68dfd80ff4713e0aa184cfa83a6326ac8af93d9bda6
 
 pre_configure() {
 	autoreconf -fi

  reply	other threads:[~2019-10-05 19:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-05 18:12 [PR PATCH] " voidlinux-github
2019-10-05 19:18 ` voidlinux-github [this message]
2019-10-05 19:18 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-06 21:12 ` [PR PATCH] [Merged]: " voidlinux-github

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=20191005191847.iX8dtqTBOaEhbCrZBwkAN7uI6XuQ9VZbn_BcmqxA1a8@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).