Skip to content

Commit 4c85c50

Browse files
committed
Bump to 2.6.1
1 parent bb1f82a commit 4c85c50

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Add forgotten files from glibc 2.22
44

5-
* configure.ac: Make C99 available.
5+
* configure.ac: Make C99 available and bump to 2.6.1.
6+
* configure: Regenerated.
67
* regcomp.c: Update to glibc 2.22. Fixes numerous vulnerabilities.
78
* regexec.c: Likewise.
89

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for MinGW libgnurx 2.6.0.
3+
# Generated by GNU Autoconf 2.69 for MinGW libgnurx 2.6.1.
44
#
55
# Report bugs to <https://sourceforge.net/tracker/?group_id=2435&atid=102435>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='MinGW libgnurx'
582582
PACKAGE_TARNAME='mingw-libgnurx'
583-
PACKAGE_VERSION='2.6.0'
584-
PACKAGE_STRING='MinGW libgnurx 2.6.0'
583+
PACKAGE_VERSION='2.6.1'
584+
PACKAGE_STRING='MinGW libgnurx 2.6.1'
585585
PACKAGE_BUGREPORT='https://sourceforge.net/tracker/?group_id=2435&atid=102435'
586586
PACKAGE_URL=''
587587

@@ -1194,7 +1194,7 @@ if test "$ac_init_help" = "long"; then
11941194
# Omit some internal or obsolete options to make the list less imposing.
11951195
# This message is too long to be a string in the A/UX 3.1 sh.
11961196
cat <<_ACEOF
1197-
\`configure' configures MinGW libgnurx 2.6.0 to adapt to many kinds of systems.
1197+
\`configure' configures MinGW libgnurx 2.6.1 to adapt to many kinds of systems.
11981198
11991199
Usage: $0 [OPTION]... [VAR=VALUE]...
12001200
@@ -1255,7 +1255,7 @@ fi
12551255

12561256
if test -n "$ac_init_help"; then
12571257
case $ac_init_help in
1258-
short | recursive ) echo "Configuration of MinGW libgnurx 2.6.0:";;
1258+
short | recursive ) echo "Configuration of MinGW libgnurx 2.6.1:";;
12591259
esac
12601260
cat <<\_ACEOF
12611261
@@ -1342,7 +1342,7 @@ fi
13421342
test -n "$ac_init_help" && exit $ac_status
13431343
if $ac_init_version; then
13441344
cat <<\_ACEOF
1345-
MinGW libgnurx configure 2.6.0
1345+
MinGW libgnurx configure 2.6.1
13461346
generated by GNU Autoconf 2.69
13471347
13481348
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1397,7 +1397,7 @@ cat >config.log <<_ACEOF
13971397
This file contains any messages produced by compilers while
13981398
running configure, to aid debugging if configure makes a mistake.
13991399
1400-
It was created by MinGW libgnurx $as_me 2.6.0, which was
1400+
It was created by MinGW libgnurx $as_me 2.6.1, which was
14011401
generated by GNU Autoconf 2.69. Invocation command line was
14021402
14031403
$ $0 $@
@@ -3470,7 +3470,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34703470
# report actual input values of CONFIG_FILES etc. instead of their
34713471
# values after options handling.
34723472
ac_log="
3473-
This file was extended by MinGW libgnurx $as_me 2.6.0, which was
3473+
This file was extended by MinGW libgnurx $as_me 2.6.1, which was
34743474
generated by GNU Autoconf 2.69. Invocation command line was
34753475
34763476
CONFIG_FILES = $CONFIG_FILES
@@ -3523,7 +3523,7 @@ _ACEOF
35233523
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
35243524
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
35253525
ac_cs_version="\\
3526-
MinGW libgnurx config.status 2.6.0
3526+
MinGW libgnurx config.status 2.6.1
35273527
configured by $0, generated by GNU Autoconf 2.69,
35283528
with options \\"\$ac_cs_config\\"
35293529

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121
# PATCHLEVEL is optional; comment/uncomment and adjust as required.
2222
#
23-
MINGW_AC_DEFINE_PACKAGE_ID([PATCHLEVEL], [0])
23+
MINGW_AC_DEFINE_PACKAGE_ID([PATCHLEVEL], [1])
2424
#
2525
# DLL_VERSION is required; installed DLLs will be versioned, by
2626
# appending a hyphen, the specified tag value, and then the `.dll'

0 commit comments

Comments
 (0)