Browse Source

updated 2 packages

bind-9.16.21-1

dhcp-4.1.ESV.R16.P1-2
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
7adfa1042f
2 changed files with 10 additions and 3 deletions
  1. 6 2
      b/bind/bind-vl.spec
  2. 4 1
      d/dhcp/dhcp-vl.spec

+ 6 - 2
b/bind/bind-vl.spec

@@ -9,9 +9,9 @@
 %define sname bind
 %define pname bind
 # example: 9.9.13.P1
-%define pversion 9.16.20
+%define pversion 9.16.21
 # example: 9.9.13-P1
-%define sversion 9.16.20
+%define sversion 9.16.21
 %define bind_epoch 1
 # fixed <BTS:VineLinux:1139>
 %define old_bind_version 1:9.9.2p2-1vl7
@@ -377,6 +377,10 @@ exit 0
 
 
 %changelog
+* Sat Oct 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.16.21-1
+- updated to 9.16.21.
+- built with openssl-3.0.0.
+
 * Tue Aug 31 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.16.20-1
 - updated to 9.16.20.
 

+ 4 - 1
d/dhcp/dhcp-vl.spec

@@ -18,7 +18,7 @@ Name:     dhcp
 # --------------------------------------------------------------------------
 Epoch:    13
 Version:  %{pversion}
-Release:  1%{?_dist_release}%{?with_systemd:.systemd}
+Release:  2%{?_dist_release}%{?with_systemd:.systemd}
 Group:    daemons
 Vendor:   Project Vine
 Distribution: Vine Linux
@@ -496,6 +496,9 @@ fi
 
 
 %changelog
+* Sat Oct 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.1.ESV.R16.P1-2
+- rebuilt with openssl-3.0.0.
+
 * Thu Jun 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.1.ESV.R16.P1-1
 - new upstream release.
 - added systemd support (disabled as default).