head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.3.0.28
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.26
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.24
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.22
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.3.0.20
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.18
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.16
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.14
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.12
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.10
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.8
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.6
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.4
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.2
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.2.0.42
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.40
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.38
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.36
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.34
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.32
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.30
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.28
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.26
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.2.0.22
	pkgsrc-2020Q2-base:1.2
	pkgsrc-2020Q1:1.2.0.2
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.2.0.24
	pkgsrc-2019Q4-base:1.2
	pkgsrc-2019Q3:1.2.0.20
	pkgsrc-2019Q3-base:1.2
	pkgsrc-2019Q2:1.2.0.18
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.16
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.2.0.14
	pkgsrc-2018Q4-base:1.2
	pkgsrc-2018Q3:1.2.0.12
	pkgsrc-2018Q3-base:1.2
	pkgsrc-2018Q2:1.2.0.10
	pkgsrc-2018Q2-base:1.2
	pkgsrc-2018Q1:1.2.0.8
	pkgsrc-2018Q1-base:1.2
	pkgsrc-2017Q4:1.2.0.6
	pkgsrc-2017Q4-base:1.2
	pkgsrc-2017Q3:1.2.0.4
	pkgsrc-2017Q3-base:1.2
	pkgsrc-2017Q2:1.1.0.2
	pkgsrc-2017Q2-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2022.12.15.11.25.37;	author schmonz;	state Exp;
branches;
next	1.2;
commitid	AVnL4IGNEbdf6E5E;

1.2
date	2017.08.16.20.21.10;	author wiz;	state Exp;
branches;
next	1.1;
commitid	rqudPoPPU2GmEt3A;

1.1
date	2017.03.30.01.55.57;	author schmonz;	state Exp;
branches;
next	;
commitid	SFmx8X2cpML90wLz;


desc
@@


1.3
log
@Mark MAKE_JOBS_SAFE=no (likely fixes NetBSD-current bulk build).
@
text
@# $NetBSD: Makefile,v 1.2 2017/08/16 20:21:10 wiz Exp $

DISTNAME=	libsrs2-1.0.18
CATEGORIES=	mail
MASTER_SITES=	https://www.libsrs2.org/srs/

MAINTAINER=	schmonz@@NetBSD.org
HOMEPAGE=	https://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

# for instance, `ar cru libsrs2.a srs2.o sha1.o` sometimes gives
# "ar: sha1.o: No such file or directory" on NetBSD with cc -pipe
MAKE_JOBS_SAFE=	no

.include "../../mk/bsd.pkg.mk"
@


1.2
log
@Follow some http redirects.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2017/03/30 01:55:57 schmonz Exp $
d17 4
@


1.1
log
@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.
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
a5 1
MASTER_SITES=	http://www.libsrs2.org/srs/
d8 1
a8 1
HOMEPAGE=	http://www.libsrs2.org/
@

