[vlc-devel] vlc: svn commit r23615 (funman)
    Subversion daemon 
    svn at videolan.org
       
    Fri Dec 14 18:53:28 CET 2007
    
    
  
r23615 | funman | 2007-12-14 18:53:27 +0100 (Fri, 14 Dec 2007) | 9 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/doc/release-howto.txt
   M /trunk/include/vlc_update.h
   M /trunk/modules/control/rc.c
   M /trunk/modules/gui/macosx/intf.h
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/macosx/update.h
   M /trunk/modules/gui/macosx/update.m
   M /trunk/modules/gui/qt4/dialogs/help.cpp
   M /trunk/modules/gui/qt4/dialogs/help.hpp
   M /trunk/modules/gui/qt4/dialogs_provider.cpp
   M /trunk/modules/gui/qt4/dialogs_provider.hpp
   M /trunk/modules/gui/qt4/menus.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
   M /trunk/modules/gui/wxwidgets/dialogs.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/src/misc/update.c
Disable update checking per default, re-enable with --enable-update-check
Add OpenPGP code, still unused as there is no download of binaries at the moment
We will need to define (and write) the files (and their location) we will use in the update system:
    * We will use a file per arch, which will be signed
    * ALL VideoLAN gpg public keys will be stored on http://download.videolan.org/pub/keys/XXXXXXXXXXXXXXXX.asc where XXXXXXXXXXXXXXXX is the long id of the key
    * Every downloadable file will be signed with gpg --sign --detach --armor
 > http://trac.videolan.org/vlc/changeset/23615
    
    
More information about the vlc-devel
mailing list