[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10913: update expat to 2.6.4
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10913: update expat to 2.6.4 |
Date: |
Thu, 12 Dec 2024 15:19:30 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10913
revision-id: carlhansen@gnu.org-20241212201906-my8km0j6ebkwjuww
parent: carlhansen@gnu.org-20241212180541-fmybipeixlyoqg7r
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Thu 2024-12-12 20:19:06 +0000
message:
update expat to 2.6.4
modified:
pkg/other/expat/Makefile makefile-20180327060346-7r8whwrdm0v0nx4b-3
pkg/other/expat/sha256sums sha256sums-20180327060346-7r8whwrdm0v0nx4b-4
=== modified file 'pkg/other/expat/Makefile'
--- a/pkg/other/expat/Makefile 2024-06-30 03:15:48 +0000
+++ b/pkg/other/expat/Makefile 2024-12-12 20:19:06 +0000
@@ -22,7 +22,7 @@
NAME = expat
GARNAME = expat
-GARVERSION = 2.6.2
+GARVERSION = 2.6.4
HOME_URL = https://libexpat.github.io/
DESCRIPTION = XML parser c library
define BLURB
@@ -32,8 +32,9 @@
######################################################################
#
https://github.com/libexpat/libexpat/releases/download/R_2_4_7/expat-2.4.7.tar.lz.asc
#
https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.lz
-MASTER_SITES = $(MASTER_GITHUB)/
-MASTER_SUBDIR = libexpat/libexpat/releases/download/R_2_6_2/
+MASTER_SITES = $(MASTER_GITHUB)
+##############
+MASTER_SUBDIR = libexpat/libexpat/releases/download/R_2_6_4/
DISTFILES = $(DISTNAME).tar.lz
SIGFILES = $(DISTNAME).tar.lz.asc
@@ -45,3 +46,5 @@
include ../../../gar/gar.lib/autotools.mk
include config.mk
+# avoiding annoyance, your option
+CONFIGURE_ARGS = --without-docbook
=== modified file 'pkg/other/expat/sha256sums'
--- a/pkg/other/expat/sha256sums 2024-06-30 03:15:48 +0000
+++ b/pkg/other/expat/sha256sums 2024-12-12 20:19:06 +0000
@@ -1,2 +1,2 @@
-d276ffa9602e0c5f289f33fab7b3a9c86da446092642a09cd3c0c8e51f50d862
download/expat-2.6.2.tar.lz
-53d0dc5b20b7a9fe462ea6880310e1187f6b64a4c0008332ada8af781c34709d
download/expat-2.6.2.tar.lz.asc
+80a5bec283c7cababb3c6ec145feb4f34a7741eae69f9e6654cc82f5890f05e2
download/expat-2.6.4.tar.lz
+230a4c0a85867993a9f6e815cd1e7a5a6e9116a4a6feca2954d8523c24bb009b
download/expat-2.6.4.tar.lz.asc
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10913: update expat to 2.6.4,
Carl Hansen <=