Skip to content

Commit

Permalink
knot: update to verion 3.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Hák <jan.hak@nic.cz>
  • Loading branch information
Payne-X6 committed Nov 5, 2024
1 parent c477c0b commit c01acda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
7 changes: 5 additions & 2 deletions net/knot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=knot
PKG_VERSION:=3.4.1
PKG_VERSION:=3.4.2
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/
PKG_HASH:=252a2b83a9319a605103f7491d73a881e97c63339d09170ac9d525155fa41b1a
PKG_HASH:=d835285c1057d45effa1479cfe1f107a50e83d11c1c6d36f270deda88799883e

PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz>
PKG_LICENSE:=GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8
Expand All @@ -30,6 +30,8 @@ define Package/knot-lib/Default
TITLE:=Knot DNS
DEPENDS=+libpthread
URL:=https://www.knot-dns.cz
VERSION:=${PKG_VERSION}-r${PKG_RELEASE}

endef

define Package/knot/Default
Expand All @@ -39,6 +41,7 @@ define Package/knot/Default
TITLE:=Knot DNS
DEPENDS=+libatomic
URL:=https://www.knot-dns.cz
VERSION:=${PKG_VERSION}-r${PKG_RELEASE}
endef

define Package/knot-libs
Expand Down
18 changes: 0 additions & 18 deletions net/knot/patches/03-atomic.patch

This file was deleted.

0 comments on commit c01acda

Please sign in to comment.