Skip to content

Commit

Permalink
bump apache2
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jan 25, 2025
1 parent 59439e0 commit 7b92abe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Latest changes
* New Patch: Hide update check from cockpit

- Packages:
* Apache2 2.4.62
* ACME.sh 3.1.0
* Atop 2.11.0
* AVM-rules 1.00
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/apache2/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_APACHE2
bool "Apache2 2.4.62 (binary only)"
bool "Apache2 2.4.63 (binary only)"
select FREETZ_LIB_libcrypt if ! FREETZ_PACKAGE_APACHE2_STATIC && FREETZ_TARGET_UCLIBC_HAS_multiple_libs
select FREETZ_LIB_libdl if ! FREETZ_PACKAGE_APACHE2_STATIC && FREETZ_TARGET_UCLIBC_HAS_multiple_libs
select FREETZ_LIB_libm if ! FREETZ_PACKAGE_APACHE2_STATIC && FREETZ_TARGET_UCLIBC_HAS_multiple_libs
Expand Down
4 changes: 2 additions & 2 deletions make/pkgs/apache2/apache2.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN, 2.4.62)
$(call PKG_INIT_BIN, 2.4.63)
$(PKG)_SOURCE:=httpd-$($(PKG)_VERSION).tar.bz2
$(PKG)_HASH:=674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec
$(PKG)_HASH:=88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab
$(PKG)_SITE:=@APACHE/httpd
### WEBSITE:=https://httpd.apache.org/
### MANPAGE:=https://httpd.apache.org/docs/2.4/
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/apache2/patches/030-apr-util-check.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- configure
+++ configure
@@ -7992,7 +7992,7 @@
@@ -7983,7 +7983,7 @@


ap_ckver_CPPFLAGS="$CPPFLAGS"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- configure
+++ configure
@@ -28837,7 +28837,7 @@
@@ -28828,7 +28828,7 @@

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for OpenSSL" >&5
printf %s "checking for OpenSSL... " >&6; }
Expand Down

1 comment on commit 7b92abe

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about apache2 and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/make/apache2

Please sign in to comment.