[packages/mailx] - rediff patch, fix debuginfo, rebuild with openssl 3.0.0, rel 8

baggins baggins at pld-linux.org
Tue Oct 5 23:02:19 CEST 2021


commit aba6df5ebcd5c0a537b95e1949c0e66ed24cc3cb
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Oct 5 23:01:44 2021 +0200

    - rediff patch, fix debuginfo, rebuild with openssl 3.0.0, rel 8

 mailx-use-krb5-gss.patch | 9 +++++----
 mailx.spec               | 3 ++-
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/mailx.spec b/mailx.spec
index 3d9f6b6..794d23d 100644
--- a/mailx.spec
+++ b/mailx.spec
@@ -6,7 +6,7 @@ Summary:	An enhanced implementation of the mailx command
 Summary(pl.UTF-8):	Rozszerzona implementacja komendy mailx
 Name:		mailx
 Version:	12.4
-Release:	7
+Release:	8
 License:	BSD
 Group:		Applications/Mail
 Source0:	http://downloads.sourceforge.net/heirloom/%{name}-%{version}.tar.bz2
@@ -66,6 +66,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/etc/skel,/bin}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
+	STRIP=/bin/true \
 	MAILRC=/etc/mail.rc \
 	UCBINSTALL=/usr/bin/install \
 	PREFIX=%{_prefix} \
diff --git a/mailx-use-krb5-gss.patch b/mailx-use-krb5-gss.patch
index aadfa22..30155d4 100644
--- a/mailx-use-krb5-gss.patch
+++ b/mailx-use-krb5-gss.patch
@@ -1,6 +1,7 @@
---- nail-11.25/makeconfig~	2004-11-17 20:09:19.000000000 +0100
-+++ nail-11.25/makeconfig	2008-01-15 18:49:49.000000000 +0100
-@@ -364,12 +364,10 @@
+diff -urNp -x '*.orig' mailx-12.4.org/makeconfig mailx-12.4/makeconfig
+--- mailx-12.4.org/makeconfig	2007-04-14 17:24:28.000000000 +0200
++++ mailx-12.4/makeconfig	2021-10-05 22:58:00.427635968 +0200
+@@ -405,12 +405,10 @@ int main(void)
  }
  !
  
@@ -15,5 +16,5 @@
 +	link_check gssapi 'for GSSAPI in libgssapi_krb5, old-style' \
 +			'#define USE_GSSAPI
  #define GSSAPI_OLD_STYLE' '-lgssapi_krb5' <<\! || \
- 			link_check 'for GSSAPI in libgssapi' \
+ 			link_check gssapi 'for GSSAPI in libgssapi' \
  				'#define USE_GSSAPI
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mailx.git/commitdiff/aba6df5ebcd5c0a537b95e1949c0e66ed24cc3cb



More information about the pld-cvs-commit mailing list