Skip to content

Commit 09927d3

Browse files
authored
Merge pull request #61 from curl/v8.9.0
prep v8.9.0
2 parents 0bb120d + 068ec09 commit 09927d3

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [8.8.0] - 2024-07-24
10+
### Changed
11+
- bump to curl 8.9.0
12+
- bump to alpine 3.20.2
13+
914
## [8.8.0] - 2024-05-22
1015
### Changed
1116
- bump to curl 8.8.0

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ container_ids=`buildah ls --format "{{.ContainerID}}"`
55
# default setttings for official curl images
66
debian_base=docker.io/debian
77
fedora_base=docker.io/fedora
8-
base=docker.io/alpine:3.19.1
8+
base=docker.io/alpine:3.20.2
99
arch=""
1010
compiler="gcc"
1111
build_opts=" --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets -with-ssl --with-libssh2 --with-nghttp2=/usr --with-gssapi"
12-
dev_deps="git zsh libssh2 libssh2-dev libssh2-static autoconf automake build-base groff openssl curl-dev python3 python3-dev libtool curl stunnel perl nghttp2 brotli brotli-dev krb5-dev libpsl-dev"
13-
base_deps="brotli brotli-dev libssh2 nghttp2-dev libidn2 krb5 libpsl"
12+
dev_deps="git zsh libssh2 libssh2-dev libssh2-static autoconf automake build-base groff openssl curl-dev python3 python3-dev libtool curl stunnel perl nghttp2 brotli brotli-dev krb5-dev libpsl-dev zstd"
13+
base_deps="brotli brotli-dev libssh2 nghttp2-dev libidn2 krb5 libpsl zstd"
1414

1515
##############################################
1616
# debian dev image

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.8.0
1+
8.9.0

0 commit comments

Comments
 (0)