morgan pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build

Commits:

3 changed files:

Changes:

  • projects/mingw-w64-clang/build
    ... ... @@ -89,9 +89,7 @@ EOF
    89 89
       patch -p1 < "$rootdir/mingw-dispatchqueue.patch"
    
    90 90
       patch -p1 < "$rootdir/mingw-ts_sd.patch"
    
    91 91
       patch -p1 < "$rootdir/mingw-composition.patch"
    
    92
    -  [% IF !c("var/release") %]
    
    93
    -    patch -p1 < "$rootdir/mingw-webrtc.patch"
    
    94
    -  [% END %]
    
    92
    +  patch -p1 < "$rootdir/mingw-webrtc.patch"
    
    95 93
     
    
    96 94
       cd $builddir/mingw-w64-clang/mingw-w64-headers
    
    97 95
       mkdir build && cd build
    

  • projects/mingw-w64-clang/config
    1 1
     # vim: filetype=yaml sw=2
    
    2 2
     filename: '[% project %]-[% c("version") %]-[% pc("llvm-project", "version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    3 3
     git_url: https://git.code.sf.net/p/mingw-w64/mingw-w64
    
    4
    -git_hash: '[% IF c("var/release") %]cd4cf9b279f8fb0815f8b9665d3cea60a30290bc[% ELSE %]4ef04b0a7f7a20735de2f58b5c0496fcb4c7d191[% END -%]'
    
    4
    +git_hash: '4ef04b0a7f7a20735de2f58b5c0496fcb4c7d191'
    
    5 5
     version: '[% c("abbrev") %]'
    
    6 6
     container:
    
    7 7
       use_container: 1
    
    ... ... @@ -36,4 +36,3 @@ input_files:
    36 36
       - filename: mingw-ts_sd.patch
    
    37 37
       - filename: mingw-composition.patch
    
    38 38
       - filename: mingw-webrtc.patch
    39
    -    enable: '[% !c("var/release") %]'
    \ No newline at end of file

  • rbm.conf
    ... ... @@ -74,7 +74,7 @@ buildconf:
    74 74
     
    
    75 75
     var:
    
    76 76
       torbrowser_version: '[% IF c("var/tor-browser") %]14.0.2[% ELSE %]14.0[% END %]'
    
    77
    -  torbrowser_build: 'build1'
    
    77
    +  torbrowser_build: 'build2'
    
    78 78
       # This should be the date of when the build is started. For the build
    
    79 79
       # to be reproducible, browser_release_date should always be in the past.
    
    80 80
       browser_release_date: '2024/11/12 20:16:21'