pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/libsrs2



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Mar 30 01:55:58 UTC 2017

Added Files:
        pkgsrc/mail/libsrs2: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Initial import of libsrs2, a C implementation of the Sender Rewriting
Scheme for SMTP forwarding.

SPF (and related systems) present a challenge to forwarders, since the
envelope sender address might be seen by the destination as a forgery by
the forwarding host. Forwarding services must rewrite the envelope
sender address, while encapsulating the original sender and preventing
relay attacks by spammers.

The Sender Rewriting Scheme, or SRS, provides a standard for this
rewriting which makes forwarding compatible with these address
verification schemes, preserves bounce functionality and is not
vulnerable to attacks by spammers.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/libsrs2/DESCR pkgsrc/mail/libsrs2/Makefile \
    pkgsrc/mail/libsrs2/PLIST pkgsrc/mail/libsrs2/buildlink3.mk \
    pkgsrc/mail/libsrs2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/mail/libsrs2/DESCR
diff -u /dev/null pkgsrc/mail/libsrs2/DESCR:1.1
--- /dev/null   Thu Mar 30 01:55:58 2017
+++ pkgsrc/mail/libsrs2/DESCR   Thu Mar 30 01:55:57 2017
@@ -0,0 +1,10 @@
+SPF (and related systems) present a challenge to forwarders, since the
+envelope sender address might be seen by the destination as a forgery by
+the forwarding host. Forwarding services must rewrite the envelope
+sender address, while encapsulating the original sender and preventing
+relay attacks by spammers.
+
+The Sender Rewriting Scheme, or SRS, provides a standard for this
+rewriting which makes forwarding compatible with these address
+verification schemes, preserves bounce functionality and is not
+vulnerable to attacks by spammers.
Index: pkgsrc/mail/libsrs2/Makefile
diff -u /dev/null pkgsrc/mail/libsrs2/Makefile:1.1
--- /dev/null   Thu Mar 30 01:55:58 2017
+++ pkgsrc/mail/libsrs2/Makefile        Thu Mar 30 01:55:57 2017
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/03/30 01:55:57 schmonz Exp $
+
+DISTNAME=      libsrs2-1.0.18
+CATEGORIES=    mail
+MASTER_SITES=  http://www.libsrs2.org/srs/
+
+MAINTAINER=    schmonz%NetBSD.org@localhost
+HOMEPAGE=      http://www.libsrs2.org/
+COMMENT=       Implementation of the Sender Rewriting Scheme for SMTP forwarding
+LICENSE=       gnu-gpl-v2 OR modified-bsd
+
+CONFLICTS+=    p5-Mail-SRS-[0-9]*
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/libsrs2/PLIST
diff -u /dev/null pkgsrc/mail/libsrs2/PLIST:1.1
--- /dev/null   Thu Mar 30 01:55:58 2017
+++ pkgsrc/mail/libsrs2/PLIST   Thu Mar 30 01:55:58 2017
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2017/03/30 01:55:58 schmonz Exp $
+bin/srs
+include/srs2.h
+lib/libsrs2.la
Index: pkgsrc/mail/libsrs2/buildlink3.mk
diff -u /dev/null pkgsrc/mail/libsrs2/buildlink3.mk:1.1
--- /dev/null   Thu Mar 30 01:55:58 2017
+++ pkgsrc/mail/libsrs2/buildlink3.mk   Thu Mar 30 01:55:58 2017
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/03/30 01:55:58 schmonz Exp $
+
+BUILDLINK_TREE+=       libsrs2
+
+.if !defined(LIBSRS2_BUILDLINK3_MK)
+LIBSRS2_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libsrs2+=        libsrs2>=1.0.18
+BUILDLINK_PKGSRCDIR.libsrs2?=  ../../mail/libsrs2
+.endif # LIBSRS2_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libsrs2
Index: pkgsrc/mail/libsrs2/distinfo
diff -u /dev/null pkgsrc/mail/libsrs2/distinfo:1.1
--- /dev/null   Thu Mar 30 01:55:58 2017
+++ pkgsrc/mail/libsrs2/distinfo        Thu Mar 30 01:55:58 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/03/30 01:55:58 schmonz Exp $
+
+SHA1 (libsrs2-1.0.18.tar.gz) = db9452e5207bb573eca4b3409c201f1e0275d300
+RMD160 (libsrs2-1.0.18.tar.gz) = 7efa96f457ebac45178afa84aeaeb28834a1f4e7
+SHA512 (libsrs2-1.0.18.tar.gz) = b9c189caa227487e90566f65430345f09a3d545fc286a3eb0c445aee3a74905c1a9248ce78b36a7cfb6a2936f6cd1efbe99ba7b8df49a613a81c6435396f5422
+Size (libsrs2-1.0.18.tar.gz) = 295748 bytes



Home | Main Index | Thread Index | Old Index