[openwrt/openwrt] mpfr: update to 4.2.2

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 23 14:53:59 PST 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d74dce45ef4f81de191c9416c9732bec7fb6844b

commit d74dce45ef4f81de191c9416c9732bec7fb6844b
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Nov 23 12:05:53 2025 +0100

    mpfr: update to 4.2.2
    
    Release Notes:
    https://www.mpfr.org/mpfr-current/
    
    Link: https://github.com/openwrt/openwrt/pull/20898
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/mpfr/Makefile                   | 4 ++--
 package/libs/mpfr/patches/001-only-src.patch | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/mpfr/Makefile b/package/libs/mpfr/Makefile
index 39d6a035ab..d3880e7c14 100644
--- a/package/libs/mpfr/Makefile
+++ b/package/libs/mpfr/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mpfr
-PKG_VERSION:=4.2.1
+PKG_VERSION:=4.2.2
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=@GNU/mpfr http://www.mpfr.org/mpfr-$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_HASH:=277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2
+PKG_HASH:=b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01
 
 PKG_LICENSE:=LGPL-3.0-or-later
 PKG_LICENSE_FILES:=COPYING.LESSER
diff --git a/package/libs/mpfr/patches/001-only-src.patch b/package/libs/mpfr/patches/001-only-src.patch
index bd9e38aefb..70226745a2 100644
--- a/package/libs/mpfr/patches/001-only-src.patch
+++ b/package/libs/mpfr/patches/001-only-src.patch
@@ -11,7 +11,7 @@
  pkgconfig_DATA = mpfr.pc
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -401,7 +401,7 @@ AUTOMAKE_OPTIONS = gnu
+@@ -406,7 +406,7 @@ AUTOMAKE_OPTIONS = gnu
  # libtoolize and in case some developer needs to switch back to an
  # old Automake version.
  ACLOCAL_AMFLAGS = -I m4




More information about the lede-commits mailing list