Skip to content

Commit

Permalink
Merge branch 'curl:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
reaver-flomesh authored Oct 9, 2024
2 parents ce27549 + 04061b6 commit 2bd8635
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [8.10.1] - 2024-09-18
### Changed
- bump to curl 8.10.1

## [8.10.0] - 2024-09-11
### Changed
- bump to curl 8.10.0
- bump to alpine:3.20.3

## [8.9.1] - 2024-07-30
### Changed
- bump to curl 8.9.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ container_ids=`buildah ls --format "{{.ContainerID}}"`
# default setttings for official curl images
debian_base=docker.io/debian
fedora_base=docker.io/fedora
base=docker.io/alpine:3.20.2
base=docker.io/alpine:3.20.3
arch=""
compiler="gcc"
build_opts=" --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets -with-ssl --with-libssh2 --with-nghttp2=/usr --with-gssapi"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.9.1
8.10.1

0 comments on commit 2bd8635

Please sign in to comment.