Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (9778edac046e215d0d791c93d5d34bf4fdc26137)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (9778edac046e215d0d791c93d5d34bf4fdc26137)
  • Date: Tue, 7 Oct 2008 06:18:30 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/pydns/DETAILS | 1 +
python-pypi/pydns/HISTORY | 3 +++
python-pypi/pyspf/DEPENDS | 3 +++
python-pypi/pyspf/DETAILS | 24 ++++++++++++++++++++++++
python-pypi/pyspf/HISTORY | 3 +++
6 files changed, 37 insertions(+)

New commits:
commit 9778edac046e215d0d791c93d5d34bf4fdc26137
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

python-pypi/pyspf: new spell, SPF (Sender Policy Framework) Python library

commit d925daa6ee5d2683677201401acc95b97d2292a1
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

python-pypi/pydns: Added pypi.python.org mirror

diff --git a/ChangeLog b/ChangeLog
index 2f97645..cbe8b42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-07 Elisamuel Resto <ryuji AT sourcemage.org>
+ * python-pypi/pyspf: new spell, SPF (Sender Policy Framework) Python
library
+
2008-10-06 Arjan Bouter <abouter AT sourcemage.org>
* libs/libev: new spell, event loop library
* wm-addons/wicked: new spell, wicked widgets for awesome
diff --git a/python-pypi/pydns/DETAILS b/python-pypi/pydns/DETAILS
index df56620..7567e00 100755
--- a/python-pypi/pydns/DETAILS
+++ b/python-pypi/pydns/DETAILS
@@ -3,6 +3,7 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_URL[1]=http://pypi.python.org/packages/source/${SPELL:0:1}/$SPELL/$SOURCE

SOURCE_HASH=sha512:6a1c98980b4cbe2ca7a314d29b7bd0f364f6647796753e546e4554fb718bc02ef016e1869df5cb7c7f09b63b8436d5ad47a90ba9b754214bb07f36e094490e4f
LICENSE[0]=PYTHON
WEB_SITE=http://pydns.sourceforge.net/
diff --git a/python-pypi/pydns/HISTORY b/python-pypi/pydns/HISTORY
index 3102ca2..448a70f 100644
--- a/python-pypi/pydns/HISTORY
+++ b/python-pypi/pydns/HISTORY
@@ -1,3 +1,6 @@
+2008-10-07 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETIALS: Added pypi.python.org as a mirror
+
2008-08-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.3.3, quoting the paths!

diff --git a/python-pypi/pyspf/DEPENDS b/python-pypi/pyspf/DEPENDS
new file mode 100755
index 0000000..da41079
--- /dev/null
+++ b/python-pypi/pyspf/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends setuptools &&
+depends pydns
diff --git a/python-pypi/pyspf/DETAILS b/python-pypi/pyspf/DETAILS
new file mode 100755
index 0000000..f60f367
--- /dev/null
+++ b/python-pypi/pyspf/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=pyspf
+ VERSION=2.0.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/pymilter/$SOURCE
+
SOURCE_URL[1]=http://pypi.python.org/packages/source/${SPELL:0:1}/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:9fff69097d3ecc024d69b03acd42faef754e9899a57ffe1b3267a0da2ca99278fe7918c5e10aecca10942948d2ffa38ffabca27acfd9815e24cb2e4bf0ebac9c
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE="http://bmsi.com/python/milter.html";
+ LICENSE[0]=PYTHON
+ ENTERED=20081007
+ SHORT="SPF (Sender Policy Framework) implemented in Python"
+cat << EOF
+SPF does email sender validation. For more information about SPF, please
+see http://www.openspf.org/
+
+One incompatible change was introduced in version 1.7. Prior to version 1.7,
+connections from a local IP address (127...) would always return a Pass
result.
+The special case was eliminated. Programs calling pySPF should not do SPF
+checks on locally submitted mail.
+
+This SPF client is intended to be installed on the border MTA, checking if
+incoming SMTP clients are permitted to forward mail. The SPF check should
+be done during the MAIL FROM:<...> command.
+EOF
diff --git a/python-pypi/pyspf/HISTORY b/python-pypi/pyspf/HISTORY
new file mode 100644
index 0000000..1bec17e
--- /dev/null
+++ b/python-pypi/pyspf/HISTORY
@@ -0,0 +1,3 @@
+2008-10-07 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (9778edac046e215d0d791c93d5d34bf4fdc26137), Elisamuel Resto, 10/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page