emailrelay: update to v2.6
authorSergey Ponomarev <[email protected]>
Wed, 30 Aug 2023 20:14:31 +0000 (23:14 +0300)
committerJosef Schlehofer <[email protected]>
Wed, 21 May 2025 09:08:36 +0000 (11:08 +0200)
The emailrelay-filter-copy was removed and   --filter=copy: can be used instead.
Minor improvement of description.

Signed-off-by: Sergey Ponomarev <[email protected]>
mail/emailrelay/Makefile

index 280a3de5e195474599aafdfa5d9484343e6b0b6d..cafe8cf09161f344890dfabf82ad2be1611f3900 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=emailrelay
-PKG_VERSION:=2.4.1
+PKG_VERSION:=2.6
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
 PKG_SOURCE_URL:=@SF/emailrelay/$(PKG_VERSION)
-PKG_HASH:=cff8cf5bff19fd1721cefdbd6207da67af01d2b1b4a51d147c33f4429a79766e
+PKG_HASH:=30c106ca66d75f7e6de2baf22e516024776c699ac27abdd570fbb9319053b4b9
 
 PKG_MAINTAINER:=Federico Di Marco <[email protected]>
 PKG_LICENSE:=GPL-3.0-or-later
@@ -28,8 +28,8 @@ define Package/emailrelay
   SECTION:=mail
   CATEGORY:=Mail
   DEPENDS:=+EMAILRELAY_SSL:libopenssl +libstdcpp
-  TITLE:=A simple SMTP proxy and MTA
-  URL:=http://emailrelay.sourceforge.net/
+  TITLE:=E-MailRelay A lightweight email server
+  URL:=https://emailrelay.sourceforge.net/
   MENU:=1
 endef
 
@@ -54,14 +54,12 @@ endef
 
 
 define Package/emailrelay/description
- Emailrelay is a simple SMTP proxy and store-and-forward message transfer agent (MTA).
-
- When running as a proxy all e-mail messages can be passed through
- a user-defined program, such as a spam filter, which can drop,
- re-address or edit messages as they pass through. When running
- as a store-and-forward MTA incoming messages are stored in a
- local spool directory, and then forwarded to the next SMTP
- server on request.
+ E-MailRelay is a simple SMTP proxy and store-and-forward MTA with POP access to spooled messages.
+
+ It can be used as a personal internet mail server with spam filtering and DNSBL connection blocking.
+ Forwarding can be to a fixed smarthost or using DNS MX routing.
+
+ External scripts can be used for address validation and e-mail message processing.
 endef
 
 
@@ -100,7 +98,6 @@ TARGET_CXXFLAGS += -Wl,--as-needed
 define Package/emailrelay/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay $(1)/usr/bin/
-       $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay-filter-copy $(1)/usr/bin/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay-passwd $(1)/usr/bin/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay-submit $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/etc