[arch-commits] Commit in thunderbird-extension-enigmail/repos/community-any (4 files)

2020-03-28 Thread Jonas Witschel via arch-commits
Date: Saturday, March 28, 2020 @ 17:15:08
  Author: diabonas
Revision: 605326

archrelease: copy trunk to community-any

Added:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
(from rev 605325, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD
(from rev 605325, thunderbird-extension-enigmail/trunk/PKGBUILD)
Deleted:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD

---+
 0001-preferences-disable-pEpAutoDownload-by-default.patch |   80 +++
 PKGBUILD  |  124 ++--
 2 files changed, 102 insertions(+), 102 deletions(-)

Deleted: 0001-preferences-disable-pEpAutoDownload-by-default.patch
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   2020-03-28 
17:15:00 UTC (rev 605325)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2020-03-28 
17:15:08 UTC (rev 605326)
@@ -1,40 +0,0 @@
-From 03993708d4d1fb327f102f45d7aa4e9c4fa8237b Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 10 Jan 2019 11:38:38 -0500
-Subject: [PATCH] preferences: disable pEpAutoDownload by default and avoid p=p
-
-Distributions should not automatically download this untrusted code;
-should be opt-in by users or be packaged separately.
-
-Additionally, we are an advanced distro and should generally avoid p=p
-in favor of the user's PGP keys. Moreover, p=p is undocumented and seems
-to lead to unintuitive use of the wrong PGP keys in new installations.

- package/prefs/defaultPrefs.js | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
-index d5ca1249..f7ddc864 100755
 a/package/prefs/defaultPrefs.js
-+++ b/package/prefs/defaultPrefs.js
-@@ -14,7 +14,7 @@
- // 0: force using Enigmail
- // 1: automatic mode (use pEp if Enigmail and S/MIME are not configured for 
any identity)
- // 2: force using pEp
--pref("extensions.enigmail.juniorMode", 1);
-+pref("extensions.enigmail.juniorMode", 0);
- 
- // the last configured Enigmail version
- pref("extensions.enigmail.configuredVersion", "");
-@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
- pref("extensions.enigmail.wrapHtmlBeforeSend", true);
- 
- // automatically download pepmda if it is available (without askin user)
--pref("extensions.enigmail.pEpAutoDownload", true);
-+pref("extensions.enigmail.pEpAutoDownload", false);
- 
- // holds the last result of the last check for pEp updates
- pref("extensions.enigmail.pEpLastUpdate", 0);
--- 
-2.23.0
-

Copied: 
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
 (from rev 605325, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   
(rev 0)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2020-03-28 
17:15:08 UTC (rev 605326)
@@ -0,0 +1,40 @@
+From 03993708d4d1fb327f102f45d7aa4e9c4fa8237b Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 10 Jan 2019 11:38:38 -0500
+Subject: [PATCH] preferences: disable pEpAutoDownload by default and avoid p=p
+
+Distributions should not automatically download this untrusted code;
+should be opt-in by users or be packaged separately.
+
+Additionally, we are an advanced distro and should generally avoid p=p
+in favor of the user's PGP keys. Moreover, p=p is undocumented and seems
+to lead to unintuitive use of the wrong PGP keys in new installations.
+---
+ package/prefs/defaultPrefs.js | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
+index d5ca1249..f7ddc864 100755
+--- a/package/prefs/defaultPrefs.js
 b/package/prefs/defaultPrefs.js
+@@ -14,7 +14,7 @@
+ // 0: force using Enigmail
+ // 1: automatic mode (use pEp if Enigmail and S/MIME are not configured for 
any identity)
+ // 2: force using pEp
+-pref("extensions.enigmail.juniorMode", 1);
++pref("extensions.enigmail.juniorMode", 0);
+ 
+ // the last configured Enigmail version
+ pref("extensions.enigmail.configuredVersion", "");
+@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
+ pref("extensions.enigmail.wrapHtmlBeforeSend", true);
+ 
+ // automatically download pepmda if it is available (without askin user)
+-pref("extensions.enigmail.pEpAutoDownload", true);
++pref("extensions.enigmail.pEpAutoDownload", false);
+ 
+ // holds the last 

[arch-commits] Commit in thunderbird-extension-enigmail/repos/community-any (4 files)

2019-12-31 Thread Eli Schwartz via arch-commits
Date: Tuesday, December 31, 2019 @ 16:04:53
  Author: eschwartz
Revision: 545643

archrelease: copy trunk to community-any

Added:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
(from rev 545642, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD
(from rev 545642, thunderbird-extension-enigmail/trunk/PKGBUILD)
Deleted:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD

---+
 0001-preferences-disable-pEpAutoDownload-by-default.patch |   80 +++
 PKGBUILD  |  124 ++--
 2 files changed, 102 insertions(+), 102 deletions(-)

Deleted: 0001-preferences-disable-pEpAutoDownload-by-default.patch
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-12-31 
16:04:35 UTC (rev 545642)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-12-31 
16:04:53 UTC (rev 545643)
@@ -1,40 +0,0 @@
-From 03993708d4d1fb327f102f45d7aa4e9c4fa8237b Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 10 Jan 2019 11:38:38 -0500
-Subject: [PATCH] preferences: disable pEpAutoDownload by default and avoid p=p
-
-Distributions should not automatically download this untrusted code;
-should be opt-in by users or be packaged separately.
-
-Additionally, we are an advanced distro and should generally avoid p=p
-in favor of the user's PGP keys. Moreover, p=p is undocumented and seems
-to lead to unintuitive use of the wrong PGP keys in new installations.

- package/prefs/defaultPrefs.js | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
-index d5ca1249..f7ddc864 100755
 a/package/prefs/defaultPrefs.js
-+++ b/package/prefs/defaultPrefs.js
-@@ -14,7 +14,7 @@
- // 0: force using Enigmail
- // 1: automatic mode (use pEp if Enigmail and S/MIME are not configured for 
any identity)
- // 2: force using pEp
--pref("extensions.enigmail.juniorMode", 1);
-+pref("extensions.enigmail.juniorMode", 0);
- 
- // the last configured Enigmail version
- pref("extensions.enigmail.configuredVersion", "");
-@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
- pref("extensions.enigmail.wrapHtmlBeforeSend", true);
- 
- // automatically download pepmda if it is available (without askin user)
--pref("extensions.enigmail.pEpAutoDownload", true);
-+pref("extensions.enigmail.pEpAutoDownload", false);
- 
- // holds the last result of the last check for pEp updates
- pref("extensions.enigmail.pEpLastUpdate", 0);
--- 
-2.23.0
-

Copied: 
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
 (from rev 545642, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   
(rev 0)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-12-31 
16:04:53 UTC (rev 545643)
@@ -0,0 +1,40 @@
+From 03993708d4d1fb327f102f45d7aa4e9c4fa8237b Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 10 Jan 2019 11:38:38 -0500
+Subject: [PATCH] preferences: disable pEpAutoDownload by default and avoid p=p
+
+Distributions should not automatically download this untrusted code;
+should be opt-in by users or be packaged separately.
+
+Additionally, we are an advanced distro and should generally avoid p=p
+in favor of the user's PGP keys. Moreover, p=p is undocumented and seems
+to lead to unintuitive use of the wrong PGP keys in new installations.
+---
+ package/prefs/defaultPrefs.js | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
+index d5ca1249..f7ddc864 100755
+--- a/package/prefs/defaultPrefs.js
 b/package/prefs/defaultPrefs.js
+@@ -14,7 +14,7 @@
+ // 0: force using Enigmail
+ // 1: automatic mode (use pEp if Enigmail and S/MIME are not configured for 
any identity)
+ // 2: force using pEp
+-pref("extensions.enigmail.juniorMode", 1);
++pref("extensions.enigmail.juniorMode", 0);
+ 
+ // the last configured Enigmail version
+ pref("extensions.enigmail.configuredVersion", "");
+@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
+ pref("extensions.enigmail.wrapHtmlBeforeSend", true);
+ 
+ // automatically download pepmda if it is available (without askin user)
+-pref("extensions.enigmail.pEpAutoDownload", true);
++pref("extensions.enigmail.pEpAutoDownload", false);
+ 
+ // holds the 

[arch-commits] Commit in thunderbird-extension-enigmail/repos/community-any (4 files)

2019-12-12 Thread Jonas Witschel via arch-commits
Date: Thursday, December 12, 2019 @ 21:58:48
  Author: diabonas
Revision: 537486

archrelease: copy trunk to community-any

Added:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
(from rev 537485, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD
(from rev 537485, thunderbird-extension-enigmail/trunk/PKGBUILD)
Deleted:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD

---+
 0001-preferences-disable-pEpAutoDownload-by-default.patch |   80 +++
 PKGBUILD  |  123 ++--
 2 files changed, 102 insertions(+), 101 deletions(-)

Deleted: 0001-preferences-disable-pEpAutoDownload-by-default.patch
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-12-12 
21:58:39 UTC (rev 537485)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-12-12 
21:58:48 UTC (rev 537486)
@@ -1,40 +0,0 @@
-From 03993708d4d1fb327f102f45d7aa4e9c4fa8237b Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 10 Jan 2019 11:38:38 -0500
-Subject: [PATCH] preferences: disable pEpAutoDownload by default and avoid p=p
-
-Distributions should not automatically download this untrusted code;
-should be opt-in by users or be packaged separately.
-
-Additionally, we are an advanced distro and should generally avoid p=p
-in favor of the user's PGP keys. Moreover, p=p is undocumented and seems
-to lead to unintuitive use of the wrong PGP keys in new installations.

- package/prefs/defaultPrefs.js | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
-index d5ca1249..f7ddc864 100755
 a/package/prefs/defaultPrefs.js
-+++ b/package/prefs/defaultPrefs.js
-@@ -14,7 +14,7 @@
- // 0: force using Enigmail
- // 1: automatic mode (use pEp if Enigmail and S/MIME are not configured for 
any identity)
- // 2: force using pEp
--pref("extensions.enigmail.juniorMode", 1);
-+pref("extensions.enigmail.juniorMode", 0);
- 
- // the last configured Enigmail version
- pref("extensions.enigmail.configuredVersion", "");
-@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
- pref("extensions.enigmail.wrapHtmlBeforeSend", true);
- 
- // automatically download pepmda if it is available (without askin user)
--pref("extensions.enigmail.pEpAutoDownload", true);
-+pref("extensions.enigmail.pEpAutoDownload", false);
- 
- // holds the last result of the last check for pEp updates
- pref("extensions.enigmail.pEpLastUpdate", 0);
--- 
-2.23.0
-

Copied: 
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
 (from rev 537485, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   
(rev 0)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-12-12 
21:58:48 UTC (rev 537486)
@@ -0,0 +1,40 @@
+From 03993708d4d1fb327f102f45d7aa4e9c4fa8237b Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 10 Jan 2019 11:38:38 -0500
+Subject: [PATCH] preferences: disable pEpAutoDownload by default and avoid p=p
+
+Distributions should not automatically download this untrusted code;
+should be opt-in by users or be packaged separately.
+
+Additionally, we are an advanced distro and should generally avoid p=p
+in favor of the user's PGP keys. Moreover, p=p is undocumented and seems
+to lead to unintuitive use of the wrong PGP keys in new installations.
+---
+ package/prefs/defaultPrefs.js | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
+index d5ca1249..f7ddc864 100755
+--- a/package/prefs/defaultPrefs.js
 b/package/prefs/defaultPrefs.js
+@@ -14,7 +14,7 @@
+ // 0: force using Enigmail
+ // 1: automatic mode (use pEp if Enigmail and S/MIME are not configured for 
any identity)
+ // 2: force using pEp
+-pref("extensions.enigmail.juniorMode", 1);
++pref("extensions.enigmail.juniorMode", 0);
+ 
+ // the last configured Enigmail version
+ pref("extensions.enigmail.configuredVersion", "");
+@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
+ pref("extensions.enigmail.wrapHtmlBeforeSend", true);
+ 
+ // automatically download pepmda if it is available (without askin user)
+-pref("extensions.enigmail.pEpAutoDownload", true);
++pref("extensions.enigmail.pEpAutoDownload", false);
+ 
+ // holds the 

[arch-commits] Commit in thunderbird-extension-enigmail/repos/community-any (4 files)

2019-10-30 Thread Eli Schwartz via arch-commits
Date: Thursday, October 31, 2019 @ 04:23:27
  Author: eschwartz
Revision: 521018

archrelease: copy trunk to community-any

Added:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
(from rev 521017, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD
(from rev 521017, thunderbird-extension-enigmail/trunk/PKGBUILD)
Deleted:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD

---+
 0001-preferences-disable-pEpAutoDownload-by-default.patch |   67 +++---
 PKGBUILD  |  122 ++--
 2 files changed, 101 insertions(+), 88 deletions(-)

Deleted: 0001-preferences-disable-pEpAutoDownload-by-default.patch
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-10-31 
04:23:08 UTC (rev 521017)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-10-31 
04:23:27 UTC (rev 521018)
@@ -1,27 +0,0 @@
-From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 10 Jan 2019 11:38:38 -0500
-Subject: [PATCH] preferences: disable pEpAutoDownload by default
-
-Distributions should not automatically download this untrusted code;
-should be opt-in by users or be packaged separately.

- package/prefs/defaultPrefs.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
-index d5ca1249..f8c10a47 100755
 a/package/prefs/defaultPrefs.js
-+++ b/package/prefs/defaultPrefs.js
-@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
- pref("extensions.enigmail.wrapHtmlBeforeSend", true);
- 
- // automatically download pepmda if it is available (without askin user)
--pref("extensions.enigmail.pEpAutoDownload", true);
-+pref("extensions.enigmail.pEpAutoDownload", false);
- 
- // holds the last result of the last check for pEp updates
- pref("extensions.enigmail.pEpLastUpdate", 0);
--- 
-2.20.1
-

Copied: 
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
 (from rev 521017, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   
(rev 0)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-10-31 
04:23:27 UTC (rev 521018)
@@ -0,0 +1,40 @@
+From 03993708d4d1fb327f102f45d7aa4e9c4fa8237b Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 10 Jan 2019 11:38:38 -0500
+Subject: [PATCH] preferences: disable pEpAutoDownload by default and avoid p=p
+
+Distributions should not automatically download this untrusted code;
+should be opt-in by users or be packaged separately.
+
+Additionally, we are an advanced distro and should generally avoid p=p
+in favor of the user's PGP keys. Moreover, p=p is undocumented and seems
+to lead to unintuitive use of the wrong PGP keys in new installations.
+---
+ package/prefs/defaultPrefs.js | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
+index d5ca1249..f7ddc864 100755
+--- a/package/prefs/defaultPrefs.js
 b/package/prefs/defaultPrefs.js
+@@ -14,7 +14,7 @@
+ // 0: force using Enigmail
+ // 1: automatic mode (use pEp if Enigmail and S/MIME are not configured for 
any identity)
+ // 2: force using pEp
+-pref("extensions.enigmail.juniorMode", 1);
++pref("extensions.enigmail.juniorMode", 0);
+ 
+ // the last configured Enigmail version
+ pref("extensions.enigmail.configuredVersion", "");
+@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
+ pref("extensions.enigmail.wrapHtmlBeforeSend", true);
+ 
+ // automatically download pepmda if it is available (without askin user)
+-pref("extensions.enigmail.pEpAutoDownload", true);
++pref("extensions.enigmail.pEpAutoDownload", false);
+ 
+ // holds the last result of the last check for pEp updates
+ pref("extensions.enigmail.pEpLastUpdate", 0);
+-- 
+2.23.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 04:23:08 UTC (rev 521017)
+++ PKGBUILD2019-10-31 04:23:27 UTC (rev 521018)
@@ -1,61 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Landau 
-# Contributor: Einhard Leichtfuß 
-# Contributor: Xyne
-# Contributor: David Manouchehri 
-# Contributor: Alexander Fehr 
-# Contributor: Thomas Jost 
-# Contributor: Hinrich Harms 
-

[arch-commits] Commit in thunderbird-extension-enigmail/repos/community-any (4 files)

2019-09-04 Thread Eli Schwartz via arch-commits
Date: Wednesday, September 4, 2019 @ 23:07:12
  Author: eschwartz
Revision: 508122

archrelease: copy trunk to community-any

Added:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
(from rev 508121, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD
(from rev 508121, thunderbird-extension-enigmail/trunk/PKGBUILD)
Deleted:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD

---+
 0001-preferences-disable-pEpAutoDownload-by-default.patch |   54 ++---
 PKGBUILD  |  123 +---
 2 files changed, 88 insertions(+), 89 deletions(-)

Deleted: 0001-preferences-disable-pEpAutoDownload-by-default.patch
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-09-04 
23:06:53 UTC (rev 508121)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-09-04 
23:07:12 UTC (rev 508122)
@@ -1,27 +0,0 @@
-From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 10 Jan 2019 11:38:38 -0500
-Subject: [PATCH] preferences: disable pEpAutoDownload by default
-
-Distributions should not automatically download this untrusted code;
-should be opt-in by users or be packaged separately.

- package/prefs/defaultPrefs.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
-index d5ca1249..f8c10a47 100755
 a/package/prefs/defaultPrefs.js
-+++ b/package/prefs/defaultPrefs.js
-@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
- pref("extensions.enigmail.wrapHtmlBeforeSend", true);
- 
- // automatically download pepmda if it is available (without askin user)
--pref("extensions.enigmail.pEpAutoDownload", true);
-+pref("extensions.enigmail.pEpAutoDownload", false);
- 
- // holds the last result of the last check for pEp updates
- pref("extensions.enigmail.pEpLastUpdate", 0);
--- 
-2.20.1
-

Copied: 
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
 (from rev 508121, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   
(rev 0)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-09-04 
23:07:12 UTC (rev 508122)
@@ -0,0 +1,27 @@
+From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 10 Jan 2019 11:38:38 -0500
+Subject: [PATCH] preferences: disable pEpAutoDownload by default
+
+Distributions should not automatically download this untrusted code;
+should be opt-in by users or be packaged separately.
+---
+ package/prefs/defaultPrefs.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
+index d5ca1249..f8c10a47 100755
+--- a/package/prefs/defaultPrefs.js
 b/package/prefs/defaultPrefs.js
+@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
+ pref("extensions.enigmail.wrapHtmlBeforeSend", true);
+ 
+ // automatically download pepmda if it is available (without askin user)
+-pref("extensions.enigmail.pEpAutoDownload", true);
++pref("extensions.enigmail.pEpAutoDownload", false);
+ 
+ // holds the last result of the last check for pEp updates
+ pref("extensions.enigmail.pEpLastUpdate", 0);
+-- 
+2.20.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-04 23:06:53 UTC (rev 508121)
+++ PKGBUILD2019-09-04 23:07:12 UTC (rev 508122)
@@ -1,62 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Landau 
-# Contributor: Einhard Leichtfuß 
-# Contributor: Xyne
-# Contributor: David Manouchehri 
-# Contributor: Alexander Fehr 
-# Contributor: Thomas Jost 
-# Contributor: Hinrich Harms 
-
-pkgname=thunderbird-extension-enigmail
-pkgver=2.0.12
-pkgrel=1
-pkgdesc="OpenPGP message encryption and authentication for Thunderbird"
-arch=('any')
-url="https://www.enigmail.net/;
-license=('MPL' 'GPL3')
-makedepends=('zip' 'python2' 'perl')
-replaces=('thunderbird-enigmail')
-source=("https://www.enigmail.net/download/source/enigmail-${pkgver}.tar.gz"{,.asc}
-"0001-preferences-disable-pEpAutoDownload-by-default.patch")
-sha512sums=('f9f4f1ed4c7244280be2fade0ccb2f4b5e7075dd60f53953478ffb84012e687b7ac7bad489c0b0cb2d8937916c783fe9e1841174bf1e5bdb9ab8cb58b415db74'
-'SKIP'
-

[arch-commits] Commit in thunderbird-extension-enigmail/repos/community-any (4 files)

2019-07-08 Thread Eli Schwartz via arch-commits
Date: Monday, July 8, 2019 @ 15:16:35
  Author: eschwartz
Revision: 487710

archrelease: copy trunk to community-any

Added:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
(from rev 487709, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD
(from rev 487709, thunderbird-extension-enigmail/trunk/PKGBUILD)
Deleted:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD

---+
 0001-preferences-disable-pEpAutoDownload-by-default.patch |   54 ++---
 PKGBUILD  |  124 ++--
 2 files changed, 89 insertions(+), 89 deletions(-)

Deleted: 0001-preferences-disable-pEpAutoDownload-by-default.patch
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-07-08 
15:16:17 UTC (rev 487709)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-07-08 
15:16:35 UTC (rev 487710)
@@ -1,27 +0,0 @@
-From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 10 Jan 2019 11:38:38 -0500
-Subject: [PATCH] preferences: disable pEpAutoDownload by default
-
-Distributions should not automatically download this untrusted code;
-should be opt-in by users or be packaged separately.

- package/prefs/defaultPrefs.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
-index d5ca1249..f8c10a47 100755
 a/package/prefs/defaultPrefs.js
-+++ b/package/prefs/defaultPrefs.js
-@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
- pref("extensions.enigmail.wrapHtmlBeforeSend", true);
- 
- // automatically download pepmda if it is available (without askin user)
--pref("extensions.enigmail.pEpAutoDownload", true);
-+pref("extensions.enigmail.pEpAutoDownload", false);
- 
- // holds the last result of the last check for pEp updates
- pref("extensions.enigmail.pEpLastUpdate", 0);
--- 
-2.20.1
-

Copied: 
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
 (from rev 487709, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   
(rev 0)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-07-08 
15:16:35 UTC (rev 487710)
@@ -0,0 +1,27 @@
+From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 10 Jan 2019 11:38:38 -0500
+Subject: [PATCH] preferences: disable pEpAutoDownload by default
+
+Distributions should not automatically download this untrusted code;
+should be opt-in by users or be packaged separately.
+---
+ package/prefs/defaultPrefs.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
+index d5ca1249..f8c10a47 100755
+--- a/package/prefs/defaultPrefs.js
 b/package/prefs/defaultPrefs.js
+@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
+ pref("extensions.enigmail.wrapHtmlBeforeSend", true);
+ 
+ // automatically download pepmda if it is available (without askin user)
+-pref("extensions.enigmail.pEpAutoDownload", true);
++pref("extensions.enigmail.pEpAutoDownload", false);
+ 
+ // holds the last result of the last check for pEp updates
+ pref("extensions.enigmail.pEpLastUpdate", 0);
+-- 
+2.20.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 15:16:17 UTC (rev 487709)
+++ PKGBUILD2019-07-08 15:16:35 UTC (rev 487710)
@@ -1,62 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Landau 
-# Contributor: Einhard Leichtfuß 
-# Contributor: Xyne
-# Contributor: David Manouchehri 
-# Contributor: Alexander Fehr 
-# Contributor: Thomas Jost 
-# Contributor: Hinrich Harms 
-
-pkgname=thunderbird-extension-enigmail
-pkgver=2.0.11
-pkgrel=1
-pkgdesc="OpenPGP message encryption and authentication for Thunderbird"
-arch=('any')
-url="https://www.enigmail.net/;
-license=('MPL' 'GPL3')
-makedepends=('zip' 'python2' 'perl')
-replaces=('thunderbird-enigmail')
-source=("https://www.enigmail.net/download/source/enigmail-${pkgver}.tar.gz"{,.asc}
-"0001-preferences-disable-pEpAutoDownload-by-default.patch")
-sha512sums=('9e4836a8ce3310fef6398be538ef8def70413112d4141c13b8abdbdc2e1a7b75ed080c261cdb018f873a50a4c591b06d722dc7986474678c4a9072f7e3b729cf'
-'SKIP'
-

[arch-commits] Commit in thunderbird-extension-enigmail/repos/community-any (4 files)

2019-05-28 Thread Eli Schwartz via arch-commits
Date: Tuesday, May 28, 2019 @ 23:40:48
  Author: eschwartz
Revision: 473322

archrelease: copy trunk to community-any

Added:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
(from rev 473321, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD
(from rev 473321, thunderbird-extension-enigmail/trunk/PKGBUILD)
Deleted:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD

---+
 0001-preferences-disable-pEpAutoDownload-by-default.patch |   54 ++---
 PKGBUILD  |  121 ++--
 2 files changed, 89 insertions(+), 86 deletions(-)

Deleted: 0001-preferences-disable-pEpAutoDownload-by-default.patch
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-05-28 
23:40:36 UTC (rev 473321)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-05-28 
23:40:48 UTC (rev 473322)
@@ -1,27 +0,0 @@
-From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 10 Jan 2019 11:38:38 -0500
-Subject: [PATCH] preferences: disable pEpAutoDownload by default
-
-Distributions should not automatically download this untrusted code;
-should be opt-in by users or be packaged separately.

- package/prefs/defaultPrefs.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
-index d5ca1249..f8c10a47 100755
 a/package/prefs/defaultPrefs.js
-+++ b/package/prefs/defaultPrefs.js
-@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
- pref("extensions.enigmail.wrapHtmlBeforeSend", true);
- 
- // automatically download pepmda if it is available (without askin user)
--pref("extensions.enigmail.pEpAutoDownload", true);
-+pref("extensions.enigmail.pEpAutoDownload", false);
- 
- // holds the last result of the last check for pEp updates
- pref("extensions.enigmail.pEpLastUpdate", 0);
--- 
-2.20.1
-

Copied: 
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
 (from rev 473321, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   
(rev 0)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-05-28 
23:40:48 UTC (rev 473322)
@@ -0,0 +1,27 @@
+From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 10 Jan 2019 11:38:38 -0500
+Subject: [PATCH] preferences: disable pEpAutoDownload by default
+
+Distributions should not automatically download this untrusted code;
+should be opt-in by users or be packaged separately.
+---
+ package/prefs/defaultPrefs.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
+index d5ca1249..f8c10a47 100755
+--- a/package/prefs/defaultPrefs.js
 b/package/prefs/defaultPrefs.js
+@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
+ pref("extensions.enigmail.wrapHtmlBeforeSend", true);
+ 
+ // automatically download pepmda if it is available (without askin user)
+-pref("extensions.enigmail.pEpAutoDownload", true);
++pref("extensions.enigmail.pEpAutoDownload", false);
+ 
+ // holds the last result of the last check for pEp updates
+ pref("extensions.enigmail.pEpLastUpdate", 0);
+-- 
+2.20.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-28 23:40:36 UTC (rev 473321)
+++ PKGBUILD2019-05-28 23:40:48 UTC (rev 473322)
@@ -1,59 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Landau 
-# Contributor: Einhard Leichtfuß 
-# Contributor: Xyne
-# Contributor: David Manouchehri 
-# Contributor: Alexander Fehr 
-# Contributor: Thomas Jost 
-# Contributor: Hinrich Harms 
-
-pkgname=thunderbird-extension-enigmail
-pkgver=2.0.10
-pkgrel=1
-pkgdesc="OpenPGP message encryption and authentication for Thunderbird"
-arch=('any')
-url="https://www.enigmail.net/;
-license=('MPL' 'GPL3')
-makedepends=('zip' 'python2' 'perl')
-replaces=('thunderbird-enigmail')
-source=("https://www.enigmail.net/download/source/enigmail-${pkgver}.tar.gz"{,.asc}
-"0001-preferences-disable-pEpAutoDownload-by-default.patch")
-sha512sums=('cca49c768b330767e23ede2258bcaf7693f37a81e651a7c8a7fbb9c0dad0d4d6383582a45b608cbfc234fe33e053c291ad9df01589214c58678da621235c7e33'
-'SKIP'
-

[arch-commits] Commit in thunderbird-extension-enigmail/repos/community-any (4 files)

2019-03-28 Thread Eli Schwartz via arch-commits
Date: Friday, March 29, 2019 @ 04:19:03
  Author: eschwartz
Revision: 445954

archrelease: copy trunk to community-any

Added:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
(from rev 445953, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD
(from rev 445953, thunderbird-extension-enigmail/trunk/PKGBUILD)
Deleted:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD

---+
 0001-preferences-disable-pEpAutoDownload-by-default.patch |   54 ++---
 PKGBUILD  |  119 +---
 2 files changed, 86 insertions(+), 87 deletions(-)

Deleted: 0001-preferences-disable-pEpAutoDownload-by-default.patch
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-03-29 
04:18:46 UTC (rev 445953)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-03-29 
04:19:03 UTC (rev 445954)
@@ -1,27 +0,0 @@
-From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 10 Jan 2019 11:38:38 -0500
-Subject: [PATCH] preferences: disable pEpAutoDownload by default
-
-Distributions should not automatically download this untrusted code;
-should be opt-in by users or be packaged separately.

- package/prefs/defaultPrefs.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
-index d5ca1249..f8c10a47 100755
 a/package/prefs/defaultPrefs.js
-+++ b/package/prefs/defaultPrefs.js
-@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
- pref("extensions.enigmail.wrapHtmlBeforeSend", true);
- 
- // automatically download pepmda if it is available (without askin user)
--pref("extensions.enigmail.pEpAutoDownload", true);
-+pref("extensions.enigmail.pEpAutoDownload", false);
- 
- // holds the last result of the last check for pEp updates
- pref("extensions.enigmail.pEpLastUpdate", 0);
--- 
-2.20.1
-

Copied: 
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
 (from rev 445953, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   
(rev 0)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-03-29 
04:19:03 UTC (rev 445954)
@@ -0,0 +1,27 @@
+From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 10 Jan 2019 11:38:38 -0500
+Subject: [PATCH] preferences: disable pEpAutoDownload by default
+
+Distributions should not automatically download this untrusted code;
+should be opt-in by users or be packaged separately.
+---
+ package/prefs/defaultPrefs.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
+index d5ca1249..f8c10a47 100755
+--- a/package/prefs/defaultPrefs.js
 b/package/prefs/defaultPrefs.js
+@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
+ pref("extensions.enigmail.wrapHtmlBeforeSend", true);
+ 
+ // automatically download pepmda if it is available (without askin user)
+-pref("extensions.enigmail.pEpAutoDownload", true);
++pref("extensions.enigmail.pEpAutoDownload", false);
+ 
+ // holds the last result of the last check for pEp updates
+ pref("extensions.enigmail.pEpLastUpdate", 0);
+-- 
+2.20.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-29 04:18:46 UTC (rev 445953)
+++ PKGBUILD2019-03-29 04:19:03 UTC (rev 445954)
@@ -1,60 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Landau 
-# Contributor: Einhard Leichtfuß 
-# Contributor: Xyne
-# Contributor: David Manouchehri 
-# Contributor: Alexander Fehr 
-# Contributor: Thomas Jost 
-# Contributor: Hinrich Harms 
-
-pkgname=thunderbird-extension-enigmail
-pkgver=2.0.9
-pkgrel=1
-pkgdesc="OpenPGP message encryption and authentication for Thunderbird"
-arch=('any')
-url="https://www.enigmail.net/;
-license=('MPL' 'GPL3')
-makedepends=('zip' 'python2' 'perl')
-replaces=('thunderbird-enigmail')
-source=("https://www.enigmail.net/download/source/enigmail-${pkgver}.tar.gz"{,.asc}
-"0001-preferences-disable-pEpAutoDownload-by-default.patch")
-sha512sums=('2053148b0e5e763dfc1f8decff0fea2a40ebd306e480bd9a3ced4e1f7ff2f16bccf72f85e73b7c51b40629489ad125b9bc166558e3b4144038ba45fcb197'
-'SKIP'
-