Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ngircd: update to 25.
@ 2019-06-04 17:19 voidlinux-github
  2019-06-04 17:33 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-04 17:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages ngircd-25
https://github.com/void-linux/void-packages/pull/12136

ngircd: update to 25.
Signed-off-by: Juan RP <xtraeme@gmail.com>

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ngircd-25-12136.patch --]
[-- Type: application/text/x-diff, Size: 1339 bytes --]

From 572d98eef337ff196d9b112271a7ec050842b0da Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Tue, 4 Jun 2019 19:18:33 +0200
Subject: [PATCH] ngircd: update to 25.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/ngircd/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ngircd/template b/srcpkgs/ngircd/template
index 8ad5b767d56..4b5d293ef5b 100644
--- a/srcpkgs/ngircd/template
+++ b/srcpkgs/ngircd/template
@@ -1,7 +1,7 @@
 # Template build file for 'ngircd'
 pkgname=ngircd
-version=24
-revision=4
+version=25
+revision=1
 build_style=gnu-configure
 configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
 hostmakedepends="pkg-config"
@@ -11,8 +11,8 @@ homepage="http://ngircd.barton.de/"
 short_desc="Free, portable and lightweight Internet Relay Chat server"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2"
-distfiles="https://github.com/ngircd/ngircd/releases/download/rel-${version}/ngircd-${version}.tar.xz"
-checksum=173fa0ea10788a8ba08ef2f7e64ea8951d7c88862e744128c8b87bae424b1008
+distfiles="https://ngircd.barton.de/pub/ngircd/ngircd-${version}.tar.xz"
+checksum=c4997cae3e3dd6ff6a605ca274268f2b8c9ba0b1a96792c7402e5594222eee4e
 
 post_configure() {
 	echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h

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

* Re: [PR PATCH] [Updated] ngircd: update to 25.
  2019-06-04 17:19 [PR PATCH] ngircd: update to 25 voidlinux-github
@ 2019-06-04 17:33 ` voidlinux-github
  2019-06-04 17:33 ` voidlinux-github
  2019-06-04 17:52 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-04 17:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages ngircd-25
https://github.com/void-linux/void-packages/pull/12136

ngircd: update to 25.
Signed-off-by: Juan RP <xtraeme@gmail.com>

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ngircd-25-12136.patch --]
[-- Type: application/text/x-diff, Size: 1468 bytes --]

From c8e8b5d58bc935f0523b7351da85dc99b3f32d74 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Tue, 4 Jun 2019 19:33:05 +0200
Subject: [PATCH] ngircd: update to 25.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/ngircd/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ngircd/template b/srcpkgs/ngircd/template
index 8ad5b767d56..c79e704e20f 100644
--- a/srcpkgs/ngircd/template
+++ b/srcpkgs/ngircd/template
@@ -1,18 +1,18 @@
-# Template build file for 'ngircd'
+# Template file for 'ngircd'
 pkgname=ngircd
-version=24
-revision=4
+version=25
+revision=1
 build_style=gnu-configure
 configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
 hostmakedepends="pkg-config"
 makedepends="zlib-devel libressl-devel"
 conf_files="/etc/ngircd.conf"
-homepage="http://ngircd.barton.de/"
 short_desc="Free, portable and lightweight Internet Relay Chat server"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2"
-distfiles="https://github.com/ngircd/ngircd/releases/download/rel-${version}/ngircd-${version}.tar.xz"
-checksum=173fa0ea10788a8ba08ef2f7e64ea8951d7c88862e744128c8b87bae424b1008
+homepage="http://ngircd.barton.de/"
+distfiles="https://ngircd.barton.de/pub/ngircd/ngircd-${version}.tar.xz"
+checksum=c4997cae3e3dd6ff6a605ca274268f2b8c9ba0b1a96792c7402e5594222eee4e
 
 post_configure() {
 	echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h

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

* Re: [PR PATCH] [Updated] ngircd: update to 25.
  2019-06-04 17:19 [PR PATCH] ngircd: update to 25 voidlinux-github
  2019-06-04 17:33 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-04 17:33 ` voidlinux-github
  2019-06-04 17:52 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-04 17:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages ngircd-25
https://github.com/void-linux/void-packages/pull/12136

ngircd: update to 25.
Signed-off-by: Juan RP <xtraeme@gmail.com>

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ngircd-25-12136.patch --]
[-- Type: application/text/x-diff, Size: 1468 bytes --]

From c8e8b5d58bc935f0523b7351da85dc99b3f32d74 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Tue, 4 Jun 2019 19:33:05 +0200
Subject: [PATCH] ngircd: update to 25.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/ngircd/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ngircd/template b/srcpkgs/ngircd/template
index 8ad5b767d56..c79e704e20f 100644
--- a/srcpkgs/ngircd/template
+++ b/srcpkgs/ngircd/template
@@ -1,18 +1,18 @@
-# Template build file for 'ngircd'
+# Template file for 'ngircd'
 pkgname=ngircd
-version=24
-revision=4
+version=25
+revision=1
 build_style=gnu-configure
 configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
 hostmakedepends="pkg-config"
 makedepends="zlib-devel libressl-devel"
 conf_files="/etc/ngircd.conf"
-homepage="http://ngircd.barton.de/"
 short_desc="Free, portable and lightweight Internet Relay Chat server"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2"
-distfiles="https://github.com/ngircd/ngircd/releases/download/rel-${version}/ngircd-${version}.tar.xz"
-checksum=173fa0ea10788a8ba08ef2f7e64ea8951d7c88862e744128c8b87bae424b1008
+homepage="http://ngircd.barton.de/"
+distfiles="https://ngircd.barton.de/pub/ngircd/ngircd-${version}.tar.xz"
+checksum=c4997cae3e3dd6ff6a605ca274268f2b8c9ba0b1a96792c7402e5594222eee4e
 
 post_configure() {
 	echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h

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

* Re: [PR PATCH] [Merged]: ngircd: update to 25.
  2019-06-04 17:19 [PR PATCH] ngircd: update to 25 voidlinux-github
  2019-06-04 17:33 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-04 17:33 ` voidlinux-github
@ 2019-06-04 17:52 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-04 17:52 UTC (permalink / raw)
  To: ml

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

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

ngircd: update to 25.
https://github.com/void-linux/void-packages/pull/12136
Description: Signed-off-by: Juan RP <xtraeme@gmail.com>

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

end of thread, other threads:[~2019-06-04 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 17:19 [PR PATCH] ngircd: update to 25 voidlinux-github
2019-06-04 17:33 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-04 17:33 ` voidlinux-github
2019-06-04 17:52 ` [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).