112 Commits

Author SHA256 Message Date
1e7a361c8d Accepting request 1269335 from Base:System
gzip 1.14 (forwarded request 1268508 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1269335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=67
2025-04-16 18:38:16 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
10994f7a42 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=59 2018-01-12 09:53:05 +00:00
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
00e4a78145 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=57 2018-01-05 09:59:09 +00:00
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
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
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
32e447fc34 Accepting request 499887 from Base:System
Make build reproducible in spite of gcc profile based optimizations (boo#1040589)

The previous version would create an unused tar file called 'd'
and use an empty tmpfile for training gzip profiles
though it did make builds reproducible, it would lose some optimizations (forwarded request 499876 from bmwiedemann)

OBS-URL: https://build.opensuse.org/request/show/499887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=44
2017-06-07 07:52:02 +00:00
a0f4a903e3 Accepting request 499876 from home:bmwiedemann:branches:Base:System
Make build reproducible in spite of gcc profile based optimizations (boo#1040589)

The previous version would create an unused tar file called 'd'
and use an empty tmpfile for training gzip profiles
though it did make builds reproducible, it would lose some optimizations

OBS-URL: https://build.opensuse.org/request/show/499876
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=52
2017-05-31 05:39:57 +00:00
fe8d63443a - changing the way how gcc profiling is generating to have a reproducible
build

OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=51
2017-05-30 10:01:07 +00:00
327561019d Accepting request 499520 from home:heijligen:branches:Base:System
changing the way how gcc profiling is generating to have a reproducible build
https://en.opensuse.org/openSUSE:Reproducible_Builds

OBS-URL: https://build.opensuse.org/request/show/499520
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=50
2017-05-30 09:47:23 +00:00
267d2a5032 Accepting request 487582 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/487582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=43
2017-04-29 08:47:33 +00:00
6e9d0ef9e8 Accepting request 487416 from home:kstreitova:branches:Base:System
- define %{_buildshell} to /bin/bash as we newly rely on bash
  features like {1..9}

OBS-URL: https://build.opensuse.org/request/show/487416
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=48
2017-04-12 13:52:04 +00:00
Ludwig Nussel
4bb1c44c97 Accepting request 482898 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/482898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=42
2017-04-03 09:04:32 +00:00
a01b43378e Accepting request 482496 from home:kstreitova:branches:Base:System
- cleanup with spec-cleaner
- use loop with a range instead of a number list

OBS-URL: https://build.opensuse.org/request/show/482496
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=46
2017-03-27 14:11:40 +00:00
c98f4aa051 Accepting request 392059 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/392059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=41
2016-05-12 07:32:23 +00:00
18825f6905 Accepting request 391803 from home:pluskalm:branches:Base:System
- Update to 1.8
  * gzip -l no longer falsely reports a write error when writing to 
    a pipe.
  * Port to Oracle Solaris Studio 12 on x86-64.
  * When configuring gzip, ./configure DEFS='...-DNO_ASM...' now 
    suppresses assembler again.
- Small spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/391803
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=44
2016-04-29 08:40:55 +00:00
2f38659d8e Accepting request 381261 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/381261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=40
2016-04-05 08:39:47 +00:00
64924cd2e7 Accepting request 380961 from home:scarabeus_iv:branches:Base:System
- Version update to release 1.7:
  * gzip now accepts the --synchronous option
  * gzip now accepts the --rsyncable option
  * The GZIP environment variable is now obsolescent
  * Installed programs like 'zgrep' now use the PATH environment variable as
    usual to find subsidiary programs like 'gzip' and 'grep'
- Remove obsolete patch tempfile.diff
- Remove upstreamed patch gzip-rsyncable.diff
- Rebase manpage-no-date.patch to apply to 1.7 version

- Rename reproducible.patch to something actually explanatory:
  * manpage-no-date.patch

OBS-URL: https://build.opensuse.org/request/show/380961
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=42
2016-03-29 15:54:32 +00:00
7da5f2791c Accepting request 376089 from Base:System
Add reproducible.patch to fix build-compare (forwarded request 376068 from bmwiedemann)

OBS-URL: https://build.opensuse.org/request/show/376089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=39
2016-03-26 14:07:43 +00:00
396383c619 Accepting request 376068 from home:bmwiedemann:branches:Base:System
Add reproducible.patch to fix build-compare

OBS-URL: https://build.opensuse.org/request/show/376068
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=40
2016-03-20 16:33:51 +00:00
631f397b60 Accepting request 265904 from Base:System
- build with PIE

OBS-URL: https://build.opensuse.org/request/show/265904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=38
2014-12-23 11:32:59 +00:00
416edfac4c OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=38 2014-12-19 10:35:31 +00:00
4741d0043a - build with PIE
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=37
2014-12-19 10:06:36 +00:00
Stephan Kulow
7d340e3d00 Accepting request 233626 from Base:System
- Remove unneeded update-alternatives requirement (bnc#876129) 
- Clean spec

OBS-URL: https://build.opensuse.org/request/show/233626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=36
2014-05-22 18:38:03 +00:00
Wojtek Dziewięcki
ea47597a66 - Remove unneeded update-alternatives requirement (bnc#876129)
- Clean spec

OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=35
2014-05-12 15:45:18 +00:00
Stephan Kulow
a063d753dc Accepting request 200823 from Base:System
- Don't install twice (forwarded request 200810 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/200823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=35
2013-09-27 15:32:26 +00:00
382fd83c7e Accepting request 200810 from home:Andreas_Schwab:Factory
- Don't install twice

OBS-URL: https://build.opensuse.org/request/show/200810
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=33
2013-09-26 14:05:40 +00:00
Stephan Kulow
f8b97c5a32 Accepting request 185071 from Base:System
- add the correct project URL
On gzip.org the history stops with version 1.2.4 (1993). (forwarded request 184967 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/185071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=33
2013-07-31 16:31:31 +00:00
494d5263ef Accepting request 184967 from home:rudi_m:branches:Base:System
- add the correct project URL
On gzip.org the history stops with version 1.2.4 (1993).

OBS-URL: https://build.opensuse.org/request/show/184967
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=31
2013-07-31 09:43:38 +00:00
Stephan Kulow
402ba53c3a Accepting request 182657 from Base:System
- Override broken configure checks (forwarded request 182593 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/182657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=32
2013-07-09 18:50:00 +00:00
8962ca7838 Accepting request 182593 from home:Andreas_Schwab:Factory
- Override broken configure checks

OBS-URL: https://build.opensuse.org/request/show/182593
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=29
2013-07-09 14:03:20 +00:00
Stephan Kulow
eab63a4c60 Accepting request 178533 from Base:System
- Update to new upstream release 1.6 (forwarded request 178436 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/178533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=31
2013-06-14 14:45:50 +00:00
aff01339ae Accepting request 178436 from home:jengelh:branches:Base:System
- Update to new upstream release 1.6

OBS-URL: https://build.opensuse.org/request/show/178436
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=27
2013-06-11 12:44:23 +00:00
Stephan Kulow
e508764e4f Accepting request 161544 from Base:System
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 161530 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/161544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=30
2013-04-02 09:51:42 +00:00
029ff98bb9 Accepting request 161530 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161530
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=25
2013-03-28 09:08:37 +00:00
Stephan Kulow
a1f438c126 Accepting request 150684 from Base:System
- Add support for xz and lzma (bnc#799561 - zgrep silently fails on
  LZMA compressed files) - xz_lzma.patch

OBS-URL: https://build.opensuse.org/request/show/150684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=29
2013-02-01 14:48:21 +00:00
Wojtek Dziewięcki
163b27ca46 LZMA compressed files) - xz_lzma.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=23
2013-02-01 10:27:20 +00:00
Wojtek Dziewięcki
f911255567 - Add support for xz and lzma (bnc#799561 - zgrep silently fails on
LZMA compressed files)

OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=22
2013-01-31 16:49:11 +00:00
Stephan Kulow
a8b26e1a66 Accepting request 138472 from Base:System
- update to 1.5
  - gzip -cdf mishandles some concatenated input streams: test it
  - gzip -cdf now handles concatenation of gzip'd and uncompressed data
  - gzip: fix a data-loss bug when decompressing with --suffix=''
  - gzip: fix nondeterministic compression results
  - fix "znew -K" to work without use of compress utility
  - Decode FHCRC flag properly, as per Internet RFC 1952.
  - zgrep: fix parsing of -Eh options
  - zgrep: terminate gracefully when a pipeline is interrupted by a signal
  - zgrep: fix shell portability bug with -f; fix mishandling of "-e -"
  - zless: decompress stdin too, if less 429 or later
- dropped gzip-stdio.in.patch, refreshed others (forwarded request 138375 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/138472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=27
2012-10-18 19:48:20 +00:00
aa667cf72c Accepting request 138375 from home:vitezslav_cizek:branches:Base:System
- update to 1.5
  - gzip -cdf mishandles some concatenated input streams: test it
  - gzip -cdf now handles concatenation of gzip'd and uncompressed data
  - gzip: fix a data-loss bug when decompressing with --suffix=''
  - gzip: fix nondeterministic compression results
  - fix "znew -K" to work without use of compress utility
  - Decode FHCRC flag properly, as per Internet RFC 1952.
  - zgrep: fix parsing of -Eh options
  - zgrep: terminate gracefully when a pipeline is interrupted by a signal
  - zgrep: fix shell portability bug with -f; fix mishandling of "-e -"
  - zless: decompress stdin too, if less 429 or later
- dropped gzip-stdio.in.patch, refreshed others

OBS-URL: https://build.opensuse.org/request/show/138375
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=20
2012-10-17 09:19:18 +00:00
Ismail Dönmez
fd0e9403d9 Accepting request 128241 from Base:System
Fix build with missing gets declaration (glibc 2.16) (forwarded request 128155 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/128241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=26
2012-07-21 10:29:19 +00:00
3a51a4ab67 Accepting request 128155 from home:a_jaeger:FactoryFix
Fix build with missing gets declaration (glibc 2.16)

OBS-URL: https://build.opensuse.org/request/show/128155
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=18
2012-07-18 15:54:15 +00:00
Stephan Kulow
8fd8e41e1a Accepting request 103289 from Base:System
- keep binaries in /usr tree (UsrMerge project)

OBS-URL: https://build.opensuse.org/request/show/103289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=24
2012-02-10 16:46:41 +00:00
Vítězslav Čížek
0046114810 Accepting request 103114 from home:rjschwei:branches:Base:System
usrMerge project - move files from toplevel to /usr

OBS-URL: https://build.opensuse.org/request/show/103114
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=16
2012-02-08 09:51:32 +00:00
Stephan Kulow
23b6122bd7 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=23
2011-12-06 17:17:45 +00:00
OBS User autobuild
861258761f Autobuild autoformatter for 52976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=20
2010-11-15 14:03:15 +00:00
Ruediger Oertel
8fb29b01f1 Accepting request 52976 from Base:System
Accepted submit request 52976 from user coolo

OBS-URL: https://build.opensuse.org/request/show/52976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=19
2010-11-15 14:03:05 +00:00
Stephan Kulow
7b3bf6b130 Accepting request 52969 from home:elvigia:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/52969
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=14
2010-11-14 07:17:38 +00:00
OBS User autobuild
02a500029f Accepting request 48514 from Base:System
Copy from Base:System/gzip based on submit request 48514 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/48514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=18
2010-09-20 13:14:21 +00:00
Pavol Rusnak
8cdc6a4ecc Accepting request 48470 from home:vuntz:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/48470
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=12
2010-09-19 18:10:36 +00:00
OBS User autobuild
3c80f6415a Accepting request 43691 from Base:System
Copy from Base:System/gzip based on submit request 43691 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=17
2010-07-23 14:54:55 +00:00
OBS User buildservice-autocommit
443c3baf68 Updating link to change in openSUSE:Factory/gzip revision 17.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=61bdd518f4737928136b6f067cf987af
2010-07-23 14:54:55 +00:00
OBS User autobuild
c9e787482b Accepting request 43691 from Base:System
checked in (request 43691)

OBS-URL: https://build.opensuse.org/request/show/43691
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=10
2010-07-23 14:54:54 +00:00
Stephan Kulow
ea37d3ce47 Accepting request 42133 from home:jengelh:smp
Copy from home:jengelh:smp/gzip via accept of submit request 42133 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42133
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=9
2010-06-28 21:26:26 +00:00
OBS User autobuild
7bc7f40328 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=14 2010-03-18 14:52:06 +00:00
OBS User buildservice-autocommit
c96e0b9b39 Updating link to change in openSUSE:Factory/gzip revision 14.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=4a45bc69599c6b0725d9c7179f99db3a
2010-03-18 14:52:06 +00:00
OBS User autobuild
c7c6ba1ff6 Accepting request 30400 from Base:System
Copy from Base:System/gzip based on submit request 30400 from user mseben

OBS-URL: https://build.opensuse.org/request/show/30400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=13
2010-01-29 14:00:15 +00:00
OBS User autobuild
89554c6fe1 Accepting request 28998 from Base:System
Copy from Base:System/gzip based on submit request 28998 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=12
2010-01-14 14:26:27 +00:00
OBS User unknown
850a8ef6d7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=10 2009-03-20 17:58:40 +00:00
OBS User unknown
60bd339a3f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=9 2009-01-08 17:08:21 +00:00
OBS User unknown
014ff1d35d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=7 2008-05-09 19:40:28 +00:00
OBS User unknown
439897d4d8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=6 2007-05-20 19:30:14 +00:00
OBS User unknown
2e54e398f9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=5 2007-04-15 08:49:40 +00:00
OBS User unknown
177644aa74 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=4 2007-03-28 22:41:19 +00:00
OBS User unknown
217e902bba OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=3 2007-02-06 23:39:06 +00:00
OBS User unknown
fd3dbe9010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=2 2007-01-08 21:52:58 +00:00
OBS User unknown
d54774ae10 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=1 2006-12-15 17:09:13 +00:00
2 changed files with 0 additions and 19 deletions

BIN
gzip-1.13.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEFV0/xQDINEhtHupnf9n8ywAL7u4FAmThXGMACgkQf9n8ywAL
7u6DSQ//RjzCkC3iXdMyHAHz4Hotpzh98evO3VdM33rpa54JadQH9bQr/sN+AI3I
fOtXQ4YYl3kta5yF3Fq5bl8TmjZLi4kcv3unPBerTMesjyW5vzSIPSnqUAe8wH1Q
pysTVV5w785PxMrPmfEodc7YUi55JHsoeUCtsDqERVuMT/PRWEN/nMwMVsL41fQ9
JqeJurH81mQguNheMF5YYbZjXJggb7Fggw/ZM2k60m4pPyGEdVUzOKd6Qg3UTYc2
arj7L5EmxBTKolhs7hROInax/iP4t8xm9mSxpq+JghIsdu9MR4IWOTgagOhIZ0oD
0MvKTJVYiEQJp9+U2tYQEXJgcsMbLOJN94VxYHlPoGmJPYMhUBsfhwMj9ss/Jzsf
qNg9GlaBD5MQ90OQtdoZ6gzwgaHf/3NHJfu1XKdBSEVI1OqnfQtFhfisD6ScQaQe
RqTH6NNsksnOcULHgHU6hPWTVMpYXuCJi0GtNr2RpMzEbmWA7sg6/pKe/pvgDrzT
vRRpT3rBpSGGxQ1Mcyljk7lBNWGHvVlJENHHg6CVJ8pKCB4gQDRZ2QyOVxRic9Na
FB+SUmlpVfDWw6TA3WLARGSjOpSBZYmMG87O+1JrelH4j198ZdK8QgeqNFktmWVK
Q8bM2bYJUDEADTfkerRRwEMks9cEWMUGAWBDfXE94+vZKG6+xsY=
=QwvG
-----END PGP SIGNATURE-----