All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] wireguard: switch to submodule ref 0.0.20180625
@ 2018-07-01 14:25 Fabian Holler
  2018-07-01 14:25 ` [PATCH 2/2] Version bump to fix submodule dependency Fabian Holler
  2018-07-01 22:19 ` [PATCH 1/2] wireguard: switch to submodule ref 0.0.20180625 Jason A. Donenfeld
  0 siblings, 2 replies; 3+ messages in thread
From: Fabian Holler @ 2018-07-01 14:25 UTC (permalink / raw)
  To: wireguard

Since the commit "Version bump for clat fix" the app/tools/wireguard
submodule referenced an non-existing commit.

This caused that builds for the f-droid were failing
(https://f-droid.org/wiki/page/com.wireguard.android/lastbuild_426).
The newest version in f-droid is 0.0.20180612.

Change the submodule reference to wireguard 0.0.20180625
---
 app/tools/wireguard | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/tools/wireguard b/app/tools/wireguard
index e116751..dfd9827 160000
--- a/app/tools/wireguard
+++ b/app/tools/wireguard
@@ -1 +1 @@
-Subproject commit e1167518ff41ae9ee21a3e90c7959be2867c3636
+Subproject commit dfd9827d5b08c506522bb3762cd3b0dbac640bbc
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] Version bump to fix submodule dependency
  2018-07-01 14:25 [PATCH 1/2] wireguard: switch to submodule ref 0.0.20180625 Fabian Holler
@ 2018-07-01 14:25 ` Fabian Holler
  2018-07-01 22:19 ` [PATCH 1/2] wireguard: switch to submodule ref 0.0.20180625 Jason A. Donenfeld
  1 sibling, 0 replies; 3+ messages in thread
From: Fabian Holler @ 2018-07-01 14:25 UTC (permalink / raw)
  To: wireguard

bump the version to trigger new builds for the f-droid repository
---
 app/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 1393ec1..6bdee3f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,8 +16,8 @@ android {
         applicationId 'com.wireguard.android'
         minSdkVersion 21
         targetSdkVersion 27
-        versionCode 427
-        versionName '0.0.20180625'
+        versionCode 428
+        versionName '0.0.20180701'
     }
     // If the keystore file exists
     if (keystorePropertiesFile.exists()) {
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] wireguard: switch to submodule ref 0.0.20180625
  2018-07-01 14:25 [PATCH 1/2] wireguard: switch to submodule ref 0.0.20180625 Fabian Holler
  2018-07-01 14:25 ` [PATCH 2/2] Version bump to fix submodule dependency Fabian Holler
@ 2018-07-01 22:19 ` Jason A. Donenfeld
  1 sibling, 0 replies; 3+ messages in thread
From: Jason A. Donenfeld @ 2018-07-01 22:19 UTC (permalink / raw)
  To: mail; +Cc: WireGuard mailing list

Thanks. This was fixed in the master branch by Harsh a few days ago.
We'll tag a new version shortly to get the F-Droid build servers
working again.

Jason

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-01 22:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-01 14:25 [PATCH 1/2] wireguard: switch to submodule ref 0.0.20180625 Fabian Holler
2018-07-01 14:25 ` [PATCH 2/2] Version bump to fix submodule dependency Fabian Holler
2018-07-01 22:19 ` [PATCH 1/2] wireguard: switch to submodule ref 0.0.20180625 Jason A. Donenfeld

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.