The NetBSD Project

CVS log for pkgsrc/mail/gld/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / mail / gld

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:23 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: 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, 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, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Add DESTDIR support.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 18 17:06:16 2007 UTC (5 years, 1 month ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

Update to gld-1.7.  Only one change over 1.6:

Removed the KEEPDBOPEN option as it could lead to multiple instance of gld
running when mail traffic is low and thus father process MYSQL connection
timeout.  Furthermore, after tests, efficency is the same.

KEEPDBOPEN option is now silently ignored to forced to NO.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jul 10 20:32:59 2006 UTC (5 years, 10 months ago) by sketch
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Solaris fixes:

  - Link against socket libraries.

  - Don't try to return a value from a void function (SunPro).

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 2 21:03:39 2006 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.11: +10 -10 lines
Diff to previous 1.11 (colored)

Update to 1.6:

16/09/2005 : V 1.6

	- Removed the algorithm lightgreydomain as the new mxgrey
	  does better and simpler

	- Removed the UPDATE option, now gld always update triplets.

	- Fixed a minor flaw in the MXGREY algorithm.

	- Now you can configure MXGREY to consider an ip as a safe
	  MX after X succesful greylists instead of only 1 . (read
	  gld.conf for details)

	- Now gld updates the counters only when mail is not
	  greylisted

	- Added Training mode, read gld.conf for details

	- Now gld verify that if you supply a custom smtp code,
	  it's a 4XX code otherwise gld discard it and use 450 .

	- If gld cannot connect to MySQL server on startup
	  it will not refuse to run anymore, but will set keepdbopen
	  to 0 and accept to run .

	- The sample config file provided now only listen to loopback
	  only accept connection from localhost and runs as nobody/
	  nobody.

	WARNING: if you were using lightgreydomain algorithm, it
	has been discontinued use MXGREY in place, please read
	gld.conf for details.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 2 20:49:39 2006 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Fix build both for mysql and pgsql backends.
Addresses second part of PR 32969 by Greg Oster.

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Sat May 7 16:11:59 2005 UTC (7 years ago) by salo
Branch: pkgsrc-2005Q1
Changes since 1.2.2.1: +4 -4 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Pullup ticket 486 - requested by Juan Romero Pardines
gld update

Revisions pulled up:
- pkgsrc/mail/gld/Makefile	1.7
- pkgsrc/mail/gld/distinfo	1.9
- pkgsrc/mail/gld/options.mk	1.1

   Module Name:		pkgsrc
   Committed By:	xtraeme
   Date:		Thu Apr 14 22:22:56 UTC 2005

   Modified Files:
   	pkgsrc/mail/gld: Makefile distinfo
   Added Files:
   	pkgsrc/mail/gld: options.mk

   Log Message:
   Update to 1.5.1, which fixes PR pkg/29975 by Robert Elz.

   Some changes were done: enabling the LOOPBACK option by default,
   fix some snprintf() calls, etc.

   While I'm here convert this pkg to use bsd.options.mk, now that it
   supports MySQL and PostgreSQL (MySQL by default as before).

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 21 11:46:13 2005 UTC (7 years, 1 month ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Update to 1.5.2

	o Fixed a bug in MXGREY algorithm

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 14 22:22:56 2005 UTC (7 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Update to 1.5.1, which fixes PR pkg/29975 by Robert Elz.

Some changes were done: enabling the LOOPBACK option by default,
fix some snprintf() calls, etc.

While I'm here convert this pkg to use bsd.options.mk, now that it
supports MySQL and PostgreSQL (MySQL by default as before).

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Thu Apr 14 04:42:23 2005 UTC (7 years, 1 month ago) by snj
Branch: pkgsrc-2005Q1
Changes since 1.2: +10 -5 lines
Diff to previous 1.2 (colored)

Pullup ticket 440 - requested by Lubomir Sedlacik
security fix for gld

Revisions pulled up:
- pkgsrc/mail/gld/Makefile		1.5, 1.6
- pkgsrc/mail/gld/MESSAGE		1.4
- pkgsrc/mail/gld/PLIST			1.2
- pkgsrc/mail/gld/distinfo		1.3, 1.4, 1.5, 1.6, 1.7, 1.8
- pkgsrc/mail/gld/patches/patch-aa	1.2, 1.3, 1.4, 1.5
- pkgsrc/mail/gld/patches/patch-ab	1.1, 1.2, 1.3
- pkgsrc/mail/gld/patches/patch-ac	1.1
- pkgsrc/mail/gld/patches/patch-ad	1.1
- pkgsrc/mail/gld/patches/patch-ae	1.1
- pkgsrc/mail/gld/patches/patch-af	1.1


    Module Name:    pkgsrc
    Committed By:   christos
    Date:           Wed Apr 13 16:19:59 UTC 2005

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

    Log Message:
    Update to 1.5 to fix security vulnerability issues.
    - Add more patches to totally eliminate strcpy(); this code is horrible.
----
    Module Name:    pkgsrc
    Committed By:   salo
    Date:           Wed Apr 13 16:36:07 UTC 2005

    Modified Files:
            pkgsrc/mail/gld: distinfo
            pkgsrc/mail/gld/patches: patch-ab
    Added Files:
            pkgsrc/mail/gld/patches: patch-ac patch-ad patch-ae patch-af

    Log Message:
    Split patch-ab to one patch per file.
----
    Module Name:    pkgsrc
    Committed By:   salo
    Date:           Wed Apr 13 16:42:43 UTC 2005

    Modified Files:
            pkgsrc/mail/gld: Makefile

    Log Message:
    Remove PKGREVISION.
----
    Module Name:    pkgsrc
    Committed By:   salo
    Date:           Wed Apr 13 17:00:14 UTC 2005

    Modified Files:
            pkgsrc/mail/gld: distinfo
            pkgsrc/mail/gld/patches: patch-ab

    Log Message:
    Put the correct content into patch-ab.. *sigh*
----
    Module Name:    pkgsrc
    Committed By:   salo
    Date:           Wed Apr 13 17:07:49 UTC 2005

    Modified Files:
            pkgsrc/mail/gld: PLIST distinfo
            pkgsrc/mail/gld/patches: patch-aa

    Log Message:
    Fix installation of sql scripts.
    This package needs more work.. (e.g., pgsql support)
----
    Module Name:    pkgsrc
    Committed By:   salo
    Date:           Wed Apr 13 17:12:08 UTC 2005

    Modified Files:
            pkgsrc/mail/gld: distinfo
            pkgsrc/mail/gld/patches: patch-aa

    Log Message:
    Install all the correct files..
----
    Module Name:    pkgsrc
    Committed By:   salo
    Date:           Wed Apr 13 17:14:01 UTC 2005

    Modified Files:
            pkgsrc/mail/gld: distinfo
            pkgsrc/mail/gld/patches: patch-aa

    Log Message:
    Add rcsid.
----
    Module Name:    pkgsrc
    Committed By:   salo
    Date:           Wed Apr 13 17:30:28 UTC 2005

    Modified Files:
            pkgsrc/mail/gld: MESSAGE

    Log Message:
    Point to the correct sql script.
    XXX: this should be reworked when pgsql support is added
    Style.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 13 17:14:01 2005 UTC (7 years, 1 month ago) by salo
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Add rcsid.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 13 17:12:08 2005 UTC (7 years, 1 month ago) by salo
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Install all the correct files..

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 13 17:07:49 2005 UTC (7 years, 1 month ago) by salo
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Fix installation of sql scripts.
This package needs more work.. (e.g., pgsql support)

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 13 17:00:14 2005 UTC (7 years, 1 month ago) by salo
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Put the correct content into patch-ab.. *sigh*

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 13 16:36:07 2005 UTC (7 years, 1 month ago) by salo
Branch: MAIN
Changes since 1.3: +6 -2 lines
Diff to previous 1.3 (colored)

Split patch-ab to one patch per file.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 13 16:19:59 2005 UTC (7 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.2: +6 -5 lines
Diff to previous 1.2 (colored)

Update to 1.5 to fix security vulnerability issues.
- Add more patches to totally eliminate strcpy(); this code is horrible.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 24 09:59:22 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base
Branch point for: pkgsrc-2005Q1
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add RMD160 digests.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Nov 25 05:42:40 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of gld-1.4 into the NetBSD packages collection.

Gld is a standalone greylisting server for Postfix SMTP, it
listens on a TCP port and use MySQL for storing data.

The server supports whitelists based on sender,sender_domain 
and client_ip, it supports also light greylisting and DNS white 
lists.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 25 05:42:40 2004 UTC (7 years, 6 months ago) by xtraeme
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>