Browse Source

opendkim: Added opendkim 2.10.3 - An open source implementation of DKIM

master
Nagy Károly Gábriel 8 years ago
parent
commit
c76c13c69c
3 changed files with 83 additions and 0 deletions
  1. +22
    -0
      mail/opendkim/opendkim.cache
  2. +26
    -0
      mail/opendkim/opendkim.conf
  3. +35
    -0
      mail/opendkim/opendkim.desc

+ 22
- 0
mail/opendkim/opendkim.cache

@ -0,0 +1,22 @@
[TIMESTAMP] 1431788013 Sat May 16 14:53:33 2015
[BUILDTIME] 25 (5)
[SIZE] 0.82 MB, 52 files
[DEP] bash
[DEP] bdb
[DEP] binutils
[DEP] coreutils
[DEP] gawk
[DEP] gcc
[DEP] glibc
[DEP] grep
[DEP] libbsd
[DEP] libmilter
[DEP] linux-header
[DEP] make
[DEP] opendbx
[DEP] openssl
[DEP] sed
[DEP] sysfiles
[DEP] util-linux

+ 26
- 0
mail/opendkim/opendkim.conf

@ -0,0 +1,26 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../opendkim/opendkim.conf
# Copyright (C) 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
hook_add preconf 5 'autoreconf -vfi'
if pkginstalled -f bdb; then
var_append extraconfopt ' ' '--with-db'
fi
if pkginstalled -f opendbx; then
var_append extraconfopt ' ' '--with-odbx'
fi
var_append extraconfopt ' ' '--with-sql-backend'

+ 35
- 0
mail/opendkim/opendkim.desc

@ -0,0 +1,35 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../opendkim/opendkim.desc
[COPY] Copyright (C) 2015 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] An open source implementation of DKIM
[T] OpenDKIM is a community effort to develop and maintain a C library for
[T] producing DKIM-aware applications and an open source milter for
[T] providing DKIM service. The project started from a code fork of
[T] version 2.8.3 of the open source dkim-milter package developed
[T] and maintained by Sendmail, Inc.
[U] http://www.opendkim.org
[A] See source
[M] Nagy Károly Gábrl <nagy.karoly@opensde.org>
[C] extra/tool
[L] BSD
[S] Stable
[V] 2.10.3
[P] X -----5---9 800.000
[D] 3708245941 opendkim-2.10.3.tar.gz http://dl.sourceforge.net/opendkim/

Loading…
Cancel
Save