alpine: update to 2.24
This commit is contained in:
parent
360fffde94
commit
4d509b4987
@ -1,9 +1,9 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://repo.or.cz/alpine.git
|
||||
TERMUX_PKG_DESCRIPTION="Fast, easy to use email client"
|
||||
TERMUX_PKG_LICENSE="Apache-2.0"
|
||||
TERMUX_PKG_VERSION=2.23
|
||||
TERMUX_PKG_VERSION=2.24
|
||||
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/alpine-$TERMUX_PKG_VERSION.tar.xz
|
||||
TERMUX_PKG_SHA256=793a61215c005b5fcffb48f642f125915276b7ec7827508dd9e83d4c4da91f7b
|
||||
TERMUX_PKG_SHA256=651a9ffa0a29e2b646a0a6e0d5a2c8c50f27a07a26a61640b7c783d06d0abcef
|
||||
TERMUX_PKG_DEPENDS="libcrypt, ncurses, openssl-tool"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
--disable-debug
|
||||
|
@ -1,18 +1,12 @@
|
||||
--- ../cache/alpine-2.20/imap/src/osdep/unix/os_lnx.h 2015-01-12 05:12:25.505178442 +0000
|
||||
+++ ./imap/src/osdep/unix/os_lnx.h 2016-12-10 23:21:20.644163814 +0000
|
||||
@@ -48,13 +48,13 @@
|
||||
#include <syslog.h>
|
||||
#include <sys/file.h>
|
||||
|
||||
-
|
||||
/* Linux gets this wrong */
|
||||
|
||||
#define setpgrp setpgid
|
||||
--- ./imap/src/osdep/unix/os_lnx.h.orig 2020-11-04 19:47:00.079064606 +0000
|
||||
+++ ./imap/src/osdep/unix/os_lnx.h 2020-11-04 19:48:23.228984716 +0000
|
||||
@@ -58,6 +58,9 @@
|
||||
|
||||
#define direct dirent
|
||||
-
|
||||
|
||||
+#define L_SET SEEK_SET
|
||||
+#define FNDELAY O_NDELAY
|
||||
+#define FNDELAY O_NDELAY
|
||||
+
|
||||
int safe_flock (int, int);
|
||||
#define flock safe_flock
|
||||
|
||||
#define utime portable_utime
|
||||
|
Loading…
Reference in New Issue
Block a user