Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ddclient: update to 3.11.0.
@ 2023-10-21 17:55 TinfoilSubmarine
  2023-10-25 20:24 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2023-10-21 17:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/ddclient
https://github.com/void-linux/void-packages/pull/46818

ddclient: update to 3.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b46d420ce47f4fbdd27e20f9fd4f57e789384868 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Mar 2023 15:14:30 -0500
Subject: [PATCH] ddclient: update to 3.11.0.

---
 srcpkgs/ddclient/template | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template
index ac7468606882d..d0ff07ff42c1d 100644
--- a/srcpkgs/ddclient/template
+++ b/srcpkgs/ddclient/template
@@ -1,38 +1,36 @@
 # Template file for 'ddclient'
 pkgname=ddclient
-version=3.9.1
+version=3.11.0
 revision=1
-depends="perl-Data-Validate-IP perl-IO-Socket-SSL"
+build_style=gnu-configure
+configure_args="--sysconfdir=/etc/ddclient"
+hostmakedepends="automake"
+depends="perl-JSON curl"
+checkdepends="$depends perl-HTTP-Daemon perl-Plack perl-HTTP-Message
+ perl-Test-MockModule perl-Test-Warnings curl net-tools"
 short_desc="Perl client used to update dynamic DNS"
 maintainer="rogi <rogi@skylittlesystem.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ddclient/ddclient"
+changelog="https://raw.githubusercontent.com/ddclient/ddclient/master/ChangeLog.md"
 distfiles="https://github.com/ddclient/ddclient/archive/v${version}.tar.gz"
-checksum=e4969e15cc491fc52bdcd649d4c2b0e4b1bf0c9f9dba23471c634871acc52470
+checksum=0e7ad53049c7e8699a316c834cf12cf14134671c7d87a44fe5783a481b886b64
 
 conf_files="/etc/ddclient/ddclient.conf"
 make_dirs="/var/cache/ddclient 0750 root root"
 
-do_install() {
+pre_configure() {
+	./autogen
+}
+
+post_install() {
 	vdoc README.cisco
 	vdoc README.md
-	vdoc README.ssl
-	vdoc RELEASENOTE
-	vdoc TODO
-	vdoc UPGRADE
-	vbin ddclient
 	vsconf sample-ddclient-wrapper.sh
 	vsconf sample-etc_cron.d_ddclient
-	vsconf sample-etc_ddclient.conf
+	vsconf ddclient.conf
 	vsconf sample-etc_dhclient-exit-hooks
 	vsconf sample-etc_dhcpc_dhcpcd-eth0.exe
 	vsconf sample-etc_ppp_ip-up.local
-	vsconf sample-etc_rc.d_init.d_ddclient
-	vsconf sample-etc_rc.d_init.d_ddclient.lsb
-	vsconf sample-etc_rc.d_init.d_ddclient.redhat
-	vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
-	sed -e 's|daemon=300|daemon=600|' -e 's|300 seconds|600 seconds|' \
-		-e '/pid=.*/d' sample-etc_ddclient.conf > void-etc_ddclient.conf
-	vinstall void-etc_ddclient.conf 0600 etc/ddclient ddclient.conf
-	vsv ${pkgname}
+	vsv ddclient
 }

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

* Re: [PR PATCH] [Updated] ddclient: update to 3.11.0.
  2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
@ 2023-10-25 20:24 ` TinfoilSubmarine
  2023-11-02 19:50 ` TinfoilSubmarine
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2023-10-25 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/ddclient
https://github.com/void-linux/void-packages/pull/46818

ddclient: update to 3.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 34f91e1ee027a4b813c7b05ba9503ec960afc4b9 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Mar 2023 15:14:30 -0500
Subject: [PATCH] ddclient: update to 3.11.1.

---
 srcpkgs/ddclient/template | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template
index ac7468606882d..09ee391a22a4a 100644
--- a/srcpkgs/ddclient/template
+++ b/srcpkgs/ddclient/template
@@ -1,38 +1,36 @@
 # Template file for 'ddclient'
 pkgname=ddclient
-version=3.9.1
+version=3.11.1
 revision=1
-depends="perl-Data-Validate-IP perl-IO-Socket-SSL"
+build_style=gnu-configure
+configure_args="--sysconfdir=/etc/ddclient"
+hostmakedepends="automake curl"
+depends="perl-JSON curl"
+checkdepends="$depends perl-HTTP-Daemon perl-Plack perl-HTTP-Message
+ perl-Test-MockModule perl-Test-Warnings curl net-tools"
 short_desc="Perl client used to update dynamic DNS"
 maintainer="rogi <rogi@skylittlesystem.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ddclient/ddclient"
+changelog="https://raw.githubusercontent.com/ddclient/ddclient/master/ChangeLog.md"
 distfiles="https://github.com/ddclient/ddclient/archive/v${version}.tar.gz"
-checksum=e4969e15cc491fc52bdcd649d4c2b0e4b1bf0c9f9dba23471c634871acc52470
+checksum=5eb5ca4118f14ae219da09e82dac39e0255048518a56311b2e9ec392505edd11
 
 conf_files="/etc/ddclient/ddclient.conf"
 make_dirs="/var/cache/ddclient 0750 root root"
 
-do_install() {
+pre_configure() {
+	./autogen
+}
+
+post_install() {
 	vdoc README.cisco
 	vdoc README.md
-	vdoc README.ssl
-	vdoc RELEASENOTE
-	vdoc TODO
-	vdoc UPGRADE
-	vbin ddclient
 	vsconf sample-ddclient-wrapper.sh
 	vsconf sample-etc_cron.d_ddclient
-	vsconf sample-etc_ddclient.conf
+	vsconf ddclient.conf
 	vsconf sample-etc_dhclient-exit-hooks
 	vsconf sample-etc_dhcpc_dhcpcd-eth0.exe
 	vsconf sample-etc_ppp_ip-up.local
-	vsconf sample-etc_rc.d_init.d_ddclient
-	vsconf sample-etc_rc.d_init.d_ddclient.lsb
-	vsconf sample-etc_rc.d_init.d_ddclient.redhat
-	vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
-	sed -e 's|daemon=300|daemon=600|' -e 's|300 seconds|600 seconds|' \
-		-e '/pid=.*/d' sample-etc_ddclient.conf > void-etc_ddclient.conf
-	vinstall void-etc_ddclient.conf 0600 etc/ddclient ddclient.conf
-	vsv ${pkgname}
+	vsv ddclient
 }

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

* Re: [PR PATCH] [Updated] ddclient: update to 3.11.0.
  2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
  2023-10-25 20:24 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2023-11-02 19:50 ` TinfoilSubmarine
  2023-11-02 19:51 ` TinfoilSubmarine
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2023-11-02 19:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/ddclient
https://github.com/void-linux/void-packages/pull/46818

ddclient: update to 3.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 164d49eaeb03b0dbf64b4d393f9f0b6fa0105be7 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Mar 2023 15:14:30 -0500
Subject: [PATCH 1/2] ddclient: update to 3.11.1.

---
 srcpkgs/ddclient/template | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template
index ac7468606882d..09ee391a22a4a 100644
--- a/srcpkgs/ddclient/template
+++ b/srcpkgs/ddclient/template
@@ -1,38 +1,36 @@
 # Template file for 'ddclient'
 pkgname=ddclient
-version=3.9.1
+version=3.11.1
 revision=1
-depends="perl-Data-Validate-IP perl-IO-Socket-SSL"
+build_style=gnu-configure
+configure_args="--sysconfdir=/etc/ddclient"
+hostmakedepends="automake curl"
+depends="perl-JSON curl"
+checkdepends="$depends perl-HTTP-Daemon perl-Plack perl-HTTP-Message
+ perl-Test-MockModule perl-Test-Warnings curl net-tools"
 short_desc="Perl client used to update dynamic DNS"
 maintainer="rogi <rogi@skylittlesystem.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ddclient/ddclient"
+changelog="https://raw.githubusercontent.com/ddclient/ddclient/master/ChangeLog.md"
 distfiles="https://github.com/ddclient/ddclient/archive/v${version}.tar.gz"
-checksum=e4969e15cc491fc52bdcd649d4c2b0e4b1bf0c9f9dba23471c634871acc52470
+checksum=5eb5ca4118f14ae219da09e82dac39e0255048518a56311b2e9ec392505edd11
 
 conf_files="/etc/ddclient/ddclient.conf"
 make_dirs="/var/cache/ddclient 0750 root root"
 
-do_install() {
+pre_configure() {
+	./autogen
+}
+
+post_install() {
 	vdoc README.cisco
 	vdoc README.md
-	vdoc README.ssl
-	vdoc RELEASENOTE
-	vdoc TODO
-	vdoc UPGRADE
-	vbin ddclient
 	vsconf sample-ddclient-wrapper.sh
 	vsconf sample-etc_cron.d_ddclient
-	vsconf sample-etc_ddclient.conf
+	vsconf ddclient.conf
 	vsconf sample-etc_dhclient-exit-hooks
 	vsconf sample-etc_dhcpc_dhcpcd-eth0.exe
 	vsconf sample-etc_ppp_ip-up.local
-	vsconf sample-etc_rc.d_init.d_ddclient
-	vsconf sample-etc_rc.d_init.d_ddclient.lsb
-	vsconf sample-etc_rc.d_init.d_ddclient.redhat
-	vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
-	sed -e 's|daemon=300|daemon=600|' -e 's|300 seconds|600 seconds|' \
-		-e '/pid=.*/d' sample-etc_ddclient.conf > void-etc_ddclient.conf
-	vinstall void-etc_ddclient.conf 0600 etc/ddclient ddclient.conf
-	vsv ${pkgname}
+	vsv ddclient
 }

From c0c5d96514a8941d00f68f21fd6c0b62ce4f2c6b Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 2 Nov 2023 15:47:31 -0400
Subject: [PATCH 2/2] ddclient: add OPTS variable to runit service.

---
 srcpkgs/ddclient/files/ddclient/run | 3 ++-
 srcpkgs/ddclient/template           | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ddclient/files/ddclient/run b/srcpkgs/ddclient/files/ddclient/run
index 8b9e7a746ca9d..979092a659992 100644
--- a/srcpkgs/ddclient/files/ddclient/run
+++ b/srcpkgs/ddclient/files/ddclient/run
@@ -1,3 +1,4 @@
 #!/bin/sh
 exec 2>&1
-exec ddclient -foreground
+[ -r conf ] && . ./conf
+exec ddclient -foreground ${OPTS}
diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template
index 09ee391a22a4a..ba35c9f3c50f9 100644
--- a/srcpkgs/ddclient/template
+++ b/srcpkgs/ddclient/template
@@ -1,7 +1,7 @@
 # Template file for 'ddclient'
 pkgname=ddclient
 version=3.11.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sysconfdir=/etc/ddclient"
 hostmakedepends="automake curl"

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

* Re: [PR PATCH] [Updated] ddclient: update to 3.11.0.
  2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
  2023-10-25 20:24 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2023-11-02 19:50 ` TinfoilSubmarine
@ 2023-11-02 19:51 ` TinfoilSubmarine
  2023-11-02 19:51 ` TinfoilSubmarine
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2023-11-02 19:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/ddclient
https://github.com/void-linux/void-packages/pull/46818

ddclient: update to 3.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5eb8e2cbd3af509cf45d91a458c0a0efbec9ab30 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Mar 2023 15:14:30 -0500
Subject: [PATCH] ddclient: update to 3.11.1.

- add OPTS variable to runit service
---
 srcpkgs/ddclient/files/ddclient/run |  3 ++-
 srcpkgs/ddclient/template           | 36 ++++++++++++++---------------
 2 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/ddclient/files/ddclient/run b/srcpkgs/ddclient/files/ddclient/run
index 8b9e7a746ca9d..979092a659992 100644
--- a/srcpkgs/ddclient/files/ddclient/run
+++ b/srcpkgs/ddclient/files/ddclient/run
@@ -1,3 +1,4 @@
 #!/bin/sh
 exec 2>&1
-exec ddclient -foreground
+[ -r conf ] && . ./conf
+exec ddclient -foreground ${OPTS}
diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template
index ac7468606882d..ba35c9f3c50f9 100644
--- a/srcpkgs/ddclient/template
+++ b/srcpkgs/ddclient/template
@@ -1,38 +1,36 @@
 # Template file for 'ddclient'
 pkgname=ddclient
-version=3.9.1
-revision=1
-depends="perl-Data-Validate-IP perl-IO-Socket-SSL"
+version=3.11.1
+revision=2
+build_style=gnu-configure
+configure_args="--sysconfdir=/etc/ddclient"
+hostmakedepends="automake curl"
+depends="perl-JSON curl"
+checkdepends="$depends perl-HTTP-Daemon perl-Plack perl-HTTP-Message
+ perl-Test-MockModule perl-Test-Warnings curl net-tools"
 short_desc="Perl client used to update dynamic DNS"
 maintainer="rogi <rogi@skylittlesystem.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ddclient/ddclient"
+changelog="https://raw.githubusercontent.com/ddclient/ddclient/master/ChangeLog.md"
 distfiles="https://github.com/ddclient/ddclient/archive/v${version}.tar.gz"
-checksum=e4969e15cc491fc52bdcd649d4c2b0e4b1bf0c9f9dba23471c634871acc52470
+checksum=5eb5ca4118f14ae219da09e82dac39e0255048518a56311b2e9ec392505edd11
 
 conf_files="/etc/ddclient/ddclient.conf"
 make_dirs="/var/cache/ddclient 0750 root root"
 
-do_install() {
+pre_configure() {
+	./autogen
+}
+
+post_install() {
 	vdoc README.cisco
 	vdoc README.md
-	vdoc README.ssl
-	vdoc RELEASENOTE
-	vdoc TODO
-	vdoc UPGRADE
-	vbin ddclient
 	vsconf sample-ddclient-wrapper.sh
 	vsconf sample-etc_cron.d_ddclient
-	vsconf sample-etc_ddclient.conf
+	vsconf ddclient.conf
 	vsconf sample-etc_dhclient-exit-hooks
 	vsconf sample-etc_dhcpc_dhcpcd-eth0.exe
 	vsconf sample-etc_ppp_ip-up.local
-	vsconf sample-etc_rc.d_init.d_ddclient
-	vsconf sample-etc_rc.d_init.d_ddclient.lsb
-	vsconf sample-etc_rc.d_init.d_ddclient.redhat
-	vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
-	sed -e 's|daemon=300|daemon=600|' -e 's|300 seconds|600 seconds|' \
-		-e '/pid=.*/d' sample-etc_ddclient.conf > void-etc_ddclient.conf
-	vinstall void-etc_ddclient.conf 0600 etc/ddclient ddclient.conf
-	vsv ${pkgname}
+	vsv ddclient
 }

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

* Re: [PR PATCH] [Updated] ddclient: update to 3.11.0.
  2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2023-11-02 19:51 ` TinfoilSubmarine
@ 2023-11-02 19:51 ` TinfoilSubmarine
  2023-11-23 15:02 ` [PR PATCH] [Updated] ddclient: update to 3.11.1 TinfoilSubmarine
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2023-11-02 19:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/ddclient
https://github.com/void-linux/void-packages/pull/46818

ddclient: update to 3.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From f7cebed119efd7c458cb3694dc9482eefd934d65 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Mar 2023 15:14:30 -0500
Subject: [PATCH] ddclient: update to 3.11.1.

- add OPTS variable to runit service
---
 srcpkgs/ddclient/files/ddclient/run |  3 ++-
 srcpkgs/ddclient/template           | 34 ++++++++++++++---------------
 2 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/ddclient/files/ddclient/run b/srcpkgs/ddclient/files/ddclient/run
index 8b9e7a746ca9d..979092a659992 100644
--- a/srcpkgs/ddclient/files/ddclient/run
+++ b/srcpkgs/ddclient/files/ddclient/run
@@ -1,3 +1,4 @@
 #!/bin/sh
 exec 2>&1
-exec ddclient -foreground
+[ -r conf ] && . ./conf
+exec ddclient -foreground ${OPTS}
diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template
index ac7468606882d..09ee391a22a4a 100644
--- a/srcpkgs/ddclient/template
+++ b/srcpkgs/ddclient/template
@@ -1,38 +1,36 @@
 # Template file for 'ddclient'
 pkgname=ddclient
-version=3.9.1
+version=3.11.1
 revision=1
-depends="perl-Data-Validate-IP perl-IO-Socket-SSL"
+build_style=gnu-configure
+configure_args="--sysconfdir=/etc/ddclient"
+hostmakedepends="automake curl"
+depends="perl-JSON curl"
+checkdepends="$depends perl-HTTP-Daemon perl-Plack perl-HTTP-Message
+ perl-Test-MockModule perl-Test-Warnings curl net-tools"
 short_desc="Perl client used to update dynamic DNS"
 maintainer="rogi <rogi@skylittlesystem.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ddclient/ddclient"
+changelog="https://raw.githubusercontent.com/ddclient/ddclient/master/ChangeLog.md"
 distfiles="https://github.com/ddclient/ddclient/archive/v${version}.tar.gz"
-checksum=e4969e15cc491fc52bdcd649d4c2b0e4b1bf0c9f9dba23471c634871acc52470
+checksum=5eb5ca4118f14ae219da09e82dac39e0255048518a56311b2e9ec392505edd11
 
 conf_files="/etc/ddclient/ddclient.conf"
 make_dirs="/var/cache/ddclient 0750 root root"
 
-do_install() {
+pre_configure() {
+	./autogen
+}
+
+post_install() {
 	vdoc README.cisco
 	vdoc README.md
-	vdoc README.ssl
-	vdoc RELEASENOTE
-	vdoc TODO
-	vdoc UPGRADE
-	vbin ddclient
 	vsconf sample-ddclient-wrapper.sh
 	vsconf sample-etc_cron.d_ddclient
-	vsconf sample-etc_ddclient.conf
+	vsconf ddclient.conf
 	vsconf sample-etc_dhclient-exit-hooks
 	vsconf sample-etc_dhcpc_dhcpcd-eth0.exe
 	vsconf sample-etc_ppp_ip-up.local
-	vsconf sample-etc_rc.d_init.d_ddclient
-	vsconf sample-etc_rc.d_init.d_ddclient.lsb
-	vsconf sample-etc_rc.d_init.d_ddclient.redhat
-	vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
-	sed -e 's|daemon=300|daemon=600|' -e 's|300 seconds|600 seconds|' \
-		-e '/pid=.*/d' sample-etc_ddclient.conf > void-etc_ddclient.conf
-	vinstall void-etc_ddclient.conf 0600 etc/ddclient ddclient.conf
-	vsv ${pkgname}
+	vsv ddclient
 }

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

* Re: [PR PATCH] [Updated] ddclient: update to 3.11.1.
  2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2023-11-02 19:51 ` TinfoilSubmarine
@ 2023-11-23 15:02 ` TinfoilSubmarine
  2024-02-22  1:44 ` ddclient: update to 3.11.2 github-actions
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2023-11-23 15:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/ddclient
https://github.com/void-linux/void-packages/pull/46818

ddclient: update to 3.11.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 79d1e351176ba2e0b00138647e6e11147ebdfeee Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Mar 2023 15:14:30 -0500
Subject: [PATCH] ddclient: update to 3.11.2.

- add OPTS variable to runit service
---
 srcpkgs/ddclient/files/ddclient/run |  3 ++-
 srcpkgs/ddclient/template           | 34 ++++++++++++++---------------
 2 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/ddclient/files/ddclient/run b/srcpkgs/ddclient/files/ddclient/run
index 8b9e7a746ca9d..979092a659992 100644
--- a/srcpkgs/ddclient/files/ddclient/run
+++ b/srcpkgs/ddclient/files/ddclient/run
@@ -1,3 +1,4 @@
 #!/bin/sh
 exec 2>&1
-exec ddclient -foreground
+[ -r conf ] && . ./conf
+exec ddclient -foreground ${OPTS}
diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template
index ac7468606882d..ad0fadbcef6b5 100644
--- a/srcpkgs/ddclient/template
+++ b/srcpkgs/ddclient/template
@@ -1,38 +1,36 @@
 # Template file for 'ddclient'
 pkgname=ddclient
-version=3.9.1
+version=3.11.2
 revision=1
-depends="perl-Data-Validate-IP perl-IO-Socket-SSL"
+build_style=gnu-configure
+configure_args="--sysconfdir=/etc/ddclient"
+hostmakedepends="automake curl"
+depends="perl-JSON curl"
+checkdepends="$depends perl-HTTP-Daemon perl-Plack perl-HTTP-Message
+ perl-Test-MockModule perl-Test-Warnings curl net-tools"
 short_desc="Perl client used to update dynamic DNS"
 maintainer="rogi <rogi@skylittlesystem.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ddclient/ddclient"
+changelog="https://raw.githubusercontent.com/ddclient/ddclient/master/ChangeLog.md"
 distfiles="https://github.com/ddclient/ddclient/archive/v${version}.tar.gz"
-checksum=e4969e15cc491fc52bdcd649d4c2b0e4b1bf0c9f9dba23471c634871acc52470
+checksum=243cd832abd3cdd2b49903e1b5ed7f450e2d9c4c0eaf8ce4fe692c244d3afd77
 
 conf_files="/etc/ddclient/ddclient.conf"
 make_dirs="/var/cache/ddclient 0750 root root"
 
-do_install() {
+pre_configure() {
+	./autogen
+}
+
+post_install() {
 	vdoc README.cisco
 	vdoc README.md
-	vdoc README.ssl
-	vdoc RELEASENOTE
-	vdoc TODO
-	vdoc UPGRADE
-	vbin ddclient
 	vsconf sample-ddclient-wrapper.sh
 	vsconf sample-etc_cron.d_ddclient
-	vsconf sample-etc_ddclient.conf
+	vsconf ddclient.conf
 	vsconf sample-etc_dhclient-exit-hooks
 	vsconf sample-etc_dhcpc_dhcpcd-eth0.exe
 	vsconf sample-etc_ppp_ip-up.local
-	vsconf sample-etc_rc.d_init.d_ddclient
-	vsconf sample-etc_rc.d_init.d_ddclient.lsb
-	vsconf sample-etc_rc.d_init.d_ddclient.redhat
-	vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
-	sed -e 's|daemon=300|daemon=600|' -e 's|300 seconds|600 seconds|' \
-		-e '/pid=.*/d' sample-etc_ddclient.conf > void-etc_ddclient.conf
-	vinstall void-etc_ddclient.conf 0600 etc/ddclient ddclient.conf
-	vsv ${pkgname}
+	vsv ddclient
 }

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

* Re: ddclient: update to 3.11.2.
  2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2023-11-23 15:02 ` [PR PATCH] [Updated] ddclient: update to 3.11.1 TinfoilSubmarine
@ 2024-02-22  1:44 ` github-actions
  2024-02-22 13:38 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-02-22  1:44 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46818#issuecomment-1958509631

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] ddclient: update to 3.11.2.
  2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
                   ` (5 preceding siblings ...)
  2024-02-22  1:44 ` ddclient: update to 3.11.2 github-actions
@ 2024-02-22 13:38 ` TinfoilSubmarine
  2024-02-22 16:08 ` TinfoilSubmarine
  2024-03-10 20:11 ` [PR PATCH] [Merged]: " cinerea0
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2024-02-22 13:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/ddclient
https://github.com/void-linux/void-packages/pull/46818

ddclient: update to 3.11.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 2403d49795ff5e9768415ce3f942550f1e4b2e41 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Mar 2023 15:14:30 -0500
Subject: [PATCH] ddclient: update to 3.11.2.

- add OPTS variable to runit service
---
 srcpkgs/ddclient/files/ddclient/run |  3 ++-
 srcpkgs/ddclient/template           | 34 ++++++++++++++---------------
 2 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/ddclient/files/ddclient/run b/srcpkgs/ddclient/files/ddclient/run
index 8b9e7a746ca9d3..979092a6599924 100644
--- a/srcpkgs/ddclient/files/ddclient/run
+++ b/srcpkgs/ddclient/files/ddclient/run
@@ -1,3 +1,4 @@
 #!/bin/sh
 exec 2>&1
-exec ddclient -foreground
+[ -r conf ] && . ./conf
+exec ddclient -foreground ${OPTS}
diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template
index ac7468606882da..ad0fadbcef6b54 100644
--- a/srcpkgs/ddclient/template
+++ b/srcpkgs/ddclient/template
@@ -1,38 +1,36 @@
 # Template file for 'ddclient'
 pkgname=ddclient
-version=3.9.1
+version=3.11.2
 revision=1
-depends="perl-Data-Validate-IP perl-IO-Socket-SSL"
+build_style=gnu-configure
+configure_args="--sysconfdir=/etc/ddclient"
+hostmakedepends="automake curl"
+depends="perl-JSON curl"
+checkdepends="$depends perl-HTTP-Daemon perl-Plack perl-HTTP-Message
+ perl-Test-MockModule perl-Test-Warnings curl net-tools"
 short_desc="Perl client used to update dynamic DNS"
 maintainer="rogi <rogi@skylittlesystem.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ddclient/ddclient"
+changelog="https://raw.githubusercontent.com/ddclient/ddclient/master/ChangeLog.md"
 distfiles="https://github.com/ddclient/ddclient/archive/v${version}.tar.gz"
-checksum=e4969e15cc491fc52bdcd649d4c2b0e4b1bf0c9f9dba23471c634871acc52470
+checksum=243cd832abd3cdd2b49903e1b5ed7f450e2d9c4c0eaf8ce4fe692c244d3afd77
 
 conf_files="/etc/ddclient/ddclient.conf"
 make_dirs="/var/cache/ddclient 0750 root root"
 
-do_install() {
+pre_configure() {
+	./autogen
+}
+
+post_install() {
 	vdoc README.cisco
 	vdoc README.md
-	vdoc README.ssl
-	vdoc RELEASENOTE
-	vdoc TODO
-	vdoc UPGRADE
-	vbin ddclient
 	vsconf sample-ddclient-wrapper.sh
 	vsconf sample-etc_cron.d_ddclient
-	vsconf sample-etc_ddclient.conf
+	vsconf ddclient.conf
 	vsconf sample-etc_dhclient-exit-hooks
 	vsconf sample-etc_dhcpc_dhcpcd-eth0.exe
 	vsconf sample-etc_ppp_ip-up.local
-	vsconf sample-etc_rc.d_init.d_ddclient
-	vsconf sample-etc_rc.d_init.d_ddclient.lsb
-	vsconf sample-etc_rc.d_init.d_ddclient.redhat
-	vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
-	sed -e 's|daemon=300|daemon=600|' -e 's|300 seconds|600 seconds|' \
-		-e '/pid=.*/d' sample-etc_ddclient.conf > void-etc_ddclient.conf
-	vinstall void-etc_ddclient.conf 0600 etc/ddclient ddclient.conf
-	vsv ${pkgname}
+	vsv ddclient
 }

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

* Re: ddclient: update to 3.11.2.
  2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
                   ` (6 preceding siblings ...)
  2024-02-22 13:38 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-02-22 16:08 ` TinfoilSubmarine
  2024-03-10 20:11 ` [PR PATCH] [Merged]: " cinerea0
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2024-02-22 16:08 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/46818#issuecomment-1959774918

Comment:
bump

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

* Re: [PR PATCH] [Merged]: ddclient: update to 3.11.2.
  2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
                   ` (7 preceding siblings ...)
  2024-02-22 16:08 ` TinfoilSubmarine
@ 2024-03-10 20:11 ` cinerea0
  8 siblings, 0 replies; 10+ messages in thread
From: cinerea0 @ 2024-03-10 20:11 UTC (permalink / raw)
  To: ml

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

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

ddclient: update to 3.11.2.
https://github.com/void-linux/void-packages/pull/46818

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-03-10 20:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
2023-10-25 20:24 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-11-02 19:50 ` TinfoilSubmarine
2023-11-02 19:51 ` TinfoilSubmarine
2023-11-02 19:51 ` TinfoilSubmarine
2023-11-23 15:02 ` [PR PATCH] [Updated] ddclient: update to 3.11.1 TinfoilSubmarine
2024-02-22  1:44 ` ddclient: update to 3.11.2 github-actions
2024-02-22 13:38 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-02-22 16:08 ` TinfoilSubmarine
2024-03-10 20:11 ` [PR PATCH] [Merged]: " cinerea0

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