Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ipv6calc: enable external and GeoIP2 databases
@ 2020-04-29  3:57 lonwillett
  2020-04-30 19:58 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: lonwillett @ 2020-04-29  3:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lonwillett/void-packages ipv6calc-enable-external
https://github.com/void-linux/void-packages/pull/21451

ipv6calc: enable external and GeoIP2 databases
Also fix tool scripts to use bash instead of sh

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

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

From 87e3213e099c642d9b705c1ef3666fb81cee6908 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Wed, 29 Apr 2020 05:52:50 +0200
Subject: [PATCH] ipv6calc: enable external and GeoIP2 databases

Also fix tool scripts to use bash instead of sh
---
 .../ipv6calc/patches/use-bash-for-scripts.patch  | 16 ++++++++++++++++
 srcpkgs/ipv6calc/template                        |  6 +++---
 2 files changed, 19 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch

diff --git a/srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch b/srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch
new file mode 100644
index 00000000000..969285fbfc9
--- /dev/null
+++ b/srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch
@@ -0,0 +1,16 @@
+--- tools/ipv6calc-update-registries.sh~	2019-10-11 07:15:53.000000000 +0200
++++ tools/ipv6calc-update-registries.sh	2020-04-28 20:56:41.367743447 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # Project    : ipv6calc/databases/registries
+ # File       : update-registries.sh
+--- tools/ipv6calc-registries-check-run-create.sh~	2019-10-11 07:15:53.000000000 +0200
++++ tools/ipv6calc-registries-check-run-create.sh	2020-04-28 20:56:42.704763285 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # Project    : ipv6calc/databases/ipv4-assignment
+ # File       : ipv6calc-registries-check-run-create.sh
diff --git a/srcpkgs/ipv6calc/template b/srcpkgs/ipv6calc/template
index f26bb1ec990..5ebe843eabc 100644
--- a/srcpkgs/ipv6calc/template
+++ b/srcpkgs/ipv6calc/template
@@ -1,11 +1,11 @@
 # Template file for 'ipv6calc'
 pkgname=ipv6calc
 version=2.2.0
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--enable-geoip"
+configure_args="--enable-geoip --enable-mmdb --enable-external"
 hostmakedepends="perl"
-makedepends="geoip-devel"
+makedepends="geoip-devel libmaxminddb-devel db-devel"
 short_desc="Small utility to manipulate IPv6 addresses"
 maintainer="Lon Willett <xgit@lonw.net>"
 license="GPL-2.0-only"

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

* Re: [PR PATCH] [Merged]: ipv6calc: enable external and GeoIP2 databases
  2020-04-29  3:57 [PR PATCH] ipv6calc: enable external and GeoIP2 databases lonwillett
@ 2020-04-30 19:58 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2020-04-30 19:58 UTC (permalink / raw)
  To: ml

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

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

ipv6calc: enable external and GeoIP2 databases
https://github.com/void-linux/void-packages/pull/21451

Description:
Also fix tool scripts to use bash instead of sh

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

end of thread, other threads:[~2020-04-30 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  3:57 [PR PATCH] ipv6calc: enable external and GeoIP2 databases lonwillett
2020-04-30 19:58 ` [PR PATCH] [Merged]: " Hoshpak

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