Browse Source

updated 5 packages

dovecot-2.3.20-1

gnupg2-2.2.41-1

libgpg-error-1.46-1

libksba-1.6.3-1

uw-imap-2007f-6
Tomohiro "Tomo-p" KATO 11 months ago
parent
commit
349938857d

+ 6 - 3
d/dovecot/dovecot-vl.spec

@@ -7,7 +7,7 @@
 
 # pigeonhole
 %define build_pigeonhole 1
-%define pigeonholever 0.5.19
+%define pigeonholever 0.5.20
 
 # pop before smtp (drac)
 %define build_drac 0
@@ -15,8 +15,8 @@
 Summary: Dovecot Secure imap server
 Summary(ja): Dovecot セキュア IMAP サーバ
 Name: dovecot
-Version: 2.3.19.1
-Release: 2%{?_dist_release}%{?with_systemd:.systemd}
+Version: 2.3.20
+Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: servers
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -542,6 +542,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.20-1
+- new upstream release.
+
 * Mon Nov 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.19.1-2
 - rebuilt with openldap-2.6.3.
 

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

@@ -3,7 +3,7 @@
 Summary: Utility for secure communication and data storage
 Summary(ja): GnuPG2 - 安全なデータ交換と保存のためのユーティリティ
 Name:    gnupg2
-Version: 2.2.36
+Version: 2.2.41
 Release: 1%{?_dist_release}
 Group: security
 Vendor: Project Vine
@@ -28,7 +28,7 @@ Patch9:  gnupg-2.2.23-large-rsa.patch
 # fix missing uid on refresh from keys.openpgp.org
 # https://salsa.debian.org/debian/gnupg2/commit/f292beac1171c6c77faf41d1f88c2e0942ed4437
 Patch20: gnupg-2.2.18-tests-add-test-cases-for-import-without-uid.patch
-Patch21: gnupg-2.2.18-gpg-allow-import-of-previously-known-keys-even-without-UI.patch
+Patch21: gnupg-2.2.41-gpg-allow-import-of-previously-known-keys-even-without-UI.patch
 Patch22: gnupg-2.2.18-gpg-accept-subkeys-with-a-good-revocation-but-no-self-sig.patch
 # Fixes for issues found in Coverity scan - reported upstream
 Patch30: gnupg-2.2.21-coverity.patch
@@ -257,6 +257,10 @@ done
 
 
 %changelog
+* Thu Jan 05 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.2.41-1
+- update to 2.2.41.
+- updated Patch21.
+
 * Thu Jul 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.2.36-1
 - update to 2.2.36.
 

+ 17 - 3
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.45
+Version:	1.46
 Release:	1%{?_dist_release}
 Group:		system
 Vendor:		Project Vine
@@ -66,9 +66,15 @@ contains files necessary to develop applications using libgpg-error.
 %prep
 %setup -q
 
+# Modify configure to drop rpath for /usr/lib64
+sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/lib /usr/lib %{_libdir}|g' configure
+
 
 %build
-%configure --disable-static
+%configure \
+	--disable-static \
+	--disable-rpath \
+	--enable-install-gpg-error-config
 make %{?_smp_mflags}
 
 
@@ -84,6 +90,10 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 %find_lang %{name}
 
 
+%check
+make check
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -109,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/gpg-error.m4
 %{_datadir}/aclocal/gpgrt.m4
 %{_infodir}/gpgrt.info*
-%{_mandir}/man1/gpgrt-config.1*
+%{_mandir}/man1/gpg-error-config.*
 
 # compat32
 %if %{build_compat32}
@@ -122,7 +132,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgpg-error.so
 %endif
 
+
 %changelog
+* Thu Jan 05 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.46-1
+- updated to 1.46.
+
 * Thu Jul 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.45-1
 - updated to 1.45.
 - dropped install-info scriptlets.

+ 5 - 10
lib/libk/libksba/libksba-vl.spec

@@ -1,7 +1,7 @@
 Summary: A library to access X.509 and CMS data structures.
 Summary(ja): X.509 および CMS データ構造にアクセスするためのライブラリ
 Name:    libksba
-Version: 1.6.0
+Version: 1.6.3
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -69,15 +69,6 @@ make check
 rm -rf $RPM_BUILD_ROOT
 
 
-%post devel
-install-info %{_infodir}/ksba.info %{_infodir}/dir ||:
-
-%postun devel
-if [ $1 -eq 0 ]; then
-    install-info --delete %{_infodir}/ksba.info %{_infodir}/dir ||:
-fi
-
-
 %files
 %defattr(-,root,root,-)
 %license COPYING*
@@ -95,6 +86,10 @@ fi
 
 
 %changelog
+* Thu Jan 05 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6.3-1
+- new upstream release.
+- dropped install-info scriptlets.
+
 * Wed Jun 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6.0-1
 - new upstream release.
 - dropped ldconfig scriptlets.

+ 9 - 2
u/uw-imap/uw-imap-vl.spec

@@ -6,7 +6,7 @@ Summary:        UW Server daemons for IMAP and POP network mail protocols
 Summary(ja):    IMAP/POP ネットワークメールプロトコル用デーモン
 Name:           uw-imap 
 Version:        2007f
-Release:        5%{?_dist_release}
+Release:        6%{?_dist_release}
 Group:          servers
 Distribution:   Vine Linux
 Vendor:         Project Vine
@@ -52,6 +52,9 @@ Patch14: 1006_openssl1.1_autoverify.patch
 
 Patch15: imap-2007f-ldflags.patch
 
+# From debian
+Patch16: 2014_openssl1.1.1_sni.patch
+
 BuildRequires: openssl-devel
 BuildRequires: pam-devel
 BuildRequires: krb5-devel
@@ -133,6 +136,7 @@ install -p -m644 %{SOURCE21} imap.pam
 %patch13 -p1 -b .poll
 %patch14 -p1 -b .openssl11
 %patch15 -p1 -b .ldflags
+%patch16 -p1 -b .sni
 
 
 %build
@@ -150,7 +154,7 @@ export EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
 export EXTRACFLAGS="$EXTRACFLAGS -Wno-pointer-sign"
 
 echo "y" | \
-make %{?_smp_mflags} lnp \
+make lnp \
 EXTRACFLAGS="$EXTRACFLAGS" \
 EXTRALDFLAGS="$EXTRALDFLAGS" \
 EXTRAAUTHENTICATORS=gss \
@@ -286,6 +290,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 21 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2007f-6
+- imported Patch16 from debian.
+
 * Tue Oct 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2007f-5
 - rebuilt with openssl-3.0.0.
 - dropped ldconfig scriptlets.