Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ipv6calc: update to 3.0.0.
@ 2020-12-28 15:01 ndowens
  2021-01-05 21:32 ` Chocimier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ndowens @ 2020-12-28 15:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages ipv6calc
https://github.com/void-linux/void-packages/pull/27499

ipv6calc: update to 3.0.0.


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

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

From b8ec43fe14fc0ed3a7389965cb2dc156654bf7c9 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 28 Dec 2020 09:03:11 -0600
Subject: [PATCH] ipv6calc: update to 3.0.0.

---
 srcpkgs/ipv6calc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ipv6calc/template b/srcpkgs/ipv6calc/template
index cc4278c1fc5..022e15fc271 100644
--- a/srcpkgs/ipv6calc/template
+++ b/srcpkgs/ipv6calc/template
@@ -1,7 +1,7 @@
 # Template file for 'ipv6calc'
 pkgname=ipv6calc
-version=2.2.0
-revision=2
+version=3.0.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-geoip --enable-mmdb --enable-external"
 hostmakedepends="perl"
@@ -11,6 +11,6 @@ maintainer="Lon Willett <xgit@lonw.net>"
 license="GPL-2.0-only"
 homepage="https://www.deepspace6.net/projects/ipv6calc.html"
 distfiles="https://github.com/pbiering/ipv6calc/archive/${version}.tar.gz"
-checksum=1935352f6171b07f18ce0487ee95ffcc006ea3f653f7cba564d2d8e135f04ca1
+checksum=8728a823709bc39c7aecd29ee19508816accbaa27dfd15933fe1fa2e2cf1fcd7
 
 CFLAGS="-fcommon"

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

* Re: ipv6calc: update to 3.0.0.
  2020-12-28 15:01 [PR PATCH] ipv6calc: update to 3.0.0 ndowens
@ 2021-01-05 21:32 ` Chocimier
  2021-01-05 21:43 ` [PR PATCH] [Updated] " ndowens
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-01-05 21:32 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/27499#issuecomment-754912158

Comment:
It fails to build here, could you rebase?

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

* Re: [PR PATCH] [Updated] ipv6calc: update to 3.0.0.
  2020-12-28 15:01 [PR PATCH] ipv6calc: update to 3.0.0 ndowens
  2021-01-05 21:32 ` Chocimier
@ 2021-01-05 21:43 ` ndowens
  2021-01-05 21:44 ` ndowens
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2021-01-05 21:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages ipv6calc
https://github.com/void-linux/void-packages/pull/27499

ipv6calc: update to 3.0.0.


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

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

From 3bc21e67d9d5b0ab7146a038469f9a237ca89983 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 28 Dec 2020 09:03:11 -0600
Subject: [PATCH] ipv6calc: update to 3.0.0.

---
 srcpkgs/ipv6calc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ipv6calc/template b/srcpkgs/ipv6calc/template
index cc4278c1fc5..022e15fc271 100644
--- a/srcpkgs/ipv6calc/template
+++ b/srcpkgs/ipv6calc/template
@@ -1,7 +1,7 @@
 # Template file for 'ipv6calc'
 pkgname=ipv6calc
-version=2.2.0
-revision=2
+version=3.0.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-geoip --enable-mmdb --enable-external"
 hostmakedepends="perl"
@@ -11,6 +11,6 @@ maintainer="Lon Willett <xgit@lonw.net>"
 license="GPL-2.0-only"
 homepage="https://www.deepspace6.net/projects/ipv6calc.html"
 distfiles="https://github.com/pbiering/ipv6calc/archive/${version}.tar.gz"
-checksum=1935352f6171b07f18ce0487ee95ffcc006ea3f653f7cba564d2d8e135f04ca1
+checksum=8728a823709bc39c7aecd29ee19508816accbaa27dfd15933fe1fa2e2cf1fcd7
 
 CFLAGS="-fcommon"

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

* Re: ipv6calc: update to 3.0.0.
  2020-12-28 15:01 [PR PATCH] ipv6calc: update to 3.0.0 ndowens
  2021-01-05 21:32 ` Chocimier
  2021-01-05 21:43 ` [PR PATCH] [Updated] " ndowens
@ 2021-01-05 21:44 ` ndowens
  2021-01-07 22:43 ` Chocimier
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2021-01-05 21:44 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27499#issuecomment-754920540

Comment:
> It fails to build here, could you rebase?

Just rebased, locally builds fine, lets see how it does with GH

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

* Re: ipv6calc: update to 3.0.0.
  2020-12-28 15:01 [PR PATCH] ipv6calc: update to 3.0.0 ndowens
                   ` (2 preceding siblings ...)
  2021-01-05 21:44 ` ndowens
@ 2021-01-07 22:43 ` Chocimier
  2021-01-07 22:43 ` [PR PATCH] [Merged]: " Chocimier
  2021-01-07 23:02 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-01-07 22:43 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/27499#issuecomment-756432375

Comment:
`-Werror -Os` fail but `Werror -O2` passes, weird

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

* Re: [PR PATCH] [Merged]: ipv6calc: update to 3.0.0.
  2020-12-28 15:01 [PR PATCH] ipv6calc: update to 3.0.0 ndowens
                   ` (3 preceding siblings ...)
  2021-01-07 22:43 ` Chocimier
@ 2021-01-07 22:43 ` Chocimier
  2021-01-07 23:02 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-01-07 22:43 UTC (permalink / raw)
  To: ml

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

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

ipv6calc: update to 3.0.0.
https://github.com/void-linux/void-packages/pull/27499

Description:


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

* Re: ipv6calc: update to 3.0.0.
  2020-12-28 15:01 [PR PATCH] ipv6calc: update to 3.0.0 ndowens
                   ` (4 preceding siblings ...)
  2021-01-07 22:43 ` [PR PATCH] [Merged]: " Chocimier
@ 2021-01-07 23:02 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-01-07 23:02 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/27499#issuecomment-756439052

Comment:
Reported upstream.

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

end of thread, other threads:[~2021-01-07 23:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 15:01 [PR PATCH] ipv6calc: update to 3.0.0 ndowens
2021-01-05 21:32 ` Chocimier
2021-01-05 21:43 ` [PR PATCH] [Updated] " ndowens
2021-01-05 21:44 ` ndowens
2021-01-07 22:43 ` Chocimier
2021-01-07 22:43 ` [PR PATCH] [Merged]: " Chocimier
2021-01-07 23:02 ` Chocimier

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