4 Commits

Author SHA256 Message Date
14031fb6fa Accepting request 1299303 from home:darix:apps
- update to 5.2.5 (CVE-2025-30192 boo#246841)
  https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2025-04.html
  https://doc.powerdns.com/recursor/changelog/5.1.html#change-5.1.4
  https://doc.powerdns.com/recursor/changelog/5.1.html#change-5.1.6
  https://doc.powerdns.com/recursor/changelog/5.1.html#change-5.1.7
  https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.0
  https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.1
  https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.2
  https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.3
  https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.4
  https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.5
- reenable snmp support ( we had the BR but not the configure flag)
- add missing BR for fstrm and libcurl
- enable NOD support (new BR libboost_filesystem-devel)
- enable luajit where possible

OBS-URL: https://build.opensuse.org/request/show/1299303
OBS-URL: https://build.opensuse.org/package/show/server:dns/pdns-recursor?expand=0&rev=219
2025-08-15 12:55:01 +00:00
a7fdf441ad Accepting request 1255342 from home:AndreasStieger:branches:server:dns
pdns-recursor 5.1.3

OBS-URL: https://build.opensuse.org/request/show/1255342
OBS-URL: https://build.opensuse.org/package/show/server:dns/pdns-recursor?expand=0&rev=217
2025-04-10 13:58:59 +00:00
0d83e092c3 - update to 5.1.2 (boo#1231292 CVE-2024-25590)
https://doc.powerdns.com/recursor/changelog/5.1.html#change-5.1.2
- drop powerdns-5_1_1-2_fix-build-with-boost-1_86_0.patch included
  in update

OBS-URL: https://build.opensuse.org/package/show/server:dns/pdns-recursor?expand=0&rev=215
2024-11-05 02:05:51 +00:00
f896aef4af OBS-URL: https://build.opensuse.org/package/show/server:dns/pdns-recursor?expand=0&rev=213 2024-10-01 10:21:50 +00:00
10 changed files with 88 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<services>
<service name="cargo_vendor" mode="manual">
<param name="src">pdns-recursor-5.0.5/settings/rust/</param>
<param name="src">pdns-recursor-5.2.5/settings/rust/</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>

View File

@@ -1,13 +1,13 @@
Index: pdns-recursor-5.0.1/settings/rust/Makefile.am
Index: pdns-recursor-5.1.1/settings/rust/Makefile.am
===================================================================
--- pdns-recursor-5.0.1.orig/settings/rust/Makefile.am
+++ pdns-recursor-5.0.1/settings/rust/Makefile.am
--- pdns-recursor-5.1.1.orig/settings/rust/Makefile.am
+++ pdns-recursor-5.1.1/settings/rust/Makefile.am
@@ -11,7 +11,7 @@ EXTRA_DIST = \
# should actually end up in a target specific dir...
libsettings.a lib.rs.h: src/bridge.rs src/lib.rs src/helpers.rs Cargo.toml Cargo.lock build.rs
- SYSCONFDIR=$(sysconfdir) NODCACHEDIRNOD=$(localstatedir)/nod NODCACHEDIRUDR=$(localstatedir)/udr $(CARGO) build --release $(RUST_TARGET)
+ unset LIBSSH2_SYS_USE_PKG_CONFIG && CARGO_FEATURE_VENDORED=1 RUSTFLAGS=" -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 -C incremental=false" SYSCONFDIR=$(sysconfdir) NODCACHEDIRNOD=$(localstatedir)/nod NODCACHEDIRUDR=$(localstatedir)/udr $(CARGO) build --release --offline $(RUST_TARGET)
- SYSCONFDIR=$(sysconfdir) NODCACHEDIRNOD=$(localstatedir)/nod NODCACHEDIRUDR=$(localstatedir)/udr $(CARGO) build --release $(RUST_TARGET) --target-dir=$(builddir)/target --manifest-path ${srcdir}/Cargo.toml
+ unset LIBSSH2_SYS_USE_PKG_CONFIG && CARGO_FEATURE_VENDORED=1 RUSTFLAGS=" -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 -C incremental=false" SYSCONFDIR=$(sysconfdir) NODCACHEDIRNOD=$(localstatedir)/nod NODCACHEDIRUDR=$(localstatedir)/udr $(CARGO) build --release --offline $(RUST_TARGET) --target-dir=$(builddir)/target --manifest-path ${srcdir}/Cargo.toml
cp target/$(RUSTC_TARGET_ARCH)/release/libsettings.a libsettings.a
cp target/$(RUSTC_TARGET_ARCH)/cxxbridge/settings/src/lib.rs.h lib.rs.h
cp target/$(RUSTC_TARGET_ARCH)/cxxbridge/rust/cxx.h cxx.h

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02b9f053db64b32bd76ce6656cb35772c1d07a21fe0345ec13adb6f0fcfbf9ce
size 1658574

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8a657a7abd6e9d237cdd26753f7dcf5ccd5b8c48ac8120b08d2b8d57a1d856a
size 1726625

Binary file not shown.

View File

@@ -1,3 +1,51 @@
-------------------------------------------------------------------
Thu Aug 14 01:49:02 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- update to 5.2.5 (CVE-2025-30192 boo#246841)
https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2025-04.html
https://doc.powerdns.com/recursor/changelog/5.1.html#change-5.1.4
https://doc.powerdns.com/recursor/changelog/5.1.html#change-5.1.6
https://doc.powerdns.com/recursor/changelog/5.1.html#change-5.1.7
https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.0
https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.1
https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.2
https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.3
https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.4
https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.5
- reenable snmp support ( we had the BR but not the configure flag)
- add missing BR for fstrm and libcurl
- enable NOD support (new BR libboost_filesystem-devel)
- enable luajit where possible
-------------------------------------------------------------------
Sat Mar 22 22:54:01 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 5.1.3:
* Implement rfc6303 special zones (mostly v6 reverse mappings)
* Distinguish OS imposed limits from app imposed limits,
specifically on chains.
-------------------------------------------------------------------
Tue Nov 5 01:41:30 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- update to 5.1.2 (boo#1231292 CVE-2024-25590)
https://doc.powerdns.com/recursor/changelog/5.1.html#change-5.1.2
- drop powerdns-5_1_1-2_fix-build-with-boost-1_86_0.patch included
in update
-------------------------------------------------------------------
Sun Sep 29 19:46:28 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- update to 5.1.1
https://doc.powerdns.com/recursor/changelog/5.1.html#change-5.1.1
https://doc.powerdns.com/recursor/changelog/5.0.html#change-5.0.8
- add powerdns-5_1_1-2_fix-build-with-boost-1_86_0.patch from arch
linux to fix building with boost 1.86
- refreshed cargo_build_fix.patch
- track series file for easier patching
- no more conf.dist file. I think we should switch the default
config in the package to the yaml format maybe
-------------------------------------------------------------------
Sat May 25 09:17:04 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -1,8 +1,8 @@
#
# spec file for package pdns-recursor
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,8 +25,18 @@
%bcond_without systemd_separetedlibs
%endif
%ifarch ppc64le
%bcond_with pdns_luajit
%else
%if 0%{?sle_version} >= 150400 || 0%{?suse_version} >= 1599
%bcond_without pdns_luajit
%else
%bcond_with pdns_luajit
%endif
%endif
Name: pdns-recursor
Version: 5.0.5
Version: 5.2.5
Release: 0
BuildRequires: autoconf
BuildRequires: automake
@@ -45,6 +55,7 @@ BuildRequires: gcc-c++
%if 0%{?suse_version} > 1325
BuildRequires: libboost_context-devel
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_system-devel
BuildRequires: libboost_thread-devel
%else
@@ -52,16 +63,22 @@ BuildRequires: boost-devel >= 1.66
%endif
BuildRequires: libsodium-devel
BuildRequires: lua-devel
%if %{with pdns_luajit}
BuildRequires: pkgconfig(luajit)
%else
BuildRequires: pkgconfig(lua)
%endif
BuildRequires: net-snmp-devel
BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: python3
BuildRequires: pkgconfig(libfstrm)
%if 0%{?suse_version}
PreReq: shadow
%else
PreReq: shadow-utils
%endif
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(systemd)
%if %{with systemd_separetedlibs}
BuildRequires: pkgconfig(libsystemd)
@@ -80,10 +97,13 @@ Provides: bundled(yahttp)
URL: https://www.powerdns.com/
Source: https://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
Source10: https://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2.sig
Source11: https://powerdns.com/powerdns-keyblock.asc#/pdns-recursor.keyring
# on https://docs.powerdns.com/recursor/security.html but 404 right now, emailed them
Source11: %{name}.keyring
Source1: pdns-recursor.init
Source2: recursor.conf
Source3: vendor.tar.zst
# for easier patching
Source99: series
Patch1: boost_context.patch
Patch2: cargo_build_fix.patch
#
@@ -117,6 +137,8 @@ ln effective_tld_names.dat effective_tld_list.dat
--sysconfdir=%{_sysconfdir}/pdns/ \
--enable-dns-over-tls \
--with-lua \
--enable-nod \
--with-net-snmp \
--with-socketdir=%{_rundir} \
--with-service-user=pdns \
--with-service-group=pdns
@@ -159,7 +181,6 @@ rm -rvf %{buildroot}%{_sysconfdir}/init.d/%{name}
%files
%config(noreplace) %attr(640,root,pdns) %{_sysconfdir}/pdns/*.conf
%{_sysconfdir}/pdns/recursor.yml-dist
%{_sysconfdir}/pdns/recursor.conf-dist
%if %{with systemd}
%{_unitdir}/%{name}.service
%{_unitdir}/%{name}@.service

2
series Normal file
View File

@@ -0,0 +1,2 @@
boost_context.patch
cargo_build_fix.patch

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebacf424dec5b79aa603ebf6b36e9bc0812923255af1120ce126941e4d733f41
size 5828892
oid sha256:510ec4c178c3c276f98e1f5d231cfdfaa43775a8e1359f1e91e529b2b438026a
size 6998747