Package Details: technitium-dns-server-bin 11.2-1

Git Clone URL: https://aur.archlinux.org/technitium-dns-server-bin.git (read-only, click to copy)
Package Base: technitium-dns-server-bin
Description: Open source authoritative and recursive DNS server focused on privacy and security
Upstream URL: https://technitium.com/dns/
Keywords: adblocker blocker dns
Licenses: GPL3
Conflicts: technitium-dns-server
Provides: technitium-dns-server
Submitter: owentrigueros
Maintainer: owentrigueros
Last Packager: owentrigueros
Votes: 2
Popularity: 0.169940
First Submitted: 2022-12-09 09:12 (UTC)
Last Updated: 2023-06-03 09:43 (UTC)

Latest Comments

Static_Rocket commented on 2023-06-03 02:39 (UTC)

Hey chief, need a co-maintainer?

Static_Rocket commented on 2023-05-27 20:57 (UTC) (edited on 2023-05-27 20:58 (UTC) by Static_Rocket)

I'd recommend applying the following patch so users can verify the hash with what's listed directly on the site: https://technitium.com/dns/

diff --git a/PKGBUILD b/PKGBUILD
index 8d6bd63..fb070af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=technitium-dns-server-bin
 _pkgname=technitium-dns-server
-pkgver=11.1
+pkgver=11.2
 pkgrel=1
 pkgdesc="Open source authoritative and recursive DNS server focused on privacy and security"
 arch=('any')
@@ -14,9 +14,9 @@ provides=('technitium-dns-server')
 source=("$_pkgname-$pkgver.tar.gz::https://download.technitium.com/dns/archive/$pkgver/DnsServerPortable.tar.gz"
         "$_pkgname.service"
         "$_pkgname.sysuser")
-md5sums=("cc5641d107d1a04d79c101d13b77e2d6"
-        "d3efcfd93a76ead9d48b8b721d37275d"
-        "94d2dc7076d37fec30115f407cb2948f")
+sha256sums=("332A5B1038B3E15721C68F5B4B9FFD6072BDA398C6DCAC12351E574CCE84AC05"
+            "464dbfe1038e4737ca83c60617a5a4e334cdd948fe41315a3a36913011680952"
+            "d349d144faf8932c56a054b22721420f1eb68adf7bc226f174654b33510f75e4")

 package() {
     cd "$srcdir"

Static_Rocket commented on 2023-02-27 03:20 (UTC)

aspnet-runtime already depends on dotnet-runtime so you shouldn't need to list both as dependencies

owentrigueros commented on 2023-01-14 11:41 (UTC)

License updated, thanks for your feedback!

Static_Rocket commented on 2023-01-12 03:58 (UTC)

License should actually be GPL3 but otherwise this is good. Thanks!

ika commented on 2023-01-09 00:49 (UTC)

nice