Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nilfs-utils: update to 2.2.8.
@ 2019-10-05 18:12 voidlinux-github
  2019-10-05 19:18 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-05 18:12 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1409 bytes --]

From b45baac01642985337919b9d085454462617d66b 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/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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

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

* Re: [PR PATCH] [Updated] nilfs-utils: update to 2.2.8.
  2019-10-05 18:12 [PR PATCH] nilfs-utils: update to 2.2.8 voidlinux-github
@ 2019-10-05 19:18 ` voidlinux-github
  2019-10-05 19:18 ` voidlinux-github
  2019-10-06 21:12 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-05 19:18 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] nilfs-utils: update to 2.2.8.
  2019-10-05 18:12 [PR PATCH] nilfs-utils: update to 2.2.8 voidlinux-github
  2019-10-05 19:18 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-05 19:18 ` voidlinux-github
  2019-10-06 21:12 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-05 19:18 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: nilfs-utils: update to 2.2.8.
  2019-10-05 18:12 [PR PATCH] nilfs-utils: update to 2.2.8 voidlinux-github
  2019-10-05 19:18 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-05 19:18 ` voidlinux-github
@ 2019-10-06 21:12 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-06 21:12 UTC (permalink / raw)
  To: ml

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

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

nilfs-utils: update to 2.2.8.
https://github.com/void-linux/void-packages/pull/15145

Description:


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

end of thread, other threads:[~2019-10-06 21:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-05 18:12 [PR PATCH] nilfs-utils: update to 2.2.8 voidlinux-github
2019-10-05 19:18 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-05 19:18 ` voidlinux-github
2019-10-06 21:12 ` [PR PATCH] [Merged]: " voidlinux-github

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