sync with rawhide
This commit is contained in:
commit
13d449bf3d
5 changed files with 24 additions and 35 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/alpine-2.21.tar.xz
|
||||
/alpine-2.22.tar.xz
|
||||
/alpine-2.23.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
diff -up alpine-2.21/alpine/alpine.c.me alpine-2.21/alpine/alpine.c
|
||||
diff -up alpine-2.21/pith/smime.c.me alpine-2.21/pith/smime.c
|
||||
--- alpine-2.21/pith/smime.c.me 2020-02-13 16:54:36.842373446 +0100
|
||||
+++ alpine-2.21/pith/smime.c 2020-02-13 17:13:37.930022666 +0100
|
||||
@@ -45,6 +45,7 @@ static char rcsid[] = "$Id: smime.c 1176
|
||||
#ifdef PASSFILE
|
||||
#include "../pith/imap.h"
|
||||
#endif /* PASSFILE */
|
||||
+#include "../pith/options.h"
|
||||
|
||||
#include <openssl/buffer.h>
|
||||
#include <openssl/x509v3.h>
|
||||
diff -up alpine-2.21/pith/smkeys.c.me alpine-2.21/pith/smkeys.c
|
||||
--- alpine-2.21/pith/smkeys.c.me 2020-02-13 16:54:29.930310541 +0100
|
||||
+++ alpine-2.21/pith/smkeys.c 2020-02-13 17:15:00.688801681 +0100
|
||||
@@ -34,6 +34,7 @@ static char rcsid[] = "$Id: smkeys.c 126
|
||||
#include "../pith/util.h"
|
||||
#include "../pith/mailindx.h"
|
||||
#include "../pith/readfile.h"
|
||||
+#include "../pith/options.h"
|
||||
#include "smkeys.h"
|
||||
|
||||
#ifdef APPLEKEYCHAIN
|
||||
@@ -50,7 +51,6 @@ static int mem_add_extra_cacerts(c
|
||||
int compare_certs_by_name(const void *data1, const void *data2);
|
||||
int password_policy_check(char *);
|
||||
|
||||
-int (*pith_smime_enter_password)(char *, char *, size_t);
|
||||
|
||||
/* test if password passes a predetermined policy.
|
||||
* return value: 0 - does not pass; 1 - it passes
|
||||
12
alpine-2.23-gcc10.patch
Normal file
12
alpine-2.23-gcc10.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -up alpine-2.21/alpine/alpine.c.me alpine-2.21/alpine/alpine.c
|
||||
diff -up alpine-2.21/pith/smime.c.me alpine-2.21/pith/smime.c
|
||||
--- alpine-2.21/pith/smime.c.me 2020-02-13 16:54:36.842373446 +0100
|
||||
+++ alpine-2.21/pith/smime.c 2020-02-13 17:13:37.930022666 +0100
|
||||
@@ -45,6 +45,7 @@ static char rcsid[] = "$Id: smime.c 1176
|
||||
#ifdef PASSFILE
|
||||
#include "../pith/imap.h"
|
||||
#endif /* PASSFILE */
|
||||
+#include "../pith/options.h"
|
||||
|
||||
#include <openssl/buffer.h>
|
||||
#include <openssl/x509v3.h>
|
||||
13
alpine.spec
13
alpine.spec
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
Summary: powerful, easy to use console email client
|
||||
Name: alpine
|
||||
Version: 2.22
|
||||
Release: 1%{?dist}
|
||||
Version: 2.23
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: ASL 2.0
|
||||
URL: http://alpine.x10host.com/
|
||||
|
|
@ -14,7 +14,7 @@ Source0: http://alpine.x10host.com/alpine/patches/alpine-%{version}/alpine-%{ver
|
|||
Source1: README.fedora
|
||||
|
||||
Patch1: alpine-2.21-useragent.patch
|
||||
Patch2: alpine-2.21-gcc10.patch
|
||||
Patch2: alpine-2.23-gcc10.patch
|
||||
|
||||
# Using "Conflicts" instead of Obsoletes because while alpine is substantially
|
||||
# compatible with pine the change to Unicode breaks important user
|
||||
|
|
@ -123,6 +123,13 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/pine.conf.fixed
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 23 2020 josef radinger <cheese@nosuchhost.net> - 2.23-2
|
||||
- 2.23 fixes CVE-2020-14929 (#1850048) and new version (#1848786)
|
||||
|
||||
* Mon Jun 22 2020 josef radinger <cheese@nosuchhost.net> - 2.23-1
|
||||
- bump version
|
||||
- update patch2 alpine-2.23-gcc10.patch
|
||||
|
||||
* Fri May 29 2020 Paul Wouters <pwouters@redhat.com> - 2.22-1
|
||||
- Resolves: rhbz#1830335 Add alpine branch to EPEL 8
|
||||
- Imported from rawhide fedora package
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (alpine-2.22.tar.xz) = cc020fd671f2b5ddb4a6a4bc307d8605c4311f25b82c9909ae05e38271f180fc871acdcab19c098f6259aa7ef5e711ca9650ed0ecfab2f20813578c317744eb3
|
||||
SHA512 (alpine-2.23.tar.xz) = a536d7016fbf848e3fe72e9f8d7e8b30bfbe2b4a657d97fb8ff8a3a2e65f05d002194afbcefc7605dd401eb7deac4b30f3c24388c8a349487b60361ddd8f81ae
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue