summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-01-31 13:34:31 +0300
committerVlad Glagolev2011-01-31 13:34:31 +0300
commitc081c0dcd5ecea67e073624bd304980089fdeabb (patch)
tree2a372e62c20c6cde169e894c2555bac5d9f6b9df
parentda4c0005ba6e779d6f0caa7ee51c5f597cec6bc1 (diff)
sylpheed: => 3.1.0
-rwxr-xr-xmail/sylpheed/DETAILS2
-rw-r--r--mail/sylpheed/HISTORY4
-rwxr-xr-xmail/sylpheed/PRE_BUILD2
-rw-r--r--mail/sylpheed/patch-src_compose_c19
-rw-r--r--mail/sylpheed/stealth.patch18
5 files changed, 24 insertions, 21 deletions
diff --git a/mail/sylpheed/DETAILS b/mail/sylpheed/DETAILS
index eb87baa54d..5c3a7aee3b 100755
--- a/mail/sylpheed/DETAILS
+++ b/mail/sylpheed/DETAILS
@@ -3,7 +3,7 @@ if [[ $SYLPHEED_GTK2 == n ]]; then
VERSION=1.0.6
SOURCE_HASH=sha512:2b94979b671ef63b62040ed6b394368536a4817de910407cdfcdadc891e77a6752a6b547c0c1fdaa5360bd4c3b6c0a497f3d75bb17476a0ee37f7c4b5f18136e
else
- VERSION=3.0.3
+ VERSION=3.1.0
SECURITY_PATCH=1
if [[ $SYLPHEED_IT == y ]]; then
SOURCE3=Sylpheed3.0_icon-set.tar.gz
diff --git a/mail/sylpheed/HISTORY b/mail/sylpheed/HISTORY
index aa874956cb..df95d4b3c4 100644
--- a/mail/sylpheed/HISTORY
+++ b/mail/sylpheed/HISTORY
@@ -1,3 +1,7 @@
+2011-01-31 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 3.1.0
+ * patch-src_compose_c -> stealth.patch: updated no-useragent patch
+
2011-01-02 Ismael Luceno <ismael@sourcemage.org>
* sylpheed.desktop: added generic name
diff --git a/mail/sylpheed/PRE_BUILD b/mail/sylpheed/PRE_BUILD
index f5c303404b..686855648b 100755
--- a/mail/sylpheed/PRE_BUILD
+++ b/mail/sylpheed/PRE_BUILD
@@ -7,5 +7,5 @@ if [[ $SYLPHEED_IT == y ]]; then
fi &&
if [[ $NO_USERAGENT == y ]]; then
- patch -p0 < "$SPELL_DIRECTORY/patch-src_compose_c"
+ patch -p0 < "$SPELL_DIRECTORY/stealth.patch"
fi
diff --git a/mail/sylpheed/patch-src_compose_c b/mail/sylpheed/patch-src_compose_c
deleted file mode 100644
index c9b194c7f8..0000000000
--- a/mail/sylpheed/patch-src_compose_c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/compose.c
-+++ src/compose.c
-@@ -4108,6 +4108,7 @@
- }
-
- /* Program version and system info */
-+ /* useragent disable begin
- if (compose->to_list && !IS_IN_CUSTOM_HEADER("X-Mailer")) {
- fprintf(fp, "X-Mailer: %s (GTK+ %d.%d.%d; %s)\n",
- prog_version,
-@@ -4120,7 +4121,7 @@
- gtk_major_version, gtk_minor_version, gtk_micro_version,
- TARGET_ALIAS);
- }
--
-+ useragent disable end */
- /* custom headers */
- if (compose->account->add_customhdr) {
- GSList *cur;
diff --git a/mail/sylpheed/stealth.patch b/mail/sylpheed/stealth.patch
new file mode 100644
index 0000000000..b44a471b9c
--- /dev/null
+++ b/mail/sylpheed/stealth.patch
@@ -0,0 +1,18 @@
+--- src/compose.c.orig 2011-01-07 09:35:22.000000000 +0300
++++ src/compose.c 2011-01-31 13:27:29.473990831 +0300
+@@ -4735,6 +4735,7 @@
+ }
+
+ /* Program version and system info */
++ /* useragent disable begin
+ if (prefs_common.user_agent_str) {
+ if (compose->to_list && !IS_IN_CUSTOM_HEADER("X-Mailer")) {
+ fprintf(fp, "X-Mailer: %s\n",
+@@ -4745,6 +4746,7 @@
+ prefs_common.user_agent_str);
+ }
+ }
++ useragent disable end */
+
+ /* custom headers */
+ if (compose->account->add_customhdr) {