Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: delphinusdnsd-1.5.3
@ 2022-07-27  0:27 bugcrazy
  2022-07-27  1:56 ` [PR PATCH] [Updated] " bugcrazy
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: bugcrazy @ 2022-07-27  0:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-20
https://github.com/void-linux/void-packages/pull/38291

New package: delphinusdnsd-1.5.3
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38291.patch is attached

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

From e0321a21770beb2917d0a2e5c0a6712c907158cc Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Tue, 26 Jul 2022 21:26:24 -0300
Subject: [PATCH] New package: delphinusdnsd-1.5.3

---
 srcpkgs/delphinusdnsd/template | 39 ++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 srcpkgs/delphinusdnsd/template

diff --git a/srcpkgs/delphinusdnsd/template b/srcpkgs/delphinusdnsd/template
new file mode 100644
index 000000000000..96a011dea794
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/template
@@ -0,0 +1,39 @@
+# Template file for 'delphinusdnsd'
+pkgname=delphinusdnsd
+version=1.5.3
+revision=1
+_delphinusdnsVersion=1_5_3
+wrksrc="${pkgname}-RELEASE_${_delphinusdnsVersion}"
+build_style=configure
+configure_script="./configure"
+conf_files="/etc/delphinusdns/delphinusdns.conf"
+hostmakedepends="mk-configure bison"
+makedepends="openssl-devel libbsd-devel"
+short_desc="Delphinusdns is a small authoritative nameserver"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://delphinusdns.org"
+distfiles="https://github.com/delphinusdns/${pkgname}/archive/RELEASE_${_delphinusdnsVersion}.tar.gz"
+checksum=0cd11f04ddb8743ac1efaba280fe44e5d33089cda995c1bbe24b1d189ebb13d5
+
+system_accounts="_ddd"
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
+do_install() {
+	vbin dddctl/dddctl
+	vbin delphinusdnsd/delphinusdnsd
+	vmkdir etc/delphinusdns/
+	vmkdir usr/share/examples/delphinusdnsd
+	mv examples/Master/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	mv examples/Replicant/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	chmod 0644 ${DESTDIR}/usr/share/examples/delphinusdnsd/*
+	vinstall delphinusdns.conf 0644 etc/delphinusdns/
+	vman delphinusdns.conf.5
+	vman delphinusdnsd.8
+	vman dddctl.8
+	sed -n '2,25p' < ddd-dns.h > LICENSE.BSD-3-Clause
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Updated] New package: delphinusdnsd-1.5.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
@ 2022-07-27  1:56 ` bugcrazy
  2022-09-25  4:17 ` bugcrazy
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2022-07-27  1:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-20
https://github.com/void-linux/void-packages/pull/38291

New package: delphinusdnsd-1.5.3
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38291.patch is attached

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

From e5ee8a5a8223c3b41921913499b02864619fb8f3 Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Tue, 26 Jul 2022 21:26:24 -0300
Subject: [PATCH] New package: delphinusdnsd-1.5.3

Added libmd-devel
---
 srcpkgs/delphinusdnsd/template | 39 ++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 srcpkgs/delphinusdnsd/template

diff --git a/srcpkgs/delphinusdnsd/template b/srcpkgs/delphinusdnsd/template
new file mode 100644
index 000000000000..0e83faf24295
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/template
@@ -0,0 +1,39 @@
+# Template file for 'delphinusdnsd'
+pkgname=delphinusdnsd
+version=1.5.3
+revision=1
+_delphinusdnsVersion=1_5_3
+wrksrc="${pkgname}-RELEASE_${_delphinusdnsVersion}"
+build_style=configure
+configure_script="./configure"
+conf_files="/etc/delphinusdns/delphinusdns.conf"
+hostmakedepends="mk-configure bison"
+makedepends="openssl-devel libbsd-devel libmd-devel"
+short_desc="Delphinusdns is a small authoritative nameserver"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://delphinusdns.org"
+distfiles="https://github.com/delphinusdns/${pkgname}/archive/RELEASE_${_delphinusdnsVersion}.tar.gz"
+checksum=0cd11f04ddb8743ac1efaba280fe44e5d33089cda995c1bbe24b1d189ebb13d5
+
+system_accounts="_ddd"
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
+do_install() {
+	vbin dddctl/dddctl
+	vbin delphinusdnsd/delphinusdnsd
+	vmkdir etc/delphinusdns/
+	vmkdir usr/share/examples/delphinusdnsd
+	mv examples/Master/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	mv examples/Replicant/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	chmod 0644 ${DESTDIR}/usr/share/examples/delphinusdnsd/*
+	vinstall delphinusdns.conf 0644 etc/delphinusdns/
+	vman delphinusdns.conf.5
+	vman delphinusdnsd.8
+	vman dddctl.8
+	sed -n '2,25p' < ddd-dns.h > LICENSE.BSD-3-Clause
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Updated] New package: delphinusdnsd-1.5.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
  2022-07-27  1:56 ` [PR PATCH] [Updated] " bugcrazy
@ 2022-09-25  4:17 ` bugcrazy
  2022-09-25 15:45 ` bugcrazy
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2022-09-25  4:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-20
https://github.com/void-linux/void-packages/pull/38291

New package: delphinusdnsd-1.5.3
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38291.patch is attached

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

From 6595f5345df26ec7d68aea0a5107cfe1b5887557 Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Tue, 26 Jul 2022 21:26:24 -0300
Subject: [PATCH] New package: delphinusdnsd-1.5.3

Added libmd-devel

Added patch for fixed compile
---
 srcpkgs/delphinusdnsd/patches/fix_cc.patch |  7 ++++
 srcpkgs/delphinusdnsd/template             | 40 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)
 create mode 100644 srcpkgs/delphinusdnsd/patches/fix_cc.patch
 create mode 100644 srcpkgs/delphinusdnsd/template

diff --git a/srcpkgs/delphinusdnsd/patches/fix_cc.patch b/srcpkgs/delphinusdnsd/patches/fix_cc.patch
new file mode 100644
index 000000000000..a2c44a435462
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/patches/fix_cc.patch
@@ -0,0 +1,7 @@
+--- Makefile.linux	2022-09-25 00:37:17.898172984 -0300
++++ Makefile.linux	2022-09-25 00:37:07.068172740 -0300
+@@ -1,4 +1,3 @@
+-CC=gcc
+ #CFLAGS=-DDEBUG
+ CFLAGS=-D_XOPEN_SOURCE -D_DEFAULT_SOURCE -Wno-shift-count-overflow
+ LDADD= -lresolv -lcrypto -lrt -lbsd
diff --git a/srcpkgs/delphinusdnsd/template b/srcpkgs/delphinusdnsd/template
new file mode 100644
index 000000000000..ee6f584ca26d
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/template
@@ -0,0 +1,40 @@
+# Template file for 'delphinusdnsd'
+pkgname=delphinusdnsd
+version=1.5.3
+revision=1
+_delphinusdnsVersion=1_5_3
+wrksrc="${pkgname}-RELEASE_${_delphinusdnsVersion}"
+build_style=configure
+configure_script="./configure"
+conf_files="/etc/delphinusdns/delphinusdns.conf"
+hostmakedepends="mk-configure bison"
+makedepends="openssl-devel libbsd-devel libmd-devel"
+short_desc="Delphinusdns is a small authoritative nameserver"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://delphinusdns.org"
+distfiles="https://github.com/delphinusdns/${pkgname}/archive/RELEASE_${_delphinusdnsVersion}.tar.gz"
+checksum=0cd11f04ddb8743ac1efaba280fe44e5d33089cda995c1bbe24b1d189ebb13d5
+patch_args="-Np0"
+
+system_accounts="_ddd"
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
+do_install() {
+	vbin dddctl/dddctl
+	vbin delphinusdnsd/delphinusdnsd
+	vmkdir etc/delphinusdns/
+	vmkdir usr/share/examples/delphinusdnsd
+	mv examples/Master/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	mv examples/Replicant/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	chmod 0644 ${DESTDIR}/usr/share/examples/delphinusdnsd/*
+	vinstall delphinusdns.conf 0644 etc/delphinusdns/
+	vman delphinusdns.conf.5
+	vman delphinusdnsd.8
+	vman dddctl.8
+	sed -n '2,25p' < ddd-dns.h > LICENSE.BSD-3-Clause
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: New package: delphinusdnsd-1.5.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
  2022-07-27  1:56 ` [PR PATCH] [Updated] " bugcrazy
  2022-09-25  4:17 ` bugcrazy
@ 2022-09-25 15:45 ` bugcrazy
  2022-12-25  1:58 ` github-actions
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2022-09-25 15:45 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/38291#issuecomment-1257221118

Comment:
I normally compile the versions i686, X86_64 and X86_64-musl, but in the construction tests of github frozen.

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

* Re: New package: delphinusdnsd-1.5.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (2 preceding siblings ...)
  2022-09-25 15:45 ` bugcrazy
@ 2022-12-25  1:58 ` github-actions
  2022-12-25 16:31 ` [PR PATCH] [Updated] " bugcrazy
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-12-25  1:58 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/38291#issuecomment-1364610952

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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: delphinusdnsd-1.5.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (3 preceding siblings ...)
  2022-12-25  1:58 ` github-actions
@ 2022-12-25 16:31 ` bugcrazy
  2022-12-27 15:24 ` bugcrazy
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2022-12-25 16:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-20
https://github.com/void-linux/void-packages/pull/38291

New package: delphinusdnsd-1.5.3
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38291.patch is attached

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

From b1d0072b109fc277cc85294e9638af2212c342a2 Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Tue, 26 Jul 2022 21:26:24 -0300
Subject: [PATCH] New package: delphinusdnsd-1.5.3

Added libmd-devel

Added patch for fixed compile
---
 srcpkgs/delphinusdnsd/patches/fix_cc.patch |  7 ++++
 srcpkgs/delphinusdnsd/template             | 40 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)
 create mode 100644 srcpkgs/delphinusdnsd/patches/fix_cc.patch
 create mode 100644 srcpkgs/delphinusdnsd/template

diff --git a/srcpkgs/delphinusdnsd/patches/fix_cc.patch b/srcpkgs/delphinusdnsd/patches/fix_cc.patch
new file mode 100644
index 000000000000..a2c44a435462
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/patches/fix_cc.patch
@@ -0,0 +1,7 @@
+--- Makefile.linux	2022-09-25 00:37:17.898172984 -0300
++++ Makefile.linux	2022-09-25 00:37:07.068172740 -0300
+@@ -1,4 +1,3 @@
+-CC=gcc
+ #CFLAGS=-DDEBUG
+ CFLAGS=-D_XOPEN_SOURCE -D_DEFAULT_SOURCE -Wno-shift-count-overflow
+ LDADD= -lresolv -lcrypto -lrt -lbsd
diff --git a/srcpkgs/delphinusdnsd/template b/srcpkgs/delphinusdnsd/template
new file mode 100644
index 000000000000..ee6f584ca26d
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/template
@@ -0,0 +1,40 @@
+# Template file for 'delphinusdnsd'
+pkgname=delphinusdnsd
+version=1.5.3
+revision=1
+_delphinusdnsVersion=1_5_3
+wrksrc="${pkgname}-RELEASE_${_delphinusdnsVersion}"
+build_style=configure
+configure_script="./configure"
+conf_files="/etc/delphinusdns/delphinusdns.conf"
+hostmakedepends="mk-configure bison"
+makedepends="openssl-devel libbsd-devel libmd-devel"
+short_desc="Delphinusdns is a small authoritative nameserver"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://delphinusdns.org"
+distfiles="https://github.com/delphinusdns/${pkgname}/archive/RELEASE_${_delphinusdnsVersion}.tar.gz"
+checksum=0cd11f04ddb8743ac1efaba280fe44e5d33089cda995c1bbe24b1d189ebb13d5
+patch_args="-Np0"
+
+system_accounts="_ddd"
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
+do_install() {
+	vbin dddctl/dddctl
+	vbin delphinusdnsd/delphinusdnsd
+	vmkdir etc/delphinusdns/
+	vmkdir usr/share/examples/delphinusdnsd
+	mv examples/Master/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	mv examples/Replicant/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	chmod 0644 ${DESTDIR}/usr/share/examples/delphinusdnsd/*
+	vinstall delphinusdns.conf 0644 etc/delphinusdns/
+	vman delphinusdns.conf.5
+	vman delphinusdnsd.8
+	vman dddctl.8
+	sed -n '2,25p' < ddd-dns.h > LICENSE.BSD-3-Clause
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: New package: delphinusdnsd-1.5.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (4 preceding siblings ...)
  2022-12-25 16:31 ` [PR PATCH] [Updated] " bugcrazy
@ 2022-12-27 15:24 ` bugcrazy
  2023-03-28  1:55 ` github-actions
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2022-12-27 15:24 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/38291#issuecomment-1365980882

Comment:
I use xlint command, it didn't show errors in the template, but construction in github, it returns this message below:

`Error: wrksrc is deprecated and should not be used`

It's compiling normally!

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

* Re: New package: delphinusdnsd-1.5.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (5 preceding siblings ...)
  2022-12-27 15:24 ` bugcrazy
@ 2023-03-28  1:55 ` github-actions
  2023-03-29  5:59 ` [PR PATCH] [Updated] " bugcrazy
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2023-03-28  1:55 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/38291#issuecomment-1486094120

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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: delphinusdnsd-1.5.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (6 preceding siblings ...)
  2023-03-28  1:55 ` github-actions
@ 2023-03-29  5:59 ` bugcrazy
  2023-03-29  6:05 ` bugcrazy
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-03-29  5:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-20
https://github.com/void-linux/void-packages/pull/38291

New package: delphinusdnsd-1.5.3
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38291.patch is attached

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

From 3adf5730dfdff8b33ba7dd69cf253e4d47d58e62 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Wed, 29 Mar 2023 02:55:27 -0300
Subject: [PATCH] New package: delphinusdnsd-1.5.3

---
 srcpkgs/delphinusdnsd/patches/fix_cc.patch |  7 ++++
 srcpkgs/delphinusdnsd/template             | 39 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/delphinusdnsd/patches/fix_cc.patch
 create mode 100644 srcpkgs/delphinusdnsd/template

diff --git a/srcpkgs/delphinusdnsd/patches/fix_cc.patch b/srcpkgs/delphinusdnsd/patches/fix_cc.patch
new file mode 100644
index 000000000000..a2c44a435462
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/patches/fix_cc.patch
@@ -0,0 +1,7 @@
+--- Makefile.linux	2022-09-25 00:37:17.898172984 -0300
++++ Makefile.linux	2022-09-25 00:37:07.068172740 -0300
+@@ -1,4 +1,3 @@
+-CC=gcc
+ #CFLAGS=-DDEBUG
+ CFLAGS=-D_XOPEN_SOURCE -D_DEFAULT_SOURCE -Wno-shift-count-overflow
+ LDADD= -lresolv -lcrypto -lrt -lbsd
diff --git a/srcpkgs/delphinusdnsd/template b/srcpkgs/delphinusdnsd/template
new file mode 100644
index 000000000000..c302c7824da1
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/template
@@ -0,0 +1,39 @@
+# Template file for 'delphinusdnsd'
+pkgname=delphinusdnsd
+version=1.5.3
+revision=1
+_delphinusdnsVersion=1_5_3
+build_style=configure
+configure_script="./configure"
+conf_files="/etc/delphinusdns/delphinusdns.conf"
+hostmakedepends="mk-configure bison"
+makedepends="openssl-devel libbsd-devel libmd-devel"
+short_desc="Delphinusdns is a small authoritative nameserver"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://delphinusdns.org"
+distfiles="https://github.com/delphinusdns/${pkgname}/archive/RELEASE_${_delphinusdnsVersion}.tar.gz"
+checksum=0cd11f04ddb8743ac1efaba280fe44e5d33089cda995c1bbe24b1d189ebb13d5
+patch_args="-Np0"
+
+system_accounts="_ddd"
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
+do_install() {
+	vbin dddctl/dddctl
+	vbin delphinusdnsd/delphinusdnsd
+	vmkdir etc/delphinusdns/
+	vmkdir usr/share/examples/delphinusdnsd
+	mv examples/Master/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	mv examples/Replicant/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	chmod 0644 ${DESTDIR}/usr/share/examples/delphinusdnsd/*
+	vinstall delphinusdns.conf 0644 etc/delphinusdns/
+	vman delphinusdns.conf.5
+	vman delphinusdnsd.8
+	vman dddctl.8
+	sed -n '2,25p' < ddd-dns.h > LICENSE.BSD-3-Clause
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: New package: delphinusdnsd-1.5.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (7 preceding siblings ...)
  2023-03-29  5:59 ` [PR PATCH] [Updated] " bugcrazy
@ 2023-03-29  6:05 ` bugcrazy
  2023-04-12  7:31 ` [PR PATCH] [Updated] " bugcrazy
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-03-29  6:05 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/38291#issuecomment-1487996571

Comment:
Fixed xlint error, waiting for approval or not.

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

* Re: [PR PATCH] [Updated] New package: delphinusdnsd-1.5.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (8 preceding siblings ...)
  2023-03-29  6:05 ` bugcrazy
@ 2023-04-12  7:31 ` bugcrazy
  2023-07-06  5:20 ` [PR PATCH] [Updated] New package: delphinusdnsd-1.7.2 bugcrazy
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-04-12  7:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-20
https://github.com/void-linux/void-packages/pull/38291

New package: delphinusdnsd-1.5.3
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38291.patch is attached

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

From de4a19ea6085d34158e999b8a8e1c219d14a4929 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Wed, 12 Apr 2023 04:26:19 -0300
Subject: [PATCH] New package: delphinusdnsd-1.7.2

---
 srcpkgs/delphinusdnsd/patches/fix_cc.patch |  7 ++++
 srcpkgs/delphinusdnsd/template             | 39 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/delphinusdnsd/patches/fix_cc.patch
 create mode 100644 srcpkgs/delphinusdnsd/template

diff --git a/srcpkgs/delphinusdnsd/patches/fix_cc.patch b/srcpkgs/delphinusdnsd/patches/fix_cc.patch
new file mode 100644
index 000000000000..a2c44a435462
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/patches/fix_cc.patch
@@ -0,0 +1,7 @@
+--- Makefile.linux	2022-09-25 00:37:17.898172984 -0300
++++ Makefile.linux	2022-09-25 00:37:07.068172740 -0300
+@@ -1,4 +1,3 @@
+-CC=gcc
+ #CFLAGS=-DDEBUG
+ CFLAGS=-D_XOPEN_SOURCE -D_DEFAULT_SOURCE -Wno-shift-count-overflow
+ LDADD= -lresolv -lcrypto -lrt -lbsd
diff --git a/srcpkgs/delphinusdnsd/template b/srcpkgs/delphinusdnsd/template
new file mode 100644
index 000000000000..0ebbcc9bfe4a
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/template
@@ -0,0 +1,39 @@
+# Template file for 'delphinusdnsd'
+pkgname=delphinusdnsd
+version=1.7.2
+revision=1
+_delphinusdnsVersion=1_7_2
+build_style=configure
+configure_script="./configure"
+conf_files="/etc/delphinusdns/delphinusdns.conf"
+hostmakedepends="mk-configure bison"
+makedepends="openssl-devel libbsd-devel libmd-devel libtls-devel"
+short_desc="Delphinusdns is a small authoritative nameserver"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://delphinusdns.org"
+distfiles="https://github.com/delphinusdns/${pkgname}/archive/RELEASE_${_delphinusdnsVersion}.tar.gz"
+checksum=58f72b3af648b2a96ddf26022d4930eae7ff883986853a3183619ce394b57671
+patch_args="-Np0"
+
+system_accounts="_ddd"
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
+do_install() {
+	vbin dddctl/dddctl
+	vbin delphinusdnsd/delphinusdnsd
+	vmkdir etc/delphinusdns/
+	vmkdir usr/share/examples/delphinusdnsd
+	mv examples/Master/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	mv examples/Replicant/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	chmod 0644 ${DESTDIR}/usr/share/examples/delphinusdnsd/*
+	vinstall delphinusdns.conf 0644 etc/delphinusdns/
+	vman delphinusdns.conf.5
+	vman delphinusdnsd.8
+	vman dddctl.8
+	sed -n '2,25p' < ddd-dns.h > LICENSE.BSD-3-Clause
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Updated] New package: delphinusdnsd-1.7.2
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (9 preceding siblings ...)
  2023-04-12  7:31 ` [PR PATCH] [Updated] " bugcrazy
@ 2023-07-06  5:20 ` bugcrazy
  2023-10-05  1:46 ` New package: delphinusdnsd-1.7.3 github-actions
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-07-06  5:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-20
https://github.com/void-linux/void-packages/pull/38291

New package: delphinusdnsd-1.7.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38291.patch is attached

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

From 22fffdf4007442f6e2742d3545b3d69bed6b2d34 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Thu, 6 Jul 2023 02:15:51 -0300
Subject: [PATCH] New package: delphinusdnsd-1.7.3

---
 srcpkgs/delphinusdnsd/patches/fix_cc.patch |  7 ++++
 srcpkgs/delphinusdnsd/template             | 39 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/delphinusdnsd/patches/fix_cc.patch
 create mode 100644 srcpkgs/delphinusdnsd/template

diff --git a/srcpkgs/delphinusdnsd/patches/fix_cc.patch b/srcpkgs/delphinusdnsd/patches/fix_cc.patch
new file mode 100644
index 000000000000..a2c44a435462
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/patches/fix_cc.patch
@@ -0,0 +1,7 @@
+--- Makefile.linux	2022-09-25 00:37:17.898172984 -0300
++++ Makefile.linux	2022-09-25 00:37:07.068172740 -0300
+@@ -1,4 +1,3 @@
+-CC=gcc
+ #CFLAGS=-DDEBUG
+ CFLAGS=-D_XOPEN_SOURCE -D_DEFAULT_SOURCE -Wno-shift-count-overflow
+ LDADD= -lresolv -lcrypto -lrt -lbsd
diff --git a/srcpkgs/delphinusdnsd/template b/srcpkgs/delphinusdnsd/template
new file mode 100644
index 000000000000..3d4ad4810d1c
--- /dev/null
+++ b/srcpkgs/delphinusdnsd/template
@@ -0,0 +1,39 @@
+# Template file for 'delphinusdnsd'
+pkgname=delphinusdnsd
+version=1.7.3
+revision=1
+_delphinusdnsVersion=1_7_3
+build_style=configure
+configure_script="./configure"
+conf_files="/etc/delphinusdns/delphinusdns.conf"
+hostmakedepends="mk-configure bison"
+makedepends="openssl-devel libbsd-devel libmd-devel libtls-devel"
+short_desc="Delphinusdns is a small authoritative nameserver"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://delphinusdns.org"
+distfiles="https://github.com/delphinusdns/${pkgname}/archive/RELEASE_${_delphinusdnsVersion}.tar.gz"
+checksum=f4825d38a1c5030def1c7a867fc302f7656e434eadad83339db16d39f8d001f1
+patch_args="-Np0"
+
+system_accounts="_ddd"
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
+do_install() {
+	vbin dddctl/dddctl
+	vbin delphinusdnsd/delphinusdnsd
+	vmkdir etc/delphinusdns/
+	vmkdir usr/share/examples/delphinusdnsd
+	mv examples/Master/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	mv examples/Replicant/* ${DESTDIR}/usr/share/examples/delphinusdnsd
+	chmod 0644 ${DESTDIR}/usr/share/examples/delphinusdnsd/*
+	vinstall delphinusdns.conf 0644 etc/delphinusdns/
+	vman delphinusdns.conf.5
+	vman delphinusdnsd.8
+	vman dddctl.8
+	sed -n '2,25p' < ddd-dns.h > LICENSE.BSD-3-Clause
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: New package: delphinusdnsd-1.7.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (10 preceding siblings ...)
  2023-07-06  5:20 ` [PR PATCH] [Updated] New package: delphinusdnsd-1.7.2 bugcrazy
@ 2023-10-05  1:46 ` github-actions
  2023-10-15 23:41 ` bugcrazy
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2023-10-05  1:46 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/38291#issuecomment-1747911028

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] 16+ messages in thread

* Re: New package: delphinusdnsd-1.7.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (11 preceding siblings ...)
  2023-10-05  1:46 ` New package: delphinusdnsd-1.7.3 github-actions
@ 2023-10-15 23:41 ` bugcrazy
  2024-01-14  1:50 ` github-actions
  2024-01-29  1:45 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-10-15 23:41 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/38291#issuecomment-1763539304

Comment:
PR is waiting for approval or not!?



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

* Re: New package: delphinusdnsd-1.7.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (12 preceding siblings ...)
  2023-10-15 23:41 ` bugcrazy
@ 2024-01-14  1:50 ` github-actions
  2024-01-29  1:45 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2024-01-14  1:50 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/38291#issuecomment-1890819284

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] 16+ messages in thread

* Re: [PR PATCH] [Closed]: New package: delphinusdnsd-1.7.3
  2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
                   ` (13 preceding siblings ...)
  2024-01-14  1:50 ` github-actions
@ 2024-01-29  1:45 ` github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2024-01-29  1:45 UTC (permalink / raw)
  To: ml

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

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

New package: delphinusdnsd-1.7.3
https://github.com/void-linux/void-packages/pull/38291

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 16+ messages in thread

end of thread, other threads:[~2024-01-29  1:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27  0:27 [PR PATCH] New package: delphinusdnsd-1.5.3 bugcrazy
2022-07-27  1:56 ` [PR PATCH] [Updated] " bugcrazy
2022-09-25  4:17 ` bugcrazy
2022-09-25 15:45 ` bugcrazy
2022-12-25  1:58 ` github-actions
2022-12-25 16:31 ` [PR PATCH] [Updated] " bugcrazy
2022-12-27 15:24 ` bugcrazy
2023-03-28  1:55 ` github-actions
2023-03-29  5:59 ` [PR PATCH] [Updated] " bugcrazy
2023-03-29  6:05 ` bugcrazy
2023-04-12  7:31 ` [PR PATCH] [Updated] " bugcrazy
2023-07-06  5:20 ` [PR PATCH] [Updated] New package: delphinusdnsd-1.7.2 bugcrazy
2023-10-05  1:46 ` New package: delphinusdnsd-1.7.3 github-actions
2023-10-15 23:41 ` bugcrazy
2024-01-14  1:50 ` github-actions
2024-01-29  1:45 ` [PR PATCH] [Closed]: " github-actions

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