Skip to content

Commit a2e134f

Browse files
authored
Merge pull request #89 from dscho/downgrade-to-msys2-runtime-v3.5.4
Downgrade MSYS2 runtime to v3.5.4
2 parents 2b0645c + bacd147 commit a2e134f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+16
-21
lines changed

etc/pacman.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ HoldPkg = pacman
2121
Architecture = auto
2222

2323
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
24-
#IgnorePkg =
24+
IgnorePkg = msys2-runtime
2525
#IgnoreGroup =
2626

2727
#NoUpgrade =

usr/bin/chattr.exe

-8 Bytes
Binary file not shown.

usr/bin/cygcheck.exe

-8 Bytes
Binary file not shown.

usr/bin/cygpath.exe

-8 Bytes
Binary file not shown.

usr/bin/cygwin-console-helper.exe

-8 Bytes
Binary file not shown.

usr/bin/dumper.exe

-8 Bytes
Binary file not shown.

usr/bin/gencat.exe

-8 Bytes
Binary file not shown.

usr/bin/getconf.exe

-8 Bytes
Binary file not shown.

usr/bin/getfacl.exe

-8 Bytes
Binary file not shown.

usr/bin/gmondump.exe

-8 Bytes
Binary file not shown.

usr/bin/kill.exe

-8 Bytes
Binary file not shown.

usr/bin/ldd.exe

-16 Bytes
Binary file not shown.

usr/bin/ldh.exe

-16 Bytes
Binary file not shown.

usr/bin/locale.exe

-8 Bytes
Binary file not shown.

usr/bin/lsattr.exe

-16 Bytes
Binary file not shown.

usr/bin/minidumper.exe

-16 Bytes
Binary file not shown.

usr/bin/mkgroup.exe

-8 Bytes
Binary file not shown.

usr/bin/mkpasswd.exe

-8 Bytes
Binary file not shown.

usr/bin/mount.exe

-16 Bytes
Binary file not shown.

usr/bin/msys-2.0.dll

-30.1 KB
Binary file not shown.

usr/bin/newgrp.exe

-16 Bytes
Binary file not shown.

usr/bin/passwd.exe

-8 Bytes
Binary file not shown.

usr/bin/pldd.exe

-8 Bytes
Binary file not shown.

usr/bin/profiler.exe

-16 Bytes
Binary file not shown.

usr/bin/ps.exe

-8 Bytes
Binary file not shown.

usr/bin/regtool.exe

-8 Bytes
Binary file not shown.

usr/bin/setfacl.exe

-8 Bytes
Binary file not shown.

usr/bin/setmetamode.exe

-16 Bytes
Binary file not shown.

usr/bin/ssp.exe

-8 Bytes
Binary file not shown.

usr/bin/strace.exe

-16 Bytes
Binary file not shown.

usr/bin/tzset.exe

-8 Bytes
Binary file not shown.

usr/bin/umount.exe

-8 Bytes
Binary file not shown.

usr/include/cygwin/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ details. */
1111
changes to the DLL and is mainly informative in nature. */
1212

1313
#define CYGWIN_VERSION_DLL_MAJOR 3005
14-
#define CYGWIN_VERSION_DLL_MINOR 5
14+
#define CYGWIN_VERSION_DLL_MINOR 4
1515

1616
/* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the
1717
combined DLL major and minor numbers. */

usr/include/pthread.h

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,10 @@ typedef struct _pthread_cleanup_handler
110110
void _pthread_cleanup_push (__pthread_cleanup_handler *handler);
111111
void _pthread_cleanup_pop (int execute);
112112

113-
#define pthread_cleanup_push(_fn, _arg) \
114-
do { \
115-
__pthread_cleanup_handler __cleanup_handler = { _fn, _arg, NULL }; \
116-
_pthread_cleanup_push(&__cleanup_handler)
117-
#define pthread_cleanup_pop(_execute) \
118-
_pthread_cleanup_pop(_execute); \
119-
} while (0)
113+
#define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler __cleanup_handler = \
114+
{ _fn, _arg, NULL }; \
115+
_pthread_cleanup_push( &__cleanup_handler );
116+
#define pthread_cleanup_pop(_execute) _pthread_cleanup_pop( _execute ); }
120117

121118
/* Condition variables */
122119
int pthread_cond_broadcast (pthread_cond_t *);
@@ -247,7 +244,7 @@ int pthread_getattr_np (pthread_t, pthread_attr_t *);
247244
int pthread_getname_np (pthread_t, char *, size_t) __attribute__((__nonnull__(2)));
248245
int pthread_setaffinity_np (pthread_t, size_t, const cpu_set_t *);
249246
int pthread_setname_np (pthread_t, const char *) __attribute__((__nonnull__(2)));
250-
int pthread_sigqueue (pthread_t, int, const union sigval);
247+
int pthread_sigqueue (pthread_t *, int, const union sigval);
251248
int pthread_timedjoin_np (pthread_t, void **, const struct timespec *);
252249
int pthread_tryjoin_np (pthread_t, void **);
253250
#endif

usr/lib/libacl.a

0 Bytes
Binary file not shown.

usr/lib/libc.a

0 Bytes
Binary file not shown.

usr/lib/libdl.a

0 Bytes
Binary file not shown.

usr/lib/libg.a

0 Bytes
Binary file not shown.

usr/lib/libgmon.a

0 Bytes
Binary file not shown.

usr/lib/libm.a

0 Bytes
Binary file not shown.

usr/lib/libmsys-2.0.a

0 Bytes
Binary file not shown.

usr/lib/libpthread.a

0 Bytes
Binary file not shown.

usr/lib/libresolv.a

0 Bytes
Binary file not shown.

usr/lib/librt.a

0 Bytes
Binary file not shown.

usr/lib/libssp.a

0 Bytes
Binary file not shown.

usr/lib/libutil.a

0 Bytes
Binary file not shown.

usr/libexec/getprocaddr32.exe

-8 Bytes
Binary file not shown.

usr/libexec/getprocaddr64.exe

-8 Bytes
Binary file not shown.

usr/share/man/man1/chattr.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/cygcheck.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/cygpath.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/dumper.1.gz

1 Byte
Binary file not shown.

usr/share/man/man1/getconf.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/getfacl.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/gmondump.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/intro.1.gz

1 Byte
Binary file not shown.

usr/share/man/man1/kill.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/ldd.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/locale.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/lsattr.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/minidumper.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/mkgroup.1.gz

-1 Bytes
Binary file not shown.

usr/share/man/man1/mkpasswd.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/mount.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/newgrp.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/passwd.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/pldd.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/profiler.1.gz

-1 Bytes
Binary file not shown.

usr/share/man/man1/ps.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/regtool.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/setfacl.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/setmetamode.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/ssp.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/strace.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/tzset.1.gz

1 Byte
Binary file not shown.

usr/share/man/man1/umount.1.gz

-1 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

usr/share/man/man3/intro.3.gz

0 Bytes
Binary file not shown.

var/lib/pacman/local/msys2-runtime-3.5.5-2/desc renamed to var/lib/pacman/local/msys2-runtime-3.5.4-5/desc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
msys2-runtime
33

44
%VERSION%
5-
3.5.5-2
5+
3.5.4-5
66

77
%BASE%
88
msys2-runtime
@@ -17,16 +17,16 @@ https://www.cygwin.com/
1717
x86_64
1818

1919
%BUILDDATE%
20-
1735474477
20+
1732528195
2121

2222
%INSTALLDATE%
23-
1735494831
23+
1735589080
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
2727

2828
%SIZE%
29-
26702503
29+
26671359
3030

3131
%GROUPS%
3232
base
@@ -35,7 +35,6 @@ base
3535
GPL
3636

3737
%VALIDATION%
38-
sha256
3938
pgp
4039

4140
%REPLACES%
8.41 KB
Binary file not shown.
-8.4 KB
Binary file not shown.

var/lib/pacman/local/msys2-runtime-devel-3.5.5-2/desc renamed to var/lib/pacman/local/msys2-runtime-devel-3.5.4-5/desc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
msys2-runtime-devel
33

44
%VERSION%
5-
3.5.5-2
5+
3.5.4-5
66

77
%BASE%
88
msys2-runtime
@@ -17,16 +17,16 @@ https://www.cygwin.com/
1717
x86_64
1818

1919
%BUILDDATE%
20-
1735474477
20+
1732528195
2121

2222
%INSTALLDATE%
23-
1735494831
23+
1735589080
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
2727

2828
%SIZE%
29-
4310660
29+
4310644
3030

3131
%GROUPS%
3232
msys2-devel
@@ -35,15 +35,14 @@ msys2-devel
3535
GPL
3636

3737
%VALIDATION%
38-
sha256
3938
pgp
4039

4140
%REPLACES%
4241
libcatgets-devel
4342
msys2-runtime-3.4-devel
4443

4544
%DEPENDS%
46-
msys2-runtime=3.5.5
45+
msys2-runtime=3.5.4
4746

4847
%CONFLICTS%
4948
libcatgets-devel
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)