Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c081c0dcd5ecea67e073624bd304980089fdeabb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c081c0dcd5ecea67e073624bd304980089fdeabb)
  • Date: Mon, 31 Jan 2011 04:34:48 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/sylpheed/DETAILS | 2 +-
mail/sylpheed/HISTORY | 4 ++++
mail/sylpheed/PRE_BUILD | 2 +-
mail/sylpheed/patch-src_compose_c | 19 -------------------
mail/sylpheed/stealth.patch | 18 ++++++++++++++++++
5 files changed, 24 insertions(+), 21 deletions(-)

New commits:
commit c081c0dcd5ecea67e073624bd304980089fdeabb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sylpheed: => 3.1.0

diff --git a/mail/sylpheed/DETAILS b/mail/sylpheed/DETAILS
index eb87baa..5c3a7ae 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 aa87495..df95d4b 100644
--- a/mail/sylpheed/HISTORY
+++ b/mail/sylpheed/HISTORY
@@ -1,3 +1,7 @@
+2011-01-31 Vlad Glagolev <stealth AT 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 AT sourcemage.org>
* sylpheed.desktop: added generic name

diff --git a/mail/sylpheed/PRE_BUILD b/mail/sylpheed/PRE_BUILD
index f5c3034..6868556 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 c9b194c..0000000
--- 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 0000000..b44a471
--- /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) {



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c081c0dcd5ecea67e073624bd304980089fdeabb), Vlad Glagolev, 01/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page