7
0

25 Commits

Author SHA256 Message Date
ddee6cf037 Add Gitea build results 2025-08-12 18:12:43 +02:00
b9c975dca9 Accepting request 1281154 from home:pgajdos
- -std=gnu11 to fix build with gcc15
- modified sources
  % cpanspec.yml

OBS-URL: https://build.opensuse.org/request/show/1281154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=43
2025-06-02 07:23:35 +00:00
9698cbedcd Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=40
2025-02-04 18:45:37 +00:00
2fe1efdcb7 Accepting request 856638 from devel:languages:perl:autoupdate
- updated to 1.8
   see /usr/share/doc/packages/perl-Convert-UUlib/Changes
  TODO: biggest timesinks: FP_fgets/getc_unlocked overall, UUInsertPartToList dominates large loads due to O(n**2) search
  1.8  
  	- no bugfixes in this release due to lack of known bugs, but the major changes
            in this release might have introduced new bugs, so watch out.
  	- update large decoder example to disable OPT_AUTOCHK and use Smerge -1.
  	- some micro-optimisations.
          - avoid costly string comparisons by comparing hashes when isnerting items,
            which speeds up insertion by a constant factor.
          - improve uulist (and other) structure layout and size.
          - reverse the order of file list items, which heuristically improves
            match speed with large usenet file lists.
          - use getc instead of fgetc, which makes no difference on gnu/linux.
          - clean up _FP symbol names toi not start with an underscore.
          - use feof_unlocked and ferror_unlocked.
          - implement a faster ascii-only strnicmp.
  	- misc very minor code improvements.
          - remove quite a bit of pre-posix/dos/etc. cruft.
          - use flockfile, if available, for a potential but small
            speed gain.
          - speed up inner yenc decoder loop.
          - kentnl said that this module should no longer claim to be a simple
            interface to uulib, as the bunndled copy is now better maintained
            than the original upstream library.

OBS-URL: https://build.opensuse.org/request/show/856638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=38
2020-12-21 12:21:23 +00:00
6caea7e99c Accepting request 785912 from devel:languages:perl:autoupdate
- updated to 1.71
   see /usr/share/doc/packages/perl-Convert-UUlib/Changes
  1.71 
  	- backport to c89 (patch by Paul Howarth).

OBS-URL: https://build.opensuse.org/request/show/785912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=36
2020-03-17 12:13:49 +00:00
4bac489eec Accepting request 780957 from devel:languages:perl:autoupdate
- updated to 1.7
   see /usr/share/doc/packages/perl-Convert-UUlib/Changes
  1.7  
  	- new function: GetFileList.
  	- experimental perlmulticore support (see manpage).
          - Initialize is now a NOP and CleanUp automatically initializes again.
          - updated example decoder and documentation a bit.
  	- include ecb.h to deal with compiler builtins and endianness.
  	- some further µ-optimisations in hot code, especially for yEnc.
          - replace crc32 function by slice-by-16 version by Stephan Brumme,
            which should speed up yEnc en-/decoding.
          - yEnc: do not calculate two crcs per part, instead, combine
            the part crcs together to form the file crc.
          - yEnc: allow pcrc= in addition to pcrc32= for yenc trailers, as
            some draft mentions both and it is actually in active use.
          - yEnc: ignore crc32= on multiparts, except on the last part,
            which avoids spurious corruption warnings.
          - be more precise in documenting code licenses in COPYING.
          - convert constant creation to the method I normally use.
          - use common::sense.

OBS-URL: https://build.opensuse.org/request/show/780957
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=34
2020-03-03 09:25:13 +00:00
Lars Vogdt
fe35340541 Accepting request 775107 from devel:languages:perl:autoupdate
- updated to 1.62
   see /usr/share/doc/packages/perl-Convert-UUlib/Changes
  1.62 
  	- major performance improvement by simplifying code in _FP_gets
            to not use fscanf. This might slow things down on platforms
            with very slow fgetc.
  
  1.61 
  	- lint uulib: fix some format string type mismatches
            and some other minor issues.

OBS-URL: https://build.opensuse.org/request/show/775107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=32
2020-02-18 10:58:37 +00:00
564c14f068 Accepting request 746783 from home:tinita:branches:devel:languages:perl
- Add manual license GPL-1.0-or-later to cpanspec.yml (see COPYING file in
   the source)

OBS-URL: https://build.opensuse.org/request/show/746783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=30
2019-11-11 09:05:28 +00:00
Lars Vogdt
21a0a9b3d7 Accepting request 742852 from devel:languages:perl:autoupdate
- Regenerate spec with newest cpanspec
   * Add manual dependencies to cpanspec.yml
- updated to 1.6
   see /usr/share/doc/packages/perl-Convert-UUlib/Changes
  1.6  
  	- fix heap overflow (testcase by Noel Duffy, reported
            by Robert Scheck). The defense-in-depth mechanism based
            on mmap should make this unexploitable for other than denial
            of service, on systems supporting mmap/mprotect.

OBS-URL: https://build.opensuse.org/request/show/742852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=29
2019-10-27 14:22:08 +00:00
df087af51c Accepting request 638238 from home:pmonrealgonzalez:branches:devel:languages:perl
- update to 1.4
        - fix a heap overflow (testcase by Krzysztof Wojtaś).
        - on systems that support it (posix + mmap + map_anonymous),
          allocate all dynamic areas via mmap and put four guard
          pages around them, to catch similar heap overflows
          safely in the future.
        - find a safer way to pass in CC/CFLAGS to uulib.
        - added stability canary support.

OBS-URL: https://build.opensuse.org/request/show/638238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=27
2018-09-26 07:34:38 +00:00
Stephan Kulow
8a62e130bf Accepting request 254753 from home:jengelh:dev
- Use source URLs, and remove old specfile tags and sections.

OBS-URL: https://build.opensuse.org/request/show/254753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=25
2014-10-09 05:35:44 +00:00
Stephan Kulow
89756d23ff use gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=21
2011-11-17 15:24:18 +00:00
Stephan Kulow
f6738b9044 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=19 2011-11-11 11:15:01 +00:00
Vítězslav Čížek
fe0f9b425e - update to 1.4
- avoid a classical buffer overflow in case a progress
          message is too long.
        - this release adds depdencies for snprintf/vsnprintf.
	- some uuencode encoders do not generate a final "space" line
          before the "end" marker, so do not rely on the line to be there.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=17
2011-05-30 08:04:45 +00:00
Anna Maresova
64aa5c6ae0 - update to 1.34
* fix a one-byte-past-end-write buffer overflow in UURepairData
   (reported, analysed and testcase provided by Marco Walther).
 * quoted-printable decoding was completely broken, try a fix.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=15
2010-12-16 12:49:50 +00:00
OBS User buildservice-autocommit
1e7756e731 Updating link to change in openSUSE:Factory/perl-Convert-UUlib revision 13.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=3b919863a77f4fd8171066e6155b3911
2010-12-05 20:43:15 +00:00
Stephan Kulow
69f884a5fb always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=13
2010-12-03 13:59:02 +00:00
Stephan Kulow
dc36ec0c11 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=12
2010-12-01 13:40:00 +00:00
Stephan Kulow
65c01f6e8b - remove /var/adm/perl-modules
- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=11
2010-11-29 18:53:28 +00:00
OBS User autobuild
f28d7b30b4 Autobuild autoformatter for 50964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Convert-UUlib?expand=0&rev=11
2010-10-19 10:50:54 +00:00
Ruediger Oertel
dddfcef45c Accepting request 50964 from devel:languages:perl
Accepted submit request 50964 from user coolo

OBS-URL: https://build.opensuse.org/request/show/50964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Convert-UUlib?expand=0&rev=10
2010-10-19 10:50:50 +00:00
OBS User autobuild
711e8a4924 Accepting request 32691 from devel:languages:perl
Copy from devel:languages:perl/perl-Convert-UUlib based on submit request 32691 from user coolo

OBS-URL: https://build.opensuse.org/request/show/32691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Convert-UUlib?expand=0&rev=6
2010-02-18 15:50:03 +00:00
OBS User autobuild
94bdcbcced Accepting request 29288 from devel:languages:perl
Copy from devel:languages:perl/perl-Convert-UUlib based on submit request 29288 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Convert-UUlib?expand=0&rev=5
2010-01-12 13:12:54 +00:00
OBS User unknown
5270447acd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Convert-UUlib?expand=0&rev=3 2008-10-23 02:42:44 +00:00
OBS User unknown
651e67886c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Convert-UUlib?expand=0&rev=1 2007-01-15 23:30:10 +00:00