Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9fdf7b3624dbddd7c42d990747b740cda8ac1da6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9fdf7b3624dbddd7c42d990747b740cda8ac1da6)
  • Date: Sun, 31 Jul 2022 16:51:33 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:


editors/efte/patches/0001-con_x11-Make-compatible-with-tiling-window-managers.patch
| 2 -
libs/libesmtp/CONFIGURE
| 1
libs/libesmtp/DEPENDS
| 5 +---
libs/libesmtp/DETAILS
| 11 +++++-----
libs/libesmtp/HISTORY
| 4 +++
5 files changed, 14 insertions(+), 9 deletions(-)

New commits:
commit 9fdf7b3624dbddd7c42d990747b740cda8ac1da6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

efte: Mark accepted patch

commit 3b04919e88ee9888b25eeff6d0e83e1e7873107e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libesmtp 1.1.0

diff --git
a/editors/efte/patches/0001-con_x11-Make-compatible-with-tiling-window-managers.patch

b/editors/efte/patches/0001-con_x11-Make-compatible-with-tiling-window-managers.patch
index ae41f11..a65db6e 100644
---
a/editors/efte/patches/0001-con_x11-Make-compatible-with-tiling-window-managers.patch
+++
b/editors/efte/patches/0001-con_x11-Make-compatible-with-tiling-window-managers.patch
@@ -10,7 +10,7 @@ with NDEBUG, a segmentation fault down the road.
Instead, just cap X and Y to their maximums. The only consequence is that
the window is not fully utilised.

-Upstream-Status: Submitted [https://github.com/lanurmi/efte/pull/110]
+Upstream-Status: Accepted [https://github.com/lanurmi/efte/pull/110]
Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>
---
src/con_x11.cpp | 4 ++--
diff --git a/libs/libesmtp/CONFIGURE b/libs/libesmtp/CONFIGURE
new file mode 100755
index 0000000..d1cc655
--- /dev/null
+++ b/libs/libesmtp/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/MESON_CONFIGURE
diff --git a/libs/libesmtp/DEPENDS b/libs/libesmtp/DEPENDS
index 11c1255..3030c48 100755
--- a/libs/libesmtp/DEPENDS
+++ b/libs/libesmtp/DEPENDS
@@ -1,5 +1,4 @@
-depends libtool &&
+. "$GRIMOIRE"/MESON_DEPENDS &&
optional_depends SSL \
- "--with-openssl" \
- "--without-openssl" \
+ tls={enabled,disabled} \
"for SSL/TLS support"
diff --git a/libs/libesmtp/DETAILS b/libs/libesmtp/DETAILS
index 223dfb9..40e9e1d 100755
--- a/libs/libesmtp/DETAILS
+++ b/libs/libesmtp/DETAILS
@@ -1,11 +1,12 @@
+. "$GRIMOIRE"/MESON_FUNCTIONS
SPELL=libesmtp
- VERSION=1.0.6
+ VERSION=1.1.0
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://www.stafford.uklinux.net/libesmtp/$SOURCE
-
SOURCE_HASH=sha512:c122fc5995b76771cce2db58c9e59597cc3a76d273feb6fc26b869f118e91bdf98a5721ee2d1de8175c376af018b5806b0379bbeba2f5da95108916028fd8dda
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/libESMTP-$VERSION"
+
SOURCE_URL[0]=https://github.com/libesmtp/libESMTP/archive/refs/tags/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:fc2a9d9922a1807cce8c8cee627ea8fd3a79c33f0987c5a487080b1a1659fd504bc45da2f919d30eced33ab3e950105383a46ecf3365493134adc1183eb99e53
LICENSE[0]=LGPL
- WEB_SITE=http://www.stafford.uklinux.net/libesmtp
+ WEB_SITE=https://libesmtp.github.io/
ENTERED=20010922
KEYWORDS="mail libs"
SHORT="LibESMTP is a library to manage posting electronic mail
using SMTP."
diff --git a/libs/libesmtp/HISTORY b/libs/libesmtp/HISTORY
index aa35272..b615293 100644
--- a/libs/libesmtp/HISTORY
+++ b/libs/libesmtp/HISTORY
@@ -1,3 +1,7 @@
+2022-07-31 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: updated spell to 1.1.0
+ switched to meson
+
2014-10-24 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: use SSL provider




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9fdf7b3624dbddd7c42d990747b740cda8ac1da6), Ismael Luceno, 07/31/2022

Archive powered by MHonArc 2.6.24.

Top of Page