mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
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>
This commit is contained in:
parent
657adeeefe
commit
38cd9bbc1c
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user