Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Bump deps

Ref:
 - #574
 - #575

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 12, 2022
1 parent eee5c8a commit 606ff32
Show file tree
Hide file tree
Showing 30 changed files with 627 additions and 747 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SOURCE_DATE_EPOCH ?= "1559424892"

# Sync bldr image with Pkgfile
BLDR ?= docker run --rm --volume $(PWD):/tools --entrypoint=/bldr \
ghcr.io/siderolabs/bldr:v0.2.0-alpha.8-frontend graph --root=/tools
ghcr.io/siderolabs/bldr:v0.2.0-alpha.10 graph --root=/tools

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
Expand Down
130 changes: 65 additions & 65 deletions Pkgfile

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions cryptsetup/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ steps:
./configure \
--prefix=/usr \
--disable-asciidoc \
--disable-ssh-token \
--enable-static-cryptsetup || (cat config.log; exit 1)
build:
- |
Expand Down
3 changes: 3 additions & 0 deletions eudev/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ steps:
# Required by gperf.
cp /toolchain/lib/libstdc++* /lib
mkdir -p /usr/bin \
&& ln -sf /toolchain/bin/env /usr/bin/env
autoreconf -f -i -s
cat > config.cache << "EOF"
Expand Down
134 changes: 0 additions & 134 deletions ipmitool/patches/7ccea283dd62a05a320c1921e3d8d71a87772637.patch

This file was deleted.

37 changes: 0 additions & 37 deletions ipmitool/patches/gcc-10.patch

This file was deleted.

89 changes: 0 additions & 89 deletions ipmitool/patches/openssl-1.1.patch

This file was deleted.

13 changes: 7 additions & 6 deletions ipmitool/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ dependencies:
- stage: openssl
steps:
- sources:
- url: https://github.com/ipmitool/ipmitool/releases/download/IPMITOOL_{{ .ipmitool_version }}/ipmitool-{{ .ipmitool_version | replace "_" "." }}.tar.gz
- url: https://github.com/ipmitool/ipmitool/archive/refs/tags/IPMITOOL_{{ .ipmitool_version }}.tar.gz
destination: ipmitool.tar.gz
sha256: e93fe5966d59e16bb4317c9c588cdf35d6100753a0ba957c493b064bcad52493
sha512: 970a3ea69a2a06bf4bb49b07ddea2d575d79afe163f742a53dd29331889d74411d412e7a2117f1964c416b147ad4dc4212dec1fc653521ce710ed1eb45a185a3
sha256: "{{ .ipmitool_sha256 }}"
sha512: "{{ .ipmitool_sha512 }}"
prepare:
- |
tar -xzf ipmitool.tar.gz --strip-components=1
patch -p1 -i /pkg/patches/openssl-1.1.patch
patch -p1 -i /pkg/patches/7ccea283dd62a05a320c1921e3d8d71a87772637.patch
patch -p1 -i /pkg/patches/gcc-10.patch
mkdir -p /usr/bin \
&& ln -sf /toolchain/bin/env /usr/bin/env
./bootstrap
mkdir build
cd build
Expand Down
Loading

0 comments on commit 606ff32

Please sign in to comment.