summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/fdm/ChangeLog7
-rw-r--r--net-mail/fdm/Manifest7
-rw-r--r--net-mail/fdm/fdm-1.5.ebuild (renamed from net-mail/fdm/fdm-1.3c.ebuild)0
-rw-r--r--net-mail/fdm/files/rename-childuser.patch32
4 files changed, 42 insertions, 4 deletions
diff --git a/net-mail/fdm/ChangeLog b/net-mail/fdm/ChangeLog
index c3d9550c7..d158c25fa 100644
--- a/net-mail/fdm/ChangeLog
+++ b/net-mail/fdm/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for net-mail/fdm
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 May 2008; Maximilian Gaß <mxey@cloudconnected.org -fdm-1.3c.ebuild,
+ +fdm-1.5.ebuild, +files/rename-childuser.patch:
+ net-mail/fdm: Version bump to 1.5, various style fixes. Thanks to many
+ suggestions on #gentoo-sunrise
+
08 Sep 2007; Markus Ullmann <jokey@gentoo.org> -fdm-1.1.ebuild:
Drop old
diff --git a/net-mail/fdm/Manifest b/net-mail/fdm/Manifest
index 55ac6b1b6..20bff41c4 100644
--- a/net-mail/fdm/Manifest
+++ b/net-mail/fdm/Manifest
@@ -1,4 +1,5 @@
-DIST fdm-1.3c.tar.gz 160993 RMD160 631435f3bcd533108a5ad8e34ca39897b7f2558c SHA1 c183726212f9ea2d3dc9bf6378fb102a9e6c0920 SHA256 75b8f9dd4f48a9498d27a2b3c58ee24ba629f8615b01a5608e78961abb4fb289
-EBUILD fdm-1.3c.ebuild 852 RMD160 6780851ad5e61716a17b311e597d6732c0096d07 SHA1 b451a6381951b535699748165130e0f939b497de SHA256 824f805635c3f3cc445dd1fd556fcd4c3515834b97619a704f3421ff099b6eca
-MISC ChangeLog 436 RMD160 8849de14a73d03a0861f657159cfc64ae7434e7f SHA1 0e16721e91bfa1ff687bbd90d183fc1f49ae3579 SHA256 8e688f1c9199b6d550770b9fa7be7842b7df51818da453a4c89207faa5f02b69
+AUX rename-childuser.patch 1303 RMD160 3f5660e24d27abb8dbaf0fd712db77b11d506add SHA1 90dc8c05754829ae758c6e20996414d2590a44b2 SHA256 8c3c0e63ea919678a4094548c06a441ec0ffd11f22aea29b88279cad4a3e16af
+DIST fdm-1.5.tar.gz 187289 RMD160 a632cbf8019db14e979298e46a225ec273958cb9 SHA1 36dd152131f626a2065574c2e231955d0adf64a8 SHA256 d823e30a5a6bb65b13240b1c30096505d2eae0e8a606c6071e3280de74aa394d
+EBUILD fdm-1.5.ebuild 852 RMD160 6780851ad5e61716a17b311e597d6732c0096d07 SHA1 b451a6381951b535699748165130e0f939b497de SHA256 824f805635c3f3cc445dd1fd556fcd4c3515834b97619a704f3421ff099b6eca
+MISC ChangeLog 667 RMD160 1de14319d681a35482d2af6c1e2fc277137ad9aa SHA1 9ba9a29605fd42b04caf0b0f55b9914bc77266aa SHA256 826080d4065a4edea3a8721517af2246b3cd95a55079d5d0e2cab7eb00c819e4
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-mail/fdm/fdm-1.3c.ebuild b/net-mail/fdm/fdm-1.5.ebuild
index 78084bf27..78084bf27 100644
--- a/net-mail/fdm/fdm-1.3c.ebuild
+++ b/net-mail/fdm/fdm-1.5.ebuild
diff --git a/net-mail/fdm/files/rename-childuser.patch b/net-mail/fdm/files/rename-childuser.patch
new file mode 100644
index 000000000..dfb0da38e
--- /dev/null
+++ b/net-mail/fdm/files/rename-childuser.patch
@@ -0,0 +1,32 @@
+Common subdirectories: fdm-1.5/compat and fdm-1.5.patched/compat
+Common subdirectories: fdm-1.5/examples and fdm-1.5.patched/examples
+diff -u fdm-1.5/fdm.h fdm-1.5.patched/fdm.h
+--- fdm-1.5/fdm.h 2007-12-08 18:32:30.000000000 +0100
++++ fdm-1.5.patched/fdm.h 2008-05-12 13:17:59.000000000 +0200
+@@ -49,7 +49,7 @@
+ #include <openssl/ssl.h>
+ #include <openssl/err.h>
+
+-#define CHILDUSER "_fdm"
++#define CHILDUSER "fdm"
+ #define CONFFILE ".fdm.conf"
+ #define SYSCONFFILE "/etc/fdm.conf"
+ #define LOCKFILE ".fdm.lock"
+diff -u fdm-1.5/MANUAL fdm-1.5.patched/MANUAL
+--- fdm-1.5/MANUAL 2008-03-04 09:24:06.000000000 +0100
++++ fdm-1.5.patched/MANUAL 2008-05-12 13:17:59.000000000 +0200
+@@ -90,11 +90,11 @@
+ $ export PREFIX=/opt # defaults to /usr/local
+ $ sudo make install
+
+-If being run as root, fdm requires a user named "_fdm" to exist. It will drop
++If being run as root, fdm requires a user named "fdm" to exist. It will drop
+ privileges to this user and its primary group. The user may be added on
+ OpenBSD with, for example:
+
+- # useradd -u 999 -s /bin/nologin -d /var/empty -g=uid _fdm
++ # useradd -u 999 -s /bin/nologin -d /var/empty -g=uid fdm
+
+ It is not necessary to add a user if fdm is always started by a non-root user.
+
+Common subdirectories: fdm-1.5/regress and fdm-1.5.patched/regress