File tree Expand file tree Collapse file tree 2 files changed +7
-241
lines changed Expand file tree Collapse file tree 2 files changed +7
-241
lines changed Original file line number Diff line number Diff line change 1
1
package =unbound
2
- $(package)_version =1.21 .0
2
+ $(package)_version =1.22 .0
3
3
$(package)_download_path =https://www.nlnetlabs.nl/downloads/$(package ) /
4
4
$(package)_file_name =$(package ) -$($(package ) _version) .tar.gz
5
- $(package)_sha256_hash =e7dca7d6b0f81bdfa6fa64ebf1053b5a999a5ae9278a87ef182425067ea14521
5
+ $(package)_sha256_hash =c5dd1bdef5d5685b2cedb749158dd152c52d44f65529a34ac15cd88d4b1b3d43
6
6
$(package)_dependencies =openssl expat
7
- $(package)_patches += CVE-2024-8508.patch
8
7
9
8
define $(package)_set_vars
10
9
$(package ) _config_opts=--disable-shared --enable-static --without-pyunbound --prefix=$(host_prefix )
@@ -17,9 +16,8 @@ define $(package)_set_vars
17
16
endef
18
17
19
18
define $(package)_preprocess_cmds
20
- rm configure~ doc/IP-BasedActions.pdf doc/ietf67-design-02.odp doc/ietf67-design-02.pdf doc/CNAME-basedRedirectionDesignNotes.pdf &&\
19
+ rm configure~ doc/*.odp doc/*.pdf contrib/*.tar.gz contrib/*.tar.bz2 &&\
21
20
rm -rf testdata dnscrypt/testdata &&\
22
- patch -p1 -i $($(package ) _patch_dir) /CVE-2024-8508.patch && \
23
21
autoconf
24
22
endef
25
23
34
32
define $(package)_stage_cmds
35
33
$(MAKE ) DESTDIR=$($(package ) _staging_dir) install
36
34
endef
35
+
36
+ define $(package)_postprocess_cmds
37
+ rm -rf share
38
+ endef
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments