Commit Graph

111 Commits

Author SHA256 Message Date
Dominique Leuenberger
d4425d06f6 Accepting request 1152254 from Base:System
Prepare for RPM 4.20 (forwarded request 1152170 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1152254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=66
2024-03-01 22:36:00 +00:00
6cfb90e350 Accepting request 1152170 from home:dimstar:rpm4.20:g
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1152170
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=99
2024-02-27 12:12:08 +00:00
Ana Guerrero
88feccacc9 Accepting request 1120193 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1120193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=65
2023-10-27 20:27:50 +00:00
e446975763 Accepting request 1119912 from home:AdaLovelace:branches:Base:System
- Fix s390x build with 'gcc -Dalignas=_Alignas' bug#66709

OBS-URL: https://build.opensuse.org/request/show/1119912
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=97
2023-10-25 08:04:50 +00:00
Ana Guerrero
908faafa6e Accepting request 1108153 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1108153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=64
2023-09-01 12:19:15 +00:00
Danilo Spinella
81206a0b70 Accepting request 1108152 from home:dspinella:branches:Base:System
- Update to 1.13:
  * zless now diagnoses gzip failures, if using less 623 or later.
  * When SIGPIPE is ignored, gzip now exits with status 2 (warning)
  instead of status 1 (error) when writing to a broken pipe.  This is
  more useful with programs like 'less' that treat gzip exit status 2
  as a non-failure.
  * 'gzip -d' no longer fails to report invalid compressed data
  that uses a dictionary distance outside the input window.
  [bug present since the beginning]
  * Port to C23, which does not allow K&R-style function definitions
  with parameters, and which does not define __alignas_is_defined.
- Refreshed manpage-no-date.patch

OBS-URL: https://build.opensuse.org/request/show/1108152
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=95
2023-08-30 15:42:03 +00:00
Ana Guerrero
fa7ea2701a Accepting request 1105863 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1105863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=63
2023-08-30 08:17:32 +00:00
Danilo Spinella
399fed0afa Accepting request 1104202 from home:dimstar:Factory
- export CONFIG_SHELL=/bin/sh before running configure: results in
  the shell script (zcat/zgrep/…) to receive a /bin/sh shebang
  instead of requiring bash (the local shell used to build).
- Use for i in $(seq 1 9) instead of bashism for in in {1..9}, and
  drop buildshell definition to require bash.

OBS-URL: https://build.opensuse.org/request/show/1104202
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=93
2023-08-24 14:00:44 +00:00
Dominique Leuenberger
ba2fab7532 Accepting request 1055860 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1055860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=62
2023-01-07 16:15:43 +00:00
Danilo Spinella
80cf0a7a72 Accepting request 1054542 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1054542
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=91
2023-01-04 14:19:27 +00:00
Dominique Leuenberger
74ac46472d Accepting request 973075 from Base:System
OBS-URL: https://build.opensuse.org/request/show/973075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=61
2022-05-01 16:53:16 +00:00
552405e9ee Accepting request 973066 from home:dimstar:Factory
- Rename xz_lzma.patch xz_lzma_zstd.patch and expand the patch to
  supprt zstd compression (boo#1198922).

OBS-URL: https://build.opensuse.org/request/show/973066
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=89
2022-04-27 09:39:29 +00:00
Dominique Leuenberger
ed92f488b6 Accepting request 968010 from Base:System
- update to 1.12 (CVE-2022-1271,bsc#1198062):
  * 'gzip -l' no longer misreports file lengths 4 GiB and larger.
    Previously, 'gzip -l' output the 32-bit value stored in the gzip
    header even though that is the uncompressed length modulo 2**32.
    Now, 'gzip -l' calculates the uncompressed length by decompressing
    the data and counting the resulting bytes.  Although this can take
    much more time, nowadays the correctness pros seem to outweigh the
    performance cons.
  * 'zless' is no longer installed on platforms lacking 'less'.
  * zgrep applied to a crafted file name with two or more newlines
    can no longer overwrite an arbitrary, attacker-selected file.
    [bug introduced in gzip-1.3.10]
  * zgrep now names input file on error instead of mislabeling it as
    "(standard input)", if grep supports the GNU -H and --label options.
  * 'zdiff -C 5' no longer misbehaves by treating '5' as a file name.
  * Configure-time options like --program-prefix now work.
- refresh zdiff.diff, zgrep.diff, zmore.diff

OBS-URL: https://build.opensuse.org/request/show/968010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=60
2022-04-11 21:46:33 +00:00
13922d11a7 - update to 1.12 (CVE-2022-1271,bsc#1198062):
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=87
2022-04-09 12:47:41 +00:00
3489662bec Accepting request 968007 from home:dirkmueller:Factory
- update to 1.12:
  * 'gzip -l' no longer misreports file lengths 4 GiB and larger.
    Previously, 'gzip -l' output the 32-bit value stored in the gzip
    header even though that is the uncompressed length modulo 2**32.
    Now, 'gzip -l' calculates the uncompressed length by decompressing
    the data and counting the resulting bytes.  Although this can take
    much more time, nowadays the correctness pros seem to outweigh the
    performance cons.
  * 'zless' is no longer installed on platforms lacking 'less'.
  * zgrep applied to a crafted file name with two or more newlines
    can no longer overwrite an arbitrary, attacker-selected file.
    [bug introduced in gzip-1.3.10]
  * zgrep now names input file on error instead of mislabeling it as
    "(standard input)", if grep supports the GNU -H and --label options.
  * 'zdiff -C 5' no longer misbehaves by treating '5' as a file name.
  * Configure-time options like --program-prefix now work.
- refresh zdiff.diff, zgrep.diff, zmore.diff

OBS-URL: https://build.opensuse.org/request/show/968007
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=86
2022-04-09 12:42:32 +00:00
Dominique Leuenberger
ac97431e06 Accepting request 954184 from Base:System
OBS-URL: https://build.opensuse.org/request/show/954184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=59
2022-02-15 22:56:57 +00:00
Danilo Spinella
6723379f25 Accepting request 950054 from home:dirkmueller:Factory
- add conflicts/provides for alternative(gzip)
- modernize spec file

OBS-URL: https://build.opensuse.org/request/show/950054
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=85
2022-02-14 10:30:23 +00:00
Dominique Leuenberger
80a6c27486 Accepting request 918000 from Base:System
OBS-URL: https://build.opensuse.org/request/show/918000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=58
2021-09-20 21:31:42 +00:00
Danilo Spinella
8c1ab2fa83 Accepting request 917999 from home:dspinella:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/917999
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=84
2021-09-10 14:58:41 +00:00
Danilo Spinella
2cd2e398ab Accepting request 917691 from home:dspinella:branches:Base:System
- Update to 1.11:
  * Performance improvements
  * Added hardware acceleration for IBM Z
- Refresh patches:
  * manpage-no-date.patch
  * xz_lzma.patch
- Remove upstreamed patches:
  * gzip-1.10-fix-DFLTCC-segfault.patch
  * gzip-1.10-fix_count_of_lines_to_skIip.patch
  * gzip-1.10-ibm_dfltcc_support.patch

OBS-URL: https://build.opensuse.org/request/show/917691
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=83
2021-09-10 14:22:11 +00:00
Dominique Leuenberger
e7f08686e6 Accepting request 903071 from Base:System
OBS-URL: https://build.opensuse.org/request/show/903071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=57
2021-07-09 21:56:33 +00:00
3b3197d579 Accepting request 901465 from home:fbui:branches:Base:System
- Avoid text relocation on i386 (bsc#1143125)
  Text relocation doesn't cope well with some security hardening which
  consists in prohibiting attempts to change memory mappings to become
  executable.
  Hence disable the use of assembler code and get rid of text
  relocations especially since the assembler code is slower than the
  code generated by gcc according to Fedora. According to Debian this
  also fixes gzip generating different results on ia64.

OBS-URL: https://build.opensuse.org/request/show/901465
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=82
2021-06-29 11:57:07 +00:00
Dominique Leuenberger
53898a1c3e Accepting request 885153 from Base:System
OBS-URL: https://build.opensuse.org/request/show/885153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=56
2021-04-18 19:44:03 +00:00
Kristyna Streitova
4dae0a7744 Accepting request 884997 from home:pgajdos
- fix DFLTCC segfault [bsc#1177047]
- added patches
  fix https://git.savannah.gnu.org/cgit/gzip.git/commit/?id=be0a534ba2b6e77da289de8da79e70843b1028cc
  + gzip-1.10-fix-DFLTCC-segfault.patch

OBS-URL: https://build.opensuse.org/request/show/884997
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=80
2021-04-13 20:12:29 +00:00
Dominique Leuenberger
d31101dc59 Accepting request 876632 from Base:System
OBS-URL: https://build.opensuse.org/request/show/876632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=55
2021-03-11 19:06:38 +00:00
Kristyna Streitova
acbac7d0c2 Accepting request 876631 from home:kstreitova:branches:Base:System
- gzip.spec: move %patch10 from the ifarch condition (mistake)

OBS-URL: https://build.opensuse.org/request/show/876631
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=78
2021-03-04 02:19:11 +00:00
Dominique Leuenberger
42f72910a7 Accepting request 867887 from Base:System
OBS-URL: https://build.opensuse.org/request/show/867887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=54
2021-02-07 14:13:46 +00:00
9f56c9d217 Accepting request 867317 from home:kstreitova:branches:Base:System
- add gzip-1.10-fix_count_of_lines_to_skip.patch to fix count
  of lines to skip [bsc#1180713]

OBS-URL: https://build.opensuse.org/request/show/867317
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=76
2021-01-30 07:49:43 +00:00
Dominique Leuenberger
0bf7bc6a8b Accepting request 850282 from Base:System
OBS-URL: https://build.opensuse.org/request/show/850282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=53
2020-11-26 22:09:34 +00:00
Kristyna Streitova
e9f0f11c65 Accepting request 849611 from home:lnussel:usrmove
- prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/849611
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=74
2020-11-23 17:36:18 +00:00
Dominique Leuenberger
2ed878a505 Accepting request 831921 from Base:System
OBS-URL: https://build.opensuse.org/request/show/831921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=52
2020-09-08 20:55:14 +00:00
1aeb322804 Accepting request 831488 from home:kstreitova:branches:Base:System
- Enable DFLTCC compression for s390x for levels 1-6 (i. e. to make
  it used by default) by adding -DDFLTCC_LEVEL_MASK=0x7e to CLFAGS.
  [jsc#SLE-13775]

OBS-URL: https://build.opensuse.org/request/show/831488
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=72
2020-09-03 15:32:58 +00:00
Dominique Leuenberger
653c9536be Accepting request 726467 from Base:System
OBS-URL: https://build.opensuse.org/request/show/726467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=51
2019-09-07 09:24:47 +00:00
Kristyna Streitova
77968a3f0f Accepting request 726466 from home:kstreitova:branches:Base:System
- refresh gzip-1.10-ibm_dfltcc_support.patch to fix three data
  corruption issues [bsc#1145276] [jsc#SLE-5818] [jsc#SLE-8914]

- add gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818] [jsc#SLE-8914]

OBS-URL: https://build.opensuse.org/request/show/726466
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=70
2019-08-27 11:02:21 +00:00
Dominique Leuenberger
27f3259281 Accepting request 713224 from Base:System
OBS-URL: https://build.opensuse.org/request/show/713224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=50
2019-07-13 11:34:16 +00:00
Kristyna Streitova
175cc3ff99 Accepting request 709398 from home:kstreitova:branches:Base:System
- add gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818]
  * it adds support for DFLTCC (hardware-accelerated deflation)
    for s390x arch
  * enable it via "--enable-dfltcc" option

OBS-URL: https://build.opensuse.org/request/show/709398
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=68
2019-07-03 11:42:26 +00:00
Dominique Leuenberger
2e1f17fa3d Accepting request 662443 from Base:System
OBS-URL: https://build.opensuse.org/request/show/662443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=49
2019-01-08 11:15:23 +00:00
Kristyna Streitova
8fe39be186 Accepting request 662062 from home:AndreasStieger:branches:Base:System
gzip 1.10

OBS-URL: https://build.opensuse.org/request/show/662062
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=66
2019-01-02 12:41:47 +00:00
Dominique Leuenberger
ad7d66a9dc Accepting request 626996 from Base:System
OBS-URL: https://build.opensuse.org/request/show/626996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=48
2018-08-06 09:52:15 +00:00
8be0d6dd54 Accepting request 626916 from home:Andreas_Schwab:glibc:rebuild
- gnulib-libio.patch: Update gnulib for libio.h removal

OBS-URL: https://build.opensuse.org/request/show/626916
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=64
2018-08-02 07:01:56 +00:00
Dominique Leuenberger
7034c1ddb0 Accepting request 580533 from Base:System
OBS-URL: https://build.opensuse.org/request/show/580533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=47
2018-03-07 09:28:04 +00:00
434faea356 Accepting request 580091 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580091
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=62
2018-02-27 09:47:43 +00:00
Dominique Leuenberger
7c3b47549d Accepting request 563877 from Base:System
- license is GPL-3.0+

- Update to 1.9
  * Fix suffix handling
  * Fix bug when handling pack format while decompressing
  * Fix time handling bug
  * Improve exit code handling for shell scripts
- remove gzip-1.8-fix_unpack_EOB_check.patch as it is included
  upstream now
- refresh manpage-no-date.patch
- spec file cleanups

- add gzip-1.8-deprecate_netstat.patch to get rid of deprecated
  'netstat -n' command in tests/init.sh script

OBS-URL: https://build.opensuse.org/request/show/563877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=46
2018-01-17 20:45:29 +00:00
f969c79a9d - license is GPL-3.0+
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=60
2018-01-12 15:29:36 +00:00
Kristyna Streitova
10994f7a42 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=59 2018-01-12 09:53:05 +00:00
Kristyna Streitova
ce8c81a170 Accepting request 563553 from home:kbabioch:branches:Base:System
Bump to gzip version 1.9

OBS-URL: https://build.opensuse.org/request/show/563553
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=58
2018-01-12 09:52:05 +00:00
Kristyna Streitova
00e4a78145 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=57 2018-01-05 09:59:09 +00:00
Kristyna Streitova
d38811f326 Accepting request 561629 from home:kstreitova:branches:Base:System
- add gzip-1.8-deprecate_netstat.patch to get rid off deprecated
  'netstat -n' command in tests/init.sh script

OBS-URL: https://build.opensuse.org/request/show/561629
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=56
2018-01-05 09:58:50 +00:00
Dominique Leuenberger
b0b2698759 Accepting request 551355 from Base:System
OBS-URL: https://build.opensuse.org/request/show/551355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=45
2017-12-12 20:16:14 +00:00
Kristyna Streitova
29bc097dd1 Accepting request 547224 from home:kstreitova:branches:Base:System
- add gzip-1.8-fix_unpack_EOB_check.patch to fix mishandling of
  leading zeros in the end-of-block code [bsc#1067891]

OBS-URL: https://build.opensuse.org/request/show/547224
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=54
2017-12-05 12:39:55 +00:00