Unverified Commit 8af8ed72 authored by teor's avatar teor
Browse files

Merge branch 'maint-0.4.2'

parents f6c9ca3a 8b1f99c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ install:
     #
     # Use pacman --debug to show package downloads and install locations
     #>
    Execute-Command "C:\msys64\usr\bin\pacman" -Sy --verbose --needed --noconfirm ${env:mingw_prefix}-libevent ${env:mingw_prefix}-pkg-config ${env:mingw_prefix}-xz ${env:mingw_prefix}-zstd ;
    Execute-Command "C:\msys64\usr\bin\pacman" -Sy --verbose --needed --noconfirm ${env:mingw_prefix}-libevent ${env:mingw_prefix}-openssl ${env:mingw_prefix}-pkg-config ${env:mingw_prefix}-xz ${env:mingw_prefix}-zstd ;

build_script:
- ps: >-

changes/bug32449

0 → 100644
+5 −0
Original line number Diff line number Diff line
  o Minor bugfixes (CI, appveyor):
    - Install the mingw OpenSSL package in Appveyor. This makes sure that
      the OpenSSL headers and libraries match in Tor's Appveyor builds.
      (This bug was triggered by an Appveyor image update.)
      Fixes bug 32449; bugfix on 0.3.5.6-rc.