[vlc-devel] commit: Fix misleading comment ( it uses the 2007 key if you have both 2008 and 2007 available) ( Antoine Cellerier )
git version control
git at videolan.org
Sat Sep 20 00:13:05 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Sep 20 00:15:54 2008 +0200| [14149265e6fc1854ab15eb555d74003f681886ea] | committer: Antoine Cellerier
Fix misleading comment (it uses the 2007 key if you have both 2008 and 2007 available)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=14149265e6fc1854ab15eb555d74003f681886ea
---
include/vlc_pgpkey.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_pgpkey.h b/include/vlc_pgpkey.h
index 6aedee3..7b193c4 100644
--- a/include/vlc_pgpkey.h
+++ b/include/vlc_pgpkey.h
@@ -32,7 +32,7 @@ static uint8_t videolan_public_key_longid[8] = {
0x8B, 0x08, 0x52, 0x31, 0xD0, 0x38, 0x35, 0x37
};
-/* gpg --export --armor "VideoLAN Release"|sed -e s/^/\"/ -e s/\$/\\\\n\"/ */
+/* gpg --export --armor "<id>"|sed -e s/^/\"/ -e s/\$/\\\\n\"/ */
static uint8_t videolan_public_key[] = {
"-----BEGIN PGP PUBLIC KEY BLOCK-----\n"
"Version: GnuPG v2.0.4 (FreeBSD)\n"
More information about the vlc-devel
mailing list