emailrelay: update to v2.4.1

The patch seems not needed anymore.
Also remove deprecated PKG_RELEASE:=$(AUTORELEASE)

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
(cherry picked from commit 735cba83ce)
This commit is contained in:
Sergey Ponomarev 2022-12-07 01:20:02 +02:00 committed by Josef Schlehofer
parent f5f990d7d7
commit 0dab01d398
2 changed files with 3 additions and 23 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=emailrelay
PKG_VERSION:=2.2
PKG_RELEASE:=$(AUTORELEASE)
PKG_VERSION:=2.4.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
PKG_SOURCE_URL:=@SF/emailrelay/$(PKG_VERSION)
PKG_HASH:=41da9f4356eb6c6935a32f2940edb7af04b202e531c1028f700b93a36a03b0ac
PKG_HASH:=cff8cf5bff19fd1721cefdbd6207da67af01d2b1b4a51d147c33f4429a79766e
PKG_MAINTAINER:=Federico Di Marco <fededim@gmail.com>
PKG_LICENSE:=GPL-3.0-or-later

View File

@ -1,20 +0,0 @@
--- a/src/gnet/gsocket.h
+++ b/src/gnet/gsocket.h
@@ -27,6 +27,7 @@
#include "gevent.h"
#include "gdescriptor.h"
#include "greadwrite.h"
+#include <memory>
#include <string>
#include <new>
--- a/src/gssl/gssl.h
+++ b/src/gssl/gssl.h
@@ -26,6 +26,7 @@
#include "gdef.h"
#include "gstrings.h"
#include "greadwrite.h"
+#include <memory>
#include <string>
#include <utility>