summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-01-19 13:49:42 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-01-19 13:49:42 +0000
commit7b8043b68cc91692ef0ba9300bfb7b578cc92faf (patch)
tree3b413e41eef7f0eaaf662d0b95e0f039c61f0e98 /mail-mta/ssmtp/files
parentParallel compilation fix, 352119 (diff)
downloadgentoo-2-7b8043b68cc91692ef0ba9300bfb7b578cc92faf.tar.gz
gentoo-2-7b8043b68cc91692ef0ba9300bfb7b578cc92faf.tar.bz2
gentoo-2-7b8043b68cc91692ef0ba9300bfb7b578cc92faf.zip
Version bump; move patches to tarball; simplify ebuild. The md5sum (misnamed) and maxsysuid USE flags are gone (enabled by default); package builds with parallel make; automake is not used (faster src_prepare); add optional support for GnuTLS for those not wanting to use OpenSSL.
(Portage version: 2.2.0_alpha17/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/ssmtp/files')
-rw-r--r--mail-mta/ssmtp/files/ssmtp-2.61-bug127592.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail-mta/ssmtp/files/ssmtp-2.61-bug127592.patch b/mail-mta/ssmtp/files/ssmtp-2.61-bug127592.patch
deleted file mode 100644
index 5d4a4229f26a..000000000000
--- a/mail-mta/ssmtp/files/ssmtp-2.61-bug127592.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -u ssmtp-2.61.orig/ssmtp.c ssmtp-2.61/ssmtp.c
---- ssmtp-2.61.orig/ssmtp.c 2004-07-22 23:58:48.000000000 -0600
-+++ ssmtp-2.61/ssmtp.c 2006-05-04 22:56:35.000000000 -0600
-@@ -480,6 +480,11 @@
- die("from_format() -- snprintf() failed");
- }
- }
-+ else {
-+ if(snprintf(buf, BUF_SZ, "%s", str) == -1) {
-+ die("from_format() -- snprintf() failed");
-+ }
-+ }
- }
-
- #if 0