瀏覽代碼

updated 4 packages

bash-5.2.32-1

libnftnl-1.2.7-1

nftables-1.1.0-1

readline-8.2.13-1
Tomohiro "Tomo-p" KATO 9 月之前
父節點
當前提交
6719cf550f
共有 4 個文件被更改,包括 28 次插入16 次删除
  1. 6 7
      b/bash/bash-vl.spec
  2. 8 4
      lib/libn/libnftnl/libnftnl-vl.spec
  3. 7 4
      n/nftables/nftables-vl.spec
  4. 7 1
      r/readline/readline-vl.spec

+ 6 - 7
b/bash/bash-vl.spec

@@ -1,6 +1,6 @@
-%define baseversion 5.2.21
+%define baseversion 5.2.32
 %define bashversion %(echo %{baseversion} | cut -d. -f1-2)
 %define bashversion %(echo %{baseversion} | cut -d. -f1-2)
-%define patchlevel 26
+%define patchlevel 32
 
 
 Summary:      The GNU Bourne Again shell (bash).
 Summary:      The GNU Bourne Again shell (bash).
 Summary(ja):  GNU Bourne Again シェル (bash).
 Summary(ja):  GNU Bourne Again シェル (bash).
@@ -17,11 +17,7 @@ Source0:      https://ftp.gnu.org/pub/gnu/bash/bash-%{baseversion}.tar.gz
 Source10:     bashrc-vine
 Source10:     bashrc-vine
 
 
 # Official upstream patches
 # Official upstream patches
-Patch22: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-022
-Patch23: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-023
-Patch24: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-024
-Patch25: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-025
-Patch26: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-026
+#Patch32: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-032
 
 
 # We don't want to add '/etc:/usr/etc' in standard utils path.
 # We don't want to add '/etc:/usr/etc' in standard utils path.
 Patch101: bash-2.03-paths.patch
 Patch101: bash-2.03-paths.patch
@@ -274,6 +270,9 @@ f:close()
 
 
 
 
 %changelog
 %changelog
+* Sun Sep 08 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.32-1
+- updated to 5.2 patch level 32.
+
 * Mon Jun 17 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.26-1
 * Mon Jun 17 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.26-1
 - updated to 5.2 patch level 26.
 - updated to 5.2 patch level 26.
 
 

+ 8 - 4
lib/libn/libnftnl/libnftnl-vl.spec

@@ -1,7 +1,7 @@
 #global snapdate 20140903
 #global snapdate 20140903
 
 
 Name:           libnftnl
 Name:           libnftnl
-Version:        1.2.6
+Version:        1.2.7
 Release:        1%{?_dist_release}
 Release:        1%{?_dist_release}
 Summary:        Library for low-level interaction with nftables Netlink's API over libmnl
 Summary:        Library for low-level interaction with nftables Netlink's API over libmnl
 Group:          system
 Group:          system
@@ -9,8 +9,8 @@ Vendor:         Project Vine
 Distribution:   Vine Linux
 Distribution:   Vine Linux
 
 
 License:        GPLv2+
 License:        GPLv2+
-URL:            http://netfilter.org/projects/libnftnl/
-Source0:        http://ftp.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.xz
+URL:            https://netfilter.org/projects/libnftnl/
+Source0:        https://ftp.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.xz
 
 
 BuildRequires:  libmnl-devel
 BuildRequires:  libmnl-devel
 BuildRequires:  mxml-devel
 BuildRequires:  mxml-devel
@@ -47,7 +47,8 @@ developing applications that use %{name}.
 
 
 
 
 %build
 %build
-%configure --disable-static --disable-silent-rules --with-json-parsing --with-xml-parsing
+%configure \
+	--disable-static --disable-silent-rules --with-json-parsing --with-xml-parsing
 make %{?_smp_mflags}
 make %{?_smp_mflags}
 
 
 
 
@@ -74,6 +75,9 @@ make %{?_smp_mflags} check
 
 
 
 
 %changelog
 %changelog
+* Sun Sep 08 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.7-1
+- new upstream release.
+
 * Fri Oct 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.6-1
 * Fri Oct 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.6-1
 - new upstream release.
 - new upstream release.
 
 

+ 7 - 4
n/nftables/nftables-vl.spec

@@ -1,7 +1,7 @@
 %bcond_with systemd
 %bcond_with systemd
 
 
 Name:           nftables
 Name:           nftables
-Version:        1.0.9
+Version:        1.1.0
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:        Netfilter Tables userspace utillites
 Summary:        Netfilter Tables userspace utillites
 Group:          system
 Group:          system
@@ -9,8 +9,8 @@ Vendor:         Project Vine
 Distribution:   Vine Linux
 Distribution:   Vine Linux
 
 
 License:        GPLv2
 License:        GPLv2
-URL:            http://netfilter.org/projects/nftables/
-Source0:        http://ftp.netfilter.org/pub/nftables/nftables-%{version}.tar.xz
+URL:            https://netfilter.org/projects/nftables/
+Source0:        https://ftp.netfilter.org/pub/nftables/nftables-%{version}.tar.xz
 Source1:        nftables.init
 Source1:        nftables.init
 Source2:        nftables.conf
 Source2:        nftables.conf
 Source3:        main.nft
 Source3:        main.nft
@@ -27,7 +27,6 @@ BuildRequires: bison
 BuildRequires: libmnl-devel
 BuildRequires: libmnl-devel
 BuildRequires: gmp-devel
 BuildRequires: gmp-devel
 BuildRequires: readline-devel
 BuildRequires: readline-devel
-BuildRequires: libedit-devel
 BuildRequires: libnftnl-devel
 BuildRequires: libnftnl-devel
 BuildRequires: asciidoc
 BuildRequires: asciidoc
 BuildRequires: docbook2X
 BuildRequires: docbook2X
@@ -68,6 +67,7 @@ the libnftables library.
 #./autogen.sh
 #./autogen.sh
 %configure \
 %configure \
 	--disable-silent-rules \
 	--disable-silent-rules \
+	--with-cli=readline \
 	--with-xtables \
 	--with-xtables \
 	--with-json \
 	--with-json \
 	--enable-python=no
 	--enable-python=no
@@ -153,6 +153,9 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Sun Sep 08 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.0-1
+- new upstream release.
+
 * Fri Oct 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.9-1
 * Fri Oct 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.9-1
 - new upstream release.
 - new upstream release.
 
 

+ 7 - 1
r/readline/readline-vl.spec

@@ -1,7 +1,7 @@
 Summary: A library for editing typed in command lines.
 Summary: A library for editing typed in command lines.
 Summary(ja): Readline ライブラリ
 Summary(ja): Readline ライブラリ
 Name: readline
 Name: readline
-Version: 8.2.10
+Version: 8.2.13
 %global shortver %(echo %{version} | cut -d . -f 1-2)
 %global shortver %(echo %{version} | cut -d . -f 1-2)
 %global shortver_nodots %(echo %{shortver} | tr -d ".")
 %global shortver_nodots %(echo %{shortver} | tr -d ".")
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
@@ -25,6 +25,9 @@ Patch7: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-007
 Patch8: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-008
 Patch8: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-008
 Patch9: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-009
 Patch9: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-009
 Patch10: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-010
 Patch10: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-010
+Patch11: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-011
+Patch12: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-012
+Patch13: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-013
 
 
 # fix file permissions, remove RPATH, use CFLAGS
 # fix file permissions, remove RPATH, use CFLAGS
 Patch100: readline-8.0-shlib.patch
 Patch100: readline-8.0-shlib.patch
@@ -174,6 +177,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 
 
 
 %changelog
 %changelog
+* Sun Sep 08 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.13-1
+- new upstream release.
+
 * Mon Jun 17 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.10-1
 * Mon Jun 17 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.10-1
 - new upstream release.
 - new upstream release.