瀏覽代碼

updated 8 packages

gnupg2-2.4.7-1

gpgme-1.24.2-1

libassuan-3.0.1-1

libgcrypt-1.11.0-1

libgpg-error-1.51-1

libksba-1.6.7-2

npth-1.8-1

pinentry-1.3.1-1
Tomohiro "Tomo-p" KATO 5 天之前
父節點
當前提交
c5badd68ad

+ 6 - 2
g/gnupg2/gnupg2-vl.spec

@@ -5,7 +5,7 @@
 Summary: Utility for secure communication and data storage
 Summary(ja): GnuPG2 - 安全なデータ交換と保存のためのユーティリティ
 Name:    gnupg2
-Version: 2.4.5
+Version: 2.4.7
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: security
 Vendor: Project Vine
@@ -252,9 +252,10 @@ rm -f %{_infodir}/gpgv.info.gz ||:
 %endif
 %{_bindir}/gpg2
 %{_bindir}/gpgv2
-%{_bindir}/gpg-connect-agent
 %{_bindir}/gpg-agent
+%{_bindir}/gpg-connect-agent
 %{_bindir}/gpg-card
+%{_bindir}/gpg-mail-tube
 %{_bindir}/gpgconf
 %{_bindir}/gpgparsemail
 %{_bindir}/gpgscm
@@ -281,6 +282,9 @@ rm -f %{_infodir}/gpgv.info.gz ||:
 
 
 %changelog
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.7-1
+- update to 2.4.7.
+
 * Thu Jun 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.5-1
 - update to 2.4.5.
 

+ 8 - 10
g/gpgme/gpgme-vl.spec

@@ -6,13 +6,13 @@
 Summary:	GPGME - GnuPG Made Easy
 Summary(ja):	GPGME - GnuPG Made Easy
 Name:		gpgme
-Version:	1.22.0
-Release:	2%{?_dist_release}
+Version:	1.24.2
+Release:	1%{?_dist_release}
 Group:		system
 Vendor:		Project Vine
 Distribution:	Vine Linux
 
-License:	LGPL
+License:	LGPL and MIT
 URL:		https://gnupg.org/software/gpgme/index.html
 Source:		https://gnupg.org/ftp/gcrypt/gpgme/%{name}-%{version}.tar.bz2
 
@@ -21,8 +21,6 @@ Source:		https://gnupg.org/ftp/gcrypt/gpgme/%{name}-%{version}.tar.bz2
 Patch1001:      0001-don-t-add-extra-libraries-for-linking.patch
 # add -D_FILE_OFFSET_BITS... to gpgme-config, upstreamable
 Patch1002:      gpgme-1.3.2-largefile.patch
-# Let's fix stupid AX_PYTHON_DEVEL
-Patch1003:      0001-fix-stupid-ax_python_devel.patch
 # Allow extra options to be passed to setup.py during installation
 Patch1004:      0002-setup_py_extra_opts.patch
 
@@ -30,10 +28,6 @@ Patch1004:      0002-setup_py_extra_opts.patch
 # Skip lang/qt/tests/t-remarks on gnupg 2.4+
 Patch3001:      1001-qt-skip-test-remarks-for-gnupg2-2.4.patch
 
-# fix FTBFS caused by include path order, for <= 1.22.0
-Patch3002:	gpgme-1.22.0-ftbfs-aee18a2a.patch
-Patch3003:	gpgme-1.22.0-ftbfs-d23528ca.patch
-
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gnupg2 >= %{_gnupg_ver}
 BuildRequires:	libgpg-error-devel >= %{_libgpg_error_ver}
@@ -162,10 +156,11 @@ rm -vf %{buildroot}%{python3_sitelib}/gpg/install_files.txt
 
 %files
 %defattr(-,root,root)
-%license COPYING*
+%license COPYING* LICENSES
 %doc AUTHORS ChangeLog NEWS README* THANKS TODO VERSION
 %{_bindir}/gpgme-json
 %{_libdir}/libgpgme*.so.*
+%{_mandir}/man1/%{name}-json.*
 
 %files devel
 %defattr(-,root,root)
@@ -185,6 +180,9 @@ rm -vf %{buildroot}%{python3_sitelib}/gpg/install_files.txt
 
 
 %changelog
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.24.2-1
+- new upstream release.
+
 * Thu Oct 19 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.22.0-2
 - fixed cmake files.
 

+ 4 - 3
lib/liba/libassuan/libassuan-vl.spec

@@ -1,6 +1,6 @@
 Name:    libassuan
 Summary: GnuPG IPC library
-Version: 2.5.7
+Version: 3.0.1
 Release: 1%{?_dist_release}
 Group:   system
 Vendor: Project Vine
@@ -74,13 +74,11 @@ rm -rf %{buildroot}
 
 
 %files
-%defattr(-,root,root,-)
 %license COPYING.LIB
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
 %{_libdir}/libassuan.so.*
 
 %files devel 
-%defattr(-,root,root,-)
 %license COPYING.LIB
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
 %{_bindir}/libassuan-config
@@ -92,6 +90,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.1-1
+- updated to 3.0.1.
+
 * Thu Jun 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.5.7-1
 - updated to 2.5.7.
 

+ 4 - 9
lib/libg/libgcrypt/libgcrypt-vl.spec

@@ -2,7 +2,7 @@
 Summary: A cryptographic library based on the code from GnuPG.
 Summary(ja): GnuPG のコードをベースとした暗号化ライブラリ
 Name: libgcrypt
-Version: 1.10.3
+Version: 1.11.0
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -86,12 +86,7 @@ rm -f %{buildroot}%{_infodir}/dir
 rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
-%clean
-[ "%{buildroot}" != / ] && rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root)
 %{_bindir}/dumpsexp
 %{_bindir}/hmac256
 %{_bindir}/mpicalc
@@ -99,7 +94,6 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_mandir}/man1/hmac256.1.gz
 
 %files devel
-%defattr(-,root,root)
 %doc README* NEWS
 %{_bindir}/libgcrypt-config
 %{_includedir}/*
@@ -111,17 +105,18 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
 # compat32
 %if %{build_compat32}
 %files -n compat32-%{name}
-%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %files -n compat32-%{name}-devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %endif
 
 
 %changelog
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.11.0-1
+- updated to 1.11.0.
+
 * Thu Jun 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.10.3-1
 - updated to 1.10.3.
 

+ 4 - 5
lib/libg/libgpg-error/libgpg-error-vl.spec

@@ -2,7 +2,7 @@
 Summary:	common error codes for GnuPG related projects
 Summary(ja):	GnuPG 関連プロジェクトで共通のエラーコード
 Name:		libgpg-error
-Version:	1.50
+Version:	1.51
 Release:	1%{?_dist_release}
 Group:		system
 Vendor:		Project Vine
@@ -95,7 +95,6 @@ make check
 
 
 %files -f %{name}.lang
-%defattr(-,root,root)
 %license COPYING COPYING.LIB
 %doc AUTHORS README INSTALL NEWS ChangeLog
 %{_bindir}/gpg-error
@@ -104,7 +103,6 @@ make check
 %{_datadir}/libgpg-error/errorref.txt
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/gpg-error-config
 %{_bindir}/gpgrt-config
 %{_bindir}/yat2m
@@ -121,16 +119,17 @@ make check
 # compat32
 %if %{build_compat32}
 %files -n compat32-%{name}
-%defattr(-,root,root)
 %{_libdir}/libgpg-error.so.*
 
 %files -n compat32-%{name}-devel
-%defattr(-,root,root)
 %{_libdir}/libgpg-error.so
 %endif
 
 
 %changelog
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.51-1
+- updated to 1.51.
+
 * Thu Jun 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.50-1
 - updated to 1.50.
 

+ 4 - 1
lib/libk/libksba/libksba-vl.spec

@@ -2,7 +2,7 @@ Summary: A library to access X.509 and CMS data structures.
 Summary(ja): X.509 および CMS データ構造にアクセスするためのライブラリ
 Name:    libksba
 Version: 1.6.7
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -79,6 +79,9 @@ make check
 
 
 %changelog
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6.7-2
+- rebuilt with current environment.
+
 * Thu Jun 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6.7-1
 - new upstream release.
 

+ 4 - 1
n/npth/npth-vl.spec

@@ -1,6 +1,6 @@
 Summary:        The New GNU Portable Threads library
 Name:           npth
-Version:        1.7
+Version:        1.8
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -71,6 +71,9 @@ make check
 
 
 %changelog
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.8-1
+- new upstream release.
+
 * Thu Jun 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7-1
 - new upstream release.
 

+ 9 - 5
p/pinentry/pinentry-vl.spec

@@ -1,6 +1,6 @@
 
 Name:    pinentry
-Version: 1.2.1
+Version: 1.3.1
 Release: 1%{?_dist_release}
 Summary: Collection of simple PIN or passphrase entry dialogs
 Group: accessories
@@ -120,7 +120,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 # Symlink for Backward compatibility
 ln -s pinentry-gtk-2 $RPM_BUILD_ROOT%{_bindir}/pinentry-gtk
-ln -s pinentry-qt $RPM_BUILD_ROOT%{_bindir}/pinentry-qt4
+ln -s pinentry-qt5 $RPM_BUILD_ROOT%{_bindir}/pinentry-qt
+ln -s pinentry-qt5 $RPM_BUILD_ROOT%{_bindir}/pinentry-qt4
 
 install -p -m755 -D %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/pinentry
 
@@ -144,15 +145,18 @@ rm -fv $RPM_BUILD_ROOT%{_infodir}/dir
 %{_bindir}/pinentry-gtk-2
 
 %files qt
-%{_bindir}/pinentry-qt
-# symlink for backward compatibility
-%{_bindir}/pinentry-qt4
+%{_bindir}/pinentry-qt*
+%{_datadir}/applications/org.gnupg.pinentry-qt5.desktop
+%{_datadir}/pixmaps/pinentry.png
 
 %files emacs
 %{_bindir}/pinentry-emacs
 
 
 %changelog
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.3.1-1
+- new upstream release.
+
 * Thu Oct 19 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.1-1
 - new upstream release.