[vlc-devel] [PATCH] Switch from DSA to RSA keys
Rafaël Carré
funman at videolan.org
Mon Mar 2 11:03:48 CET 2015
Change server address so old VLC versions continue to fetch a DSA signature
---
TODO: actually generate a new key.
In person at next meeting so we can store the key on our NSA^WGemalto
hardware PGP keys?
include/vlc_pgpkey.h | 1 -
src/misc/update.c | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/vlc_pgpkey.h b/include/vlc_pgpkey.h
index ea56210..7bd357b 100644
--- a/include/vlc_pgpkey.h
+++ b/include/vlc_pgpkey.h
@@ -5,7 +5,6 @@
/* We trust this public key, and by extension, also keys signed by it. */
/* NOTE:
- * We need a 1024 bits DSA key.
* Don't forget to upload the key to http://download.videolan.org/pub/keys/
*/
diff --git a/src/misc/update.c b/src/misc/update.c
index e1257b7..003ccaf 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -83,9 +83,9 @@
#endif
#ifndef NDEBUG
-# define UPDATE_VLC_STATUS_URL "http://update-test.videolan.org/vlc/status-win-x86"
+# define UPDATE_VLC_STATUS_URL "http://update2-test.videolan.org/vlc/status-win-x86"
#else
-# define UPDATE_VLC_STATUS_URL "http://update.videolan.org/vlc/status" UPDATE_OS_SUFFIX
+# define UPDATE_VLC_STATUS_URL "http://update2.videolan.org/vlc/status" UPDATE_OS_SUFFIX
#endif
/*****************************************************************************
--
2.3.1
More information about the vlc-devel
mailing list