The NetBSD Project

CVS log for pkgsrc/mail/libspf2/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / mail / libspf2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Sat Oct 7 20:12:08 2023 UTC (2 months ago) by schmonz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

libspf2: apply upstream integer-underflow fix. Bump PKGREVISION.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 2 15:58:46 2023 UTC (6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.16: +13 -13 lines
Diff to previous 1.16 (colored)

Indent.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jun 2 15:57:57 2023 UTC (6 months ago) by schmonz
Branch: MAIN
Changes since 1.15: +11 -1 lines
Diff to previous 1.15 (colored)

libspf2: link with glibc>=2.34 and build with musl libc.

Newer glibc removes visibility of __dn_expand and __dn_skipname.
Borrow Fedora's fix: stop linking with libreplace for most platforms
(except OpenBSD).

For musl, provide a fallback definition of NETDB_SUCCESS.

Fixes build: Void Linux, Ubuntu 22, Arch, CentOS 9.
Continues to build: Ubuntu 20, CentOS 8 and 7, Debian, Tribblix, macOS,
NetBSD, FreeBSD, OpenBSD.

Bump PKGREVISION.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 2 21:41:38 2022 UTC (20 months ago) by spz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.14: +3 -4 lines
Diff to previous 1.14 (colored)

libspf2-1.2.11 from
https://github.com/shevek/libspf2/commit/c37b7c13c30e225183899364b9f2efdfa85552ef

fixes CVE-2021-33912, CVE-2021-33913 and CVE-2021-33914

Revision 1.14 / (download) - annotate - [select for diffs], Wed Aug 16 20:21:10 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Follow some http redirects.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 12 17:45:50 2015 UTC (8 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

needs pthreads

Revision 1.12 / (download) - annotate - [select for diffs], Sun Oct 12 08:17:50 2014 UTC (9 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Remove conflict between "libspf-alt" respectively "libspf2" and
"p5-Mail-SPF". The first two packages install "bin/spfd" while the
latter install "sbin/spfd".

Problem pointed out by Petar Bogdanovic in PR pkg/49271.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 6 11:09:26 2013 UTC (10 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Update "libspf2" package to version 1.2.10. A list of changes since
version 1.2.9 (which is old) is not available. Two improvements that
I noticed are:
1.) A remote DoS vulnerability (for which "pkgsrc" had a patch) has
    been fixed.
2.) The SPF records for "gmail.com" are now accepted again.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 4 17:31:55 2013 UTC (10 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Change previous fix, libreplace uses LTLIBOBJS to compile in additional
objects, so provide a dummy file which will always get included to avoid
issues on systems where you are not allowed an empty library.  Noticed
by tron.

Bump PKGREVISION.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 8 12:19:15 2012 UTC (11 years, 2 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.8: +1 -3 lines
Diff to previous 1.8 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 27 13:06:12 2011 UTC (12 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

Fixes CONFLICTS pattern and add new conflict with p5-Mail-SPF.

Revision 1.5.4.1 / (download) - annotate - [select for diffs], Sun Sep 13 11:46:01 2009 UTC (14 years, 2 months ago) by spz
Branch: pkgsrc-2009Q2
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Pullup ticket 2883 - requested by tron
security fix

Revisions pulled up:
- pkgsrc/mail/libspf2/Makefile		1.7
- pkgsrc/mail/libspf2/distinfo		1.4

Files added:
pkgsrc/mail/libspf2/patches/patch-aa	1.1

   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Sep  8 10:36:27 UTC 2009

   Modified Files:
   	pkgsrc/mail/libspf2: Makefile distinfo
   Added Files:
   	pkgsrc/mail/libspf2/patches: patch-aa

   Log Message:
   Fix an abort() caused by miscalculating the size of an internal buffer.
   This can crash applications using "libspf2" (e.g. "milter-greylist")
   in an e-mail gets delivered via SMTP over IPv6 depending on the
   remote machine's IPv6 address.


   To generate a diff of this commit:
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/libspf2/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/libspf2/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/mail/libspf2/patches/patch-aa

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 8 10:36:27 2009 UTC (14 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Fix an abort() caused by miscalculating the size of an internal buffer.
This can crash applications using "libspf2" (e.g. "milter-greylist")
in an e-mail gets delivered via SMTP over IPv6 depending on the
remote machine's IPv6 address.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 17 18:00:18 2009 UTC (14 years, 4 months ago) by adrianp
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Give up MAINTAINER

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 10 23:34:13 2009 UTC (14 years, 10 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Branch point for: pkgsrc-2009Q2
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Update to 1.2.9

Unfortunately there does not appear to be much more information on the
changes other than:

"This fixes aborts when generating explanations for mails with a long envelope sender, amongst other issues. An update is recommended."

Revision 1.2.4.1 / (download) - annotate - [select for diffs], Tue Nov 4 10:51:34 2008 UTC (15 years, 1 month ago) by tron
Branch: pkgsrc-2008Q3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Pullup ticket #2568 - requested by adrianp
libspf2: security update

Revisions pulled up:
- mail/libspf2/Makefile		1.3
- mail/libspf2/distinfo		1.2
---
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Fri Oct 24 23:35:09 UTC 2008

Modified Files:
	pkgsrc/mail/libspf2: Makefile distinfo

Log Message:
Update to 1.2.8

Unfortunately details changes don't seem to be available:

After a long hiatus, new releases of libspf2! Development work from a number
of contributors has resulted in the release of versions up to 1.2.8. It is
recommended that all users upgrade as soon as possible, since this release
fixes some significant bugs. This release also comes with new doxygen
documentation which should make the code easier to understand and
cross-reference.

Includes the fix for CVE-2008-2469

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 27 10:24:09 2008 UTC (15 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.3: +4 -1 lines
Diff to previous 1.3 (colored)

Add conflicts between "libspf_alt" and "libspf2" which e.g. both install
a program called "bin/spfquery". Bump package revisions of both packages.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 24 23:35:09 2008 UTC (15 years, 1 month ago) by adrianp
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update to 1.2.8

Unfortunately details changes don't seem to be available:

After a long hiatus, new releases of libspf2! Development work from a number
of contributors has resulted in the release of versions up to 1.2.8. It is
recommended that all users upgrade as soon as possible, since this release
fixes some significant bugs. This release also comes with new doxygen
documentation which should make the code easier to understand and
cross-reference.

Includes the fix for CVE-2008-2469

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 14 12:56:07 2008 UTC (15 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, cube-native-xorg-base, cube-native-xorg
Branch point for: pkgsrc-2008Q3
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Mark as destdir ready.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Feb 5 21:59:32 2008 UTC (15 years, 10 months ago) by adrianp
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
protocol pair. libspf2 is a library which allows email systems such as
Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF records
and make sure that the email is authorized by the domain name that it
is coming from. This prevents email forgery, commonly used by spammers,
scammers and email viruses/worms.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 5 21:59:32 2008 UTC (15 years, 10 months ago) by adrianp
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>