• Home
  • Raw
  • Download

Lines Matching +full:include +full:- +full:all +full:- +full:sources

5 If you need to provide updates across all active release lines you will
9 below which include the QUIC patch.
29 % perl -v
32 x86_64-linux-gnu-thread-multi
33 (with 60 registered patches, see perl -V for more detail)
35 % as --version
39 % nasm -v
43 ## 1. Obtain and extract new OpenSSL sources
46 all files into `deps/openssl/openssl`. Then add all files and commit
50 % rm -rf openssl
51 % tar zxf ~/tmp/openssl-1.1.0h.tar.gz
52 % mv openssl-1.1.0h openssl
53 % git add --all openssl
60 deps: upgrade openssl sources to 1.1.0h
62 This updates all sources in deps/openssl/openssl by:
64 $ rm -rf openssl
65 $ tar zxf ~/tmp/openssl-1.1.0h.tar.gz
66 $ mv openssl-1.1.0h openssl
67 $ git add --all openssl
73 Use `make` to regenerate all platform dependent files in
76 # On non-Linux machines
77 % make gen-openssl
80 % make -C deps/openssl/config
86 sources, `buildinf.h` files will be updated because they have timestamp
89 % git diff -- deps/openssl
94 `Makefile_VC-WIN64A` and `Makefile_VC-WIN32` that are manually
101 Update all architecture dependent files. Do not forget to git add or remove
105 % git add deps/openssl/openssl/include/crypto/bn_conf.h
106 % git add deps/openssl/openssl/include/crypto/dso_conf.h
107 % git add deps/openssl/openssl/include/openssl/opensslconf.h
114 deps: update archs files for OpenSSL-1.1.0
116 After an OpenSSL source update, all the config files need to be
118 $ make -C deps/openssl/config
120 $ git add deps/openssl/openssl/include/crypto/bn_conf.h
121 $ git add deps/openssl/openssl/include/crypto/dso_conf.h
122 $ git add deps/openssl/openssl/include/openssl/opensslconf.h