gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] annotated tag gnurl-7.54.1 created (now 63a6b023e)


From: gnunet
Subject: [GNUnet-SVN] [gnurl] annotated tag gnurl-7.54.1 created (now 63a6b023e)
Date: Sat, 17 Jun 2017 16:50:32 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a change to annotated tag gnurl-7.54.1
in repository gnurl.

      at 63a6b023e (tag)
 tagging 86ecd25e8bccf3084c937bd558ba98663bf142c9 (commit)
 replaces curl-7_40_0
      by ng0
      on Sat Jun 17 14:47:48 2017 +0000

- Log -----------------------------------------------------------------
gnurl-7.54.1
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAllFQRQACgkQ4i+bv+40
hYjgrA//T+fPyVfRqrSG/VC2IIANYULi+JJAbHeM4pRKPQf78qyI3sobzK9k4pOI
RS6gXTbc9OFsrcfVass9xEhzbzaDwxBBTONNiC8gXKJsUfll0MmYl7ShS10E7075
kV52Tr8rA+mkkGqQIq0YFSi/tkzWF2trRnpYzgLY8NXdFM4THOvOcG0y+wBUnsG+
M/7dKlJkS2l7JIG7LFE0zpxm1IPlZeSUsNNguiLGHVhYpKiWfcHGgYLNgYgKMr29
q9P3xswOp5eyTgoY3ZdkdX99+R6XqyFVgtWcnkdagBkUeEY7A7sHNZTtsJ+qdiz3
avZMILYEt90HbmtpkkvjWjF7FBgDXN9LHe8zvQsUGyBXQWSTMiiSinPrJDC3FCjC
qWDWU44zS8cu46VRiVlcopx1b6A5vwDxb4qId9+xQrSA7akejcNmH281/jkOw0yn
yhFC88ZUXqpxljXshuHWr7x9rwApogl/vLQWQepkF9Js1oQXpnX2A/rot/moEFWb
W3usJKD25v/WCRUN6uX84Ef/E465z9OX97nO9izX6OFMkthQt+pU5thN8cAHUVUT
l+NzSwqTkmVAC8I92d3Ii77n4tpy7fNzMc7iC4RFo26yVQv3HS9kGj1RP76I1oVz
IMKFgm/iWJPoGvkaEowoVSbWSf6DANG90wkt2bEHhtExvSK9e4E=
=V9Sf
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 5b4cbcf11 src/Makefile.am: avoid explicit $<
     new d88d054e9 bump: start working on next release
     new 7c145bb2a Revert "src/Makefile.am: avoid explicit $<"
     new da2af5c04 openssl: fix memory leak in servercert
     new 49eee2882 tests: remove the html and PDF versions from the tarball
     new 5f830eaba mbedtls: enable NTLM (& SMB) even if MD4 support is 
unavailable
     new cbb59ed9c typecheck-gcc: handle function pointers properly
     new cbae73e1d llist: no longer uses malloc
     new f761da76f gnutls: removed some code when --disable-verbose is 
configured
     new 4a8cf6c40 lib: fix maybe-uninitialized warnings
     new be299a4db multi: clarify condition in curl_multi_wait
     new 6b39f9c87 schannel: Don't treat encrypted partial record as pending 
data
     new d87bd46cb llist: fix a comment after cbae73e1dd9
     new c68fed875 configure: fix the -ldl check for openssl, add -lpthread 
check
     new 747441807 RELEASE-NOTES: synced with c68fed875
     new 71d2d3700 curl-compilers.m4: accept -Og and -Ofast GCC flags
     new c8ac0b6a7 nss: adapt to the new Curl_llist API
     new 80a87e8ab Makefile: avoid use of GNU-specific form of $<
     new 93567071b if2ip: fix -Wcast-align warning
     new 338f427a2 configure: stop prepending to LDFLAGS, CPPFLAGS
     new e698b8228 transfer: remove 'uploadbuf' pointer and cleanup 
readwrite_upload()
     new 96ece5c0e curl: set a 100K buffer size by default
     new 9c5aed185 typecheck-gcc: fix _curl_is_slist_info
     new c8ea86f37 nss: do not leak PKCS #11 slot while loading a key
     new fab3d1ec6 nss: factorize out nss_{un,}load_module to separate fncs
     new e3e8d0204 nss: load libnssckbi.so if no other trust is specified
     new e7f8ac194 examples: ftpuploadfrommem.c
     new fb67c977b url: declare get_protocol_family() static
     new 55c3c02e5 http-proxy: remove unused argument from Curl_proxyCONNECT()
     new b85142164 lib: remove unused code
     new 8b03436d3 Makefile: fix make dist
     new afe05ee2e cookie_interface.c: fix cookie domain so the example works
     new 7543f28ad cookie_interface.c: changed the other domain to example.com 
too
     new 63503a969 http-proxy: removed unused argument in CURL_DISABLE_PROXY 
case
     new 3364de00f test1443: test --remote-time
     new 4da846a41 tool_operate: use utimes instead of obsolescent utime when 
available
     new 2ce86d850 runtests.pl: support multiline <postcheck> commands
     new 584142892 tests: added --remote-time tests for remaining protocols 
that support it
     new 12e7a8c3d url: fixed a memory leak on OOM while setting 
CURLOPT_BUFFERSIZE
     new 65c6caaca curl_rtmp: fix missing-variable-declarations warnings
     new 8089dcfc5 tests: fixed OOM handling of unit tests to abort test
     new c0a27c5ce unit1604: fixed compilation under Windows, broken in the 
previous commit
     new 092d01244 unit1604: fixed indentation
     new dc9e4859b http2: declare TU-local variables static
     new c23177d5e examples: declare TU-local variables static
     new 6cba8dace examples: fixed too long line and too long string warnings
     new c3513f7e8 tool_cb_prg: fix double-promotion warning
     new 7dd89c1cd tests: declare TU-local variables static
     new 0912a5c76 getpart: use correct variable type
     new 499a7288f curl_setup: Ensure no more than one IDN lib is enabled
     new 5b13619da tool: Fix missing prototype warnings for 
CURL_DOES_CONVERSIONS
     new 35311b22b anyauthput: remove unused code
     new 94460878c http: use private user:password output buffer
     new 349789e64 ftp: use private buffer for temp storage, not receive buffer
     new c2ddc12d6 CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum size
     new 7c312f84e file: use private buffer for C-L output
     new f535f4f5f buffer_size: make sure it always has the correct size
     new 87eb8d5b3 http: don't clobber the receive buffer for timecond
     new 504eafff8 http2: use the correct set buffer size
     new b8191e975 pingpong: use the set buffer size
     new f2fadf490 failf: use private buffer, don't clobber receive buffer
     new 40a074f25 transfer: fix minor buffer_size mistake
     new 0cab3a394 http-proxy: use a dedicated CONNECT response buffer
     new 8ed81f67c unit1606: do not print/access buffer
     new 89cf6f38d upload: UPLOAD_BUFSIZE is now for the upload buffer
     new c79f4908d krb5: use private buffer for temp string, not receive buffer
     new e40e9d7f0 buffer: use data->set.buffer_size instead of BUFSIZE
     new 7ee52c25f sendf: remove use of BUFSIZE from debug data conversions
     new 799c7048d openssl: use local stack for temp storage
     new e3ed5cb38 BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZE
     new 4858c451e url: let CURLOPT_BUFFERSIZE realloc to smaller sizes too
     new eab6732fd ssh: fix compiler warning from e40e9d7f0de
     new 6943085b5 gtls: fixed a lingering BUFSIZE reference
     new f2d5d0589 testpart: remove _MPRINTF_REPLACE
     new 913c3c8f5 curl: non-boolean command line args reject --no- prefixes
     new 862b02f89 Telnet: Write full buffer instead of byte-by-byte
     new 120488d9d RELEASE-NOTES: synced with 862b02f89
     new 1bfdbb5a5 abstract-unix-socket.d: shorten the help text to fit within 
79 cols
     new 3ff0d2fb0 typecheck-gcc: add missing string options
     new fa12f54bb typecheck-gcc: add support for CURLINFO_SOCKET
     new cee39aa3b lib: fix compiler warnings
     new b065a508c CURLINFO_EFFECTIVE_URL.3: add example
     new 4b9338219 CURLINFO_REDIRECT_URL.3: add example
     new a51ca050f curl_setup_once: use SEND_QUAL_ARG2 for swrite
     new dfb0595a7 test559: verify use of minimum CURLOPT_BUFFERSIZE
     new ff1085215 curl: fix warning "comma at end of enumerator list"
     new 7cb1e1ee0 test557: set a known good numeric locale
     new 07fd7871b schannel: return a more specific error code for 
SEC_E_UNTRUSTED_ROOT
     new 4032c5da8 tests/server: make string literals const
     new 79bb0afdd sockfilt.c: shortened too long line
     new 067b8f230 runtests: add -o to run test cases in scrambled order
     new 1ef38a95d runtests: use -R for random order
     new ad8c1472f unit1305: fix compiler warning
     new 9b47f6792 curl_slist_append.3: clarify a NULL input creates a new list
     new 22fdb0954 tests/server: run checksrc by default in debug-builds
     new 58a6265a4 docs/opts: 23 more man pages now have examples
     new 2b7bde4d3 docs/opts: 24 more man pages now have examples
     new 6dc3422d4 tests: fix -Wcast-qual warnings
     new ba5fa1c7a runtests.pl: simplify the datacheck read section
     new a8e388dd1 curl: remove tool_writeenv.[ch]
     new 271c63748 opts: examples added to 8 more libcurl option man pages
     new 289236b22 opts: fix bad example formatting \n => \\n
     new 6c7f1f741 buildconf: fix hang on IRIX
     new 3661c8aeb tftp: silence bad-function-cast warning
     new ea1b86478 asyn-thread: fix unused macro warnings
     new f67aa4d31 tool_parsecfg: fix -Wcast-qual warning
     new d99acd937 sendrecv: fix MinGW-w64 warning
     new e2b394106 test537: use correct variable type
     new e3f84efc3 runtests: fix "use of undefined value" warning in -R handling
     new f27c884be RELEASE-NOTES: synced with e3f84efc32d6b01a
     new 780073052 curl.1: depend the build on the Makefile.inc too
     new 141ed8ca0 libtest: fix MinGW-w64 warnings
     new e076fdaf5 tftpd: fix signed/unsigned mismatch warnings
     new dc1a1b505 tool_msgs: remove wrong cast
     new 9e9509e46 tests: give each stunnel.conf file a unique name
     new 1cafede9f rand: treat fake entropy the same regardless of endianness
     new 73afcfc0a tests: updated for modified fake random
     new 8b2f22ed2 curl: generate the --help output
     new 2f6bfd549 tests: list the primary server first in the server section
     new 158d70164 formboundary: convert assert into run-time check
     new 4dc849949 tool: fix remaining -Wcast-qual warnings
     new f5b71d3a6 tests: removed redundant --trace-ascii arguments
     new f19baf27e tests: make test file names more unique
     new 8dfa378e5 tests: remove superfluous test 1399
     new e9fd794a6 multi: assign IDs to all timers and make each timer singleton
     new 31b39c40c multi: use a fixed array of timers instead of malloc
     new b875250e3 formdata: fix -Wcomma warning
     new 77b90997d cookie_interface: fix -Wcomma warning
     new bc3866e3e mbedtls: Support server renegotiation request
     new 4cdb1be82 pipeline: fix mistakenly trying to pipeline POSTs
     new d6c74ff66 multi: remove leftover debug infof() calls from e9fd794a6
     new 6d49695bc FAQ: add 7.4 to toc
     new fa0ac3f4d tests: made a couple of prechecks consistent with others
     new d5649c91a THANKS: add a few missing names
     new 646dc1c42 tests: added missing keywords "chunked Transfer-Encoding"
     new b1fa80b84 lib510: don't write past the end of the buffer if it's too 
small
     new d836c9fee url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is 
large enough
     new 180c75eb6 curl: show the libcurl release date in --version output
     new e366ca2b8 CURLOPT_HTTPPROXYTUNNEL: clarify, add example
     new 5ddad099b docs/libcurl/opts: added more examples in man pages
     new 191956963 man pages: fix example syntax errors
     new eb16305e6 SecureTransport/DarwinSSL: Implement public key pinning
     new 590991d07 RELEASE-NOTES: synced with eb16305e6
     new 4fcc0b09f docs/cmdline-opts/config.d: edit for language
     new 32c27f9e9 curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + 
USE_NTLM
     new c58063b4f darwinssl: Fix exception when processing a client-side 
certificate file if no error was raised by the API but the SecIdentityRef was 
null
     new a6f657911 oauth2-bearer.d: mention the <token> argument
     new b4cfda8a4 mkhelp.pl: do not add current time into curl binary
     new ce73a3016 cmdline-opts/write-out.d: s/-L/--location
     new d6bb1f1d5 asiohiper.cpp / evhiperfifo.c: deal with negative 
timerfunction input
     new e5491e0f9 ghiper.c/hiperfifo.c: add comment about missing timer 
functionality
     new f31760e63 ssh: ignore timeouts during disconnect
     new 052a14e3c tests: stabilize test 1034
     new edd7603e9 RELEASE-NOTES: synced with 052a14e3c
     new 5606fcc65 cmake: Add CURL_CA_FALLBACK to curl_config.h.cmake
     new 8256cce2c cmake: add CURL_CA_BUNDLE/CURL_CA_FALLBACK/CURL_CA_PATH 
options
     new 6a9489dc4 cmake: auto detection of CURL_CA_BUNDLE/CURL_CA_PATH
     new 2ea297564 cmake: remove CURL_CA_BUNDLE from cmake TODO
     new fab962913 cmake: remove unused variables: GNUTLS_ENABLED, NSS_ENABLED
     new 8589e1fe3 assert: avoid, use DEBUGASSERT instead!
     new 945919db5 memdebug: fix compilation failure
     new a1b3a95c9 url: fix declaration of 'pipe' shadows a global declaration
     new b4d6b9944 cmake: fix build on Ubuntu 14.04
     new f0fe66f13 LDAP: using ldap_bind_s on Windows with methods (#878)
     new 48f2a96a6 LDAP: fixed checksrc issue
     new bba59073c redirect: store the "would redirect to" URL when max redirs 
is reached
     new 63cd0d60e LDAP: documentation update per #878 changes (#1506)
     new df45f2c33 winbuild: fix the nghttp2 build
     new b4d87f54d examples: fix Wimplicit-fallthrough warnings
     new 8ab22a745 time: fix type conversions and compiler warnings
     new 59cc0234e ssh: fix 'left' may be used uninitialized
     new a9de0a9f5 docs/CURLOPT_SSLVERSION.3: Correct define name in example
     new d90b729c3 TODO: 6.4 is done, send telnet data in chunks
     new 14514c979 runtests.pl: removed unused arguments to valgrindparse
     new c2227dae5 opts: more examples added in option man pages
     new 01f948796 runtests.pl: removed <precommand> feature
     new 3aaac8c2f tests: removed some redundant empty <stdout> sections
     new 3558e1496 RELEASE-NOTES: synced with 3aaac8c2f
     new 35e9281ef mbedtls: fix variable shadow warning
     new 35682764a test557: fix ubsan runtime error due to int left shift
     new e54db1b05 transfer: init the infilesize from the postfields...
     new dd9755174 CURLOPT_PROXY.3: describe the environment variables more
     new 2d5fa35e8 docs: clarify NO_PROXY further
     new bb1a8c174 opts: more examples added to man pages
     new 534056297 build-wolfssl: Sync config with wolfSSL 3.11
     new a6ad28a75 CURLOPT_PROXY.3: fix test 1140 breakage
     new 314a7fa3c curl-compilers.m4: enable -Wshift-sign-overflow for clang
     new 55fcb8485 example/externalsocket.c: make it use CLOSESOCKETFUNCTION too
     new 501b9ebe9 examples/sampleconv.c: indent changes, made callbacks static
     new 69a6cc2e1 libtest/lib574.c: use correct callback proto
     new 4600362a5 opts: more than 100 more examples for man pages...
     new 28baf380f CURLOPT_FNMATCH_DATA.3: modified example to avoid fcpp issues
     new f072393fe CURLOPT_FNMATCH_FUNCTION.3: also modified example to avoid 
fcpp issues
     new 399a1a618 CURLOPT_STREAM_DEPENDS.3: typo
     new aae4a4788 CURLOPT_SSH_KEY*.3: typos
     new 45cecfbd3 lib583: fix compiler warning
     new c5de7f50f examples/externalsocket.c: s/closesocket/closecb
     new 5598b0bd6 curl-compilers.m4: fix compiler_num for clang
     new 5e796c5e9 curl-compilers.m4: escape square brackets in regex
     new 5fe4f7890 typecheck-gcc.h: separate getinfo slist checks from other 
pointers
     new 4eafc6c24 typecheck-gcc.h: check CURLINFO_TLS_SSL_PTR and 
CURLINFO_TLS_SESSION
     new efc7c1d86 typecheck-gcc.h: check CURLINFO_CERTINFO
     new f6e0f4556 build: provide easy code coverage measuring
     new b5e143e7a coverage: run event tests too
     new 9b2dfe88b test1537: dedicated tests of the URL (un)escape API calls
     new 4ba20a511 curl_endian: remove unused functions
     new cef9c9e78 test1538: verify the libcurl strerror API calls
     new 61d4870dc test1538: fix typo
     new 769890c7e MD(4|5): silence cast-align clang warning
     new 10e02bc36 mbedtls: make TU-local variable static
     new cfd3e8f39 dedotdot: fixed output for ".." and "." only input
     new 5233de9ac tool_util: remove unused tvdiff_secs and remove tool_ prefix
     new 7207affe2 cyassl: define build macros before including ssl.h
     new 191349eb7 updatemanpages.pl: error out on too old git version
     new f8518059c curl_sasl: fix unused-variable warning
     new 15136a526 x509asn1: fix implicit-fallthrough warning with GCC 7
     new 0932573e7 libtest: fix implicit-fallthrough warnings with GCC 7
     new a1b275a41 libtest: fix int-in-bool-context warnings
     new 7bbb78c74 travis: add coverage, distcheck and cmake builds
     new c3ad22697 CONTRIBUTE.md: mention tests done on pull requests
     new 65ba92650 BINDINGS: add Ring binding
     new 892c5e4cb curl_ntlm_core: pass unsigned char to toupper
     new 6b9f4f7f0 RELEASE-NOTES: synced with 65ba92650
     new 796044273 curl_ntlm_core: use Curl_raw_toupper instead of toupper
     new 1573ebee8 test1262: verify ftp download with -z for "if older than 
this"
     new b95a07ea5 test1538: added "verbose logs" keyword
     new cccac4fb2 test1521: test *all* curl_easy_setopt options
     new b8085f493 typecheck-gcc: allow CURLOPT_STDERR to be NULL too
     new 38125e7f7 test1121: use stricter types to work with typcheck-gcc
     new 798b2e196 test1521: make the code < 80 columns wide
     new de0adda78 lib1521: fix compiler warnings
     new bacb909e1 README.md: show the coverall coverage on github
     new e100afb4d travis: let some builds *not* use --enable-debug
     new f7ee701c6 metalink: remove unused printf() argument
     new 68c6dcb2c file: make speedcheck use current time for checks
     new 165b7f509 configure: fix link with librtmp when specifying path
     new 7fffe97b7 expire: remove Curl_expire_latest()
     new 6c5907452 asyn-ares: s/Curl_expire_latest/Curl_expire
     new bc164de7b examples/multi-uv.c: fix deprecated symbol
     new 01596dbad cmake: Fix inconsistency regarding mbed TLS include directory
     new 844896d06 setopt: check CURLOPT_ADDRESS_SCOPE option range
     new b94a2cdfe lib1521: fix compiler warnings on the use of bad 'long' 
values
     new 15b7b8575 gitignore: ignore all vim swap files
     new 4024a0b93 RELEASE-PROCEDURE: updated future release dates
     new 916ec30a9 test1521: fixed OOM handling
     new e8fecf261 FindWin32CACert: Use a temporary buffer on the stack
     new ab1f4eb01 BINDINGS: update SP-Forth and OCaml urls
     new f6dff827d configure: update the copyright year in the output
     new 5fa028e50 urlglob: fix division by zero
     new 5d7952f52 url: fix buffer overwrite with file protocol (CVE-2017-9502)
     new 9f54ad8f1 libressl: OCSP and intermediate certs workaround no longer 
needed
     new 49ff93903 mk-lib1521.pl: updated to match the test changes in 916ec30a
     new 54b636f14 release: 7.54.1
     new 86ecd25e8 Patchset for gnURL microfork: * Patches to rename libcurl to 
libgnurl by Christian * Updated for latest curl using git cherry-pick by Jeff, 
Florian, ng0 * Patches to fix the testsuite (deleted tests/data/test1139, 
renamed reference from libcurl.* to libgnurl.*) by ng0 * Added guix-gnurl.scm 
which can be used to build this with guix prior to installing it. (author: ng0) 
* Further adjustments by ng0

The 254 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]