Commit Graph

8363 Commits

Author SHA1 Message Date
Adolf Belka
31daeebd00 samba: Update to 4.14.3
- Update from 4.13.7 to 4.14.3
   Change to Samba 4.14 release series
    4.13 is now in maintenance mode
    4.14 is now the current stable release series
- Update of x86_64 rootfile
- Checked library changes with find-dependencies
   No linked programs found
- Changelog
   o  Trever L. Adams <trever.adams@gmail.com>
      * BUG 14671: s3:modules:vfs_virusfilter: Recent New_VFS changes break
        vfs_virusfilter_openat.
   o  Andrew Bartlett <abartlet@samba.org>
      * BUG 14586: build: Notice if flex is missing at configure time.
   o  Ralph Boehme <slow@samba.org>
      * BUG 14672: Fix smbd panic when two clients open same file.
      * BUG 14675: Fix memory leak in the RPC server.
      * BUG 14679: s3: smbd: fix deferred renames.
   o  Samuel Cabrero <scabrero@samba.org>
      * BUG 14675: s3-iremotewinspool: Set the per-request memory context.
   o  Volker Lendecke <vl@samba.org>
      * BUG 14675: Fix memory leak in the RPC server.
   o  Stefan Metzmacher <metze@samba.org>
      * BUG 11899: third_party: Update socket_wrapper to version 1.3.2.
      * BUG 14640: third_party: Update socket_wrapper to version 1.3.3.
   o  David Mulder <dmulder@suse.com>
      * BUG 14665: samba-gpupdate: Test that sysvol paths download in
        case-insensitive way.
   o  Sachin Prabhu <sprabhu@redhat.com>
      * BUG 14662: smbd: Ensure errno is preserved across fsp destructor.
   o  Christof Schmitt <cs@samba.org>
      * BUG 14663: idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid
        conflict.
   o  Martin Schwenke <martin@meltin.net>
      * BUG 14288: build: Only add -Wl,--as-needed when supported.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:06:43 +00:00
Michael Tremer
729bea6838 Drop mtools
We are no longer generating any floppy disk images.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:06:03 +00:00
Adolf Belka
97650f4466 mtools: Update to 4.0.27
- Update from 3.9.10 (2007) to 4.0.27 (2021)
- Update of rootfile
- Changelog is too large to put here
   Full details can be found in the changelog file in the debian
   subdirectory of the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:03:38 +00:00
Michael Tremer
3a98973f01 core157: Ship libgcrypt
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:03:19 +00:00
Adolf Belka
01fea78b30 libgcrypt: Update to 1.9.3
- Update from 1.9.2 to 1.9.3
- Update of rootfile
- Changelog is too long to put here.
   Full details can be found in the ChangeLog file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:02:51 +00:00
Michael Tremer
13efd70abd core157: Ship less
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:02:34 +00:00
Michael Tremer
f6babd950b openvmtools: Update rootfile
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 12:28:35 +00:00
Michael Tremer
16b587ca2e Drop python3-llfuse
See https://bugzilla.ipfire.org/show_bug.cgi?id=12611

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 12:14:34 +00:00
Michael Tremer
54836670fa core157: Ship pixman
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:10:13 +00:00
Adolf Belka
ea88fa90d3 pixman: Update to 0.40.0
- Update from 0.34.0 to 0.40.0
- Update of rootfile
- Changelog
   The ChangeLog and NEWS files in the source tarball are empty
   The only info on the changes is the git repository.
   https://cgit.freedesktop.org/pixman/log/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:09:59 +00:00
Michael Tremer
7d898984a3 core157: Ship openssh
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:09:49 +00:00
Adolf Belka
a6f4a466e8 nmap: Update to 7.91
- Update from 7.80 to 7.91
- Update of rootfile
- Changelog is too long to include here
   Full details can be found in the CHANGELOG file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:09:06 +00:00
Michael Tremer
5f4ba90586 core157: Ship fuse
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:08:50 +00:00
Adolf Belka
6a2d0484ca fuse: Update to 3.10.3
- Update from 3.10.1 to 3.10.3
- Update of rootfile
- Changelog
   libfuse 3.10.3 (2021-04-12)
     * Fix returning d_ino and d_type from readdir(3) in non-plus mode
   libfuse 3.10.2 (2021-02-05)
     * Allow "nonempty" as a mount option, for backwards compatibility with fusermount 2. The
       option has no effect since mounting over non-empty directories is allowed by default.
     * Fix returning inode numbers from readdir() in offset==0 mode.
     * FUSE filesystems can now be mounted underneath EXFAT mountpoints.
     * Various minor bugfixes.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:08:15 +00:00
Michael Tremer
d8cb7ecaa0 core157: Ship Digest
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:08:06 +00:00
Adolf Belka
694e21bb13 Digest: Update to 1.19
- Update from 1.08 to 1.19
- Update of rootfile
- Changelog
   1.19 Tue 2020-10-13
     - Merge blead change: Remove . from @INC when loading optional modules.
   1.18 Tue 2020-10-13
     - Correct documentation for add_bits
     - Explain $args,... in constructor prototypes
     - Add base64_padded_digest method
     - Add support for the SHA3 digests
     - Update .gitignore and get make manifest working
     - Github CI
     - Move Digest to a more modern directory tree layout
     - Enable strict/warnings for code and tests
     - Drop use vars
     - Provide a consistent tidy to the code base
     - Get rid of the use of bareword file handles
     - Modernize the changelog
     - Use File::Temp for temporary test files
   1.17 Sun 2011-10-02
     - Less noisy 'git status' output - Gisle Aas
     - Merge pull request #1 from schwern/bug/require_eval - Gisle Aas
     - Don't clobber $@ in Digest->new [RT#50663] - Gisle Aas
     - More meta info added to Makefile.PL - Gisle Aas
     - Fix typo in RIPEMD160 [RT#50629] - Gisle Aas
     - Add schwern's test files - Gisle Aas
     - Turn on strict. - Michael G. Schwern
     - Convert tests to use Test::More - Michael G. Schwern
     - Untabify - Michael G. Schwern
     - Turn Digest::Dummy into a real file which exercises the Digest->new() require logic. - Michael G. Schwern
     - Close the eval "require $module" security hole in Digest->new($algorithm) - Michael G. Schwern
   1.16 Tue 2009-06-09
     - For SHA-1 try Digest::SHA before tryign Digest::SHA1 as suggested by Adam Trickett - Gisle Aas
     - Support Digest->new("RIPEMD-160") as suggested by Zefram - Gisle Aas
     - Use 3-arg open for fewer surprises - Gisle Aas
     - Sync up with EBCDIC changes from core perl - Jarkko Hietaniemi
   1.15 Mon 2006-03-20
     - Improved documentation.
   1.14 Sat 2005-11-26
     - Documentation tweaks.
   1.13 Tue 2005-10-18
     - Fixed documentation typo.
   1.12 Thu 2005-09-29
     - Fix documentation typo.  Patch by <steve@fisharerojo.org>.
   1.11 Sun 2005-09-11
     - Make Digest->new("SHA-224") work.  Patch by Mark Shelor <shelor@cpan.org>.
   1.10 Mon 2004-11-08
     - Added Digest::file module which provide convenience functions that calculate digests of files.
   1.09 Fri 2004-11-05
     - Fix trivial documentation typo.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:07:51 +00:00
Michael Tremer
0030b84c82 core157: Ship dejavu-fonts-ttf
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:07:04 +00:00
Adolf Belka
ea84e5ef34 dejavu-fonts-ttf: Update to 2.37
- Update from 2.33 to 2.37
- Update of rootfile
- Changelog
Changes from 2.35 to 2.36
  * Fix issue with empty glyphs in condensed typefaces in the released source files.
  * Math: added DejaVu Math Tex Gyre by B. Jackowski, P. Strzelczyk and
    P. Pianowski (on behalf of TeX users groups)
  * Sans: removed dot of U+06BA in all forms
  * Sans: fixed position of three dots of U+06BD in init and medi forms (by
    Denis Jacquerye)
  * Sans: corrected direction of contours in U+05E7 (by Lior Halphon)
  * Sans: added U+1F643  (by Olleg Samoylov)
  * Serif: moved up U+0360-0361 (by Gee Fung Sit 薛至峰)
  * Serif: increased spacing of Roman numerals U+2161-2163, U+2165-2168,
    U+216A-216B (by Gee Fung Sit 薛至峰)
  * Serif: fixed anchor position of U+00E6 (by Gee Fung Sit 薛至峰)
  * Sans: fixed vertical position of U+20BA (by Gee Fung Sit 薛至峰)
  * Sans, Serif: fixed glyph height of Block Elements (by Gee Fung Sit 薛至峰)
  * Sans, Serif: added U+A698-A699 (by Gee Fung Sit 薛至峰)
  * Sans, Mono, Serif: added U+037F (by Gee Fung Sit 薛至峰)
  * Mono: added U+0376-0377, U+037B-037D (by Gee Fung Sit 薛至峰)
  * Serif: removed duplicate point from U+1D05 (by Gee Fung Sit 薛至峰)
  * Mono: added U+20BA, U+20BD (by Gee Fung Sit 薛至峰)
  * Sans: added moon symbols U+1F311-1F318 (by Ben Laenen)
Changes from 2.34 to 2.35
  * Sans, SansMono, Serif: added U+0E3F, U+A7F8-U+A7F9 (by Gee Fung Sit 薛至峰)
  * Sans, SansMono, Serif: moved inverted marks U+00A1, U+00BF, U+2E18 to x-height
    and added 'case' feature using original glyphs+hints (by Gee Fung Sit 薛至峰)
  * Sans, SansMono, Serif: fixed glyph heights in Box Drawing block (by Gee Fung
    Sit 薛至峰)
  * SansMono, Serif: adjusted U+016E to prevent cut-off (by Gee Fung Sit 薛至峰)
  * Sans: added U+269E-U+269F (by Lars Næsbye Christensen)
  * Sans: added U+06C7-U+06C8, U+06CB, U+06D0 and their presentation forms
    U+FBD7-U+FBD8, U+FBDB-U+FBDC, U+FBDE-U+FBDF, U+FBE4-U+FBE7 (by MihailJP)
  * Sans: added isolated, initial and stretched forms in the Arabic Mathematical
    Alphabetic Symbols block, U+1EE00 et seq. (by Gee Fung Sit 薛至峰)
  * Sans: restored GSUB tables for Hebrew (by Gee Fung Sit 薛至峰)
  * Sans: fixed U+1D301-U+1D303 (bug 73532) (by Gee Fung Sit 薛至峰)
  * Sans: fixed instructions for U+0394, U+039B in Bold (bug 16442) (by Gee Fung
    Sit 薛至峰)
  * Sans: minor improvements/fixes to U+07D4, U+203D, U+20A6, U+20BA, U+2E18,
    U+A782-U+A783 (by Gee Fung Sit 薛至峰)
  * Sans: moved U+2E1F to correct code point, was off by one (by Gee Fung Sit
    薛至峰)
  * SansExtraLight: added U+0184-U+0185, U+019B, U+01B7-U+01B9, U+01EE-U+01EF,
    U+0292, U+0298, U+0E3F, U+04E0-U+04E1, U+0516-U+0519 (by Gee Fung Sit 薛至峰)
  * SansMono: added U+203F, U+2150-U+2151, U+2189, U+220E, U+2210, U+2223,
    U+228D-U+228E, U+2293-U+2294, U+22B2-U+22B5, U+22B8, U+22C2-U+22C3,
    U+22CE-U+22D1, U+27DC, U+27EA-U+27EB, U+27F5-U+27F7, U+2987-U+2988,
    U+2997-U+2998, U+2A00 (by Gee Fung Sit 薛至峰)
  * SansMono: minor improvements/fixes to U+018C and U+018D, U+026F-U+0270 (by
    Gee Fung Sit 薛至峰)
  * SansMono: fixed glyph heights in Block Elements block (bug 14316) (by Gee
    Fung Sit 薛至峰)
  * Serif: replaced inverted breve on U+0202, U+0206, U+020A, U+020E, U+0212,
    U+0216 with its case form to prevent cut-off (by Gee Fung Sit 薛至峰)
  * Serif: redesigned/redrawn U+01E5, U+025E, U+0262, U+0277-U+0278,
    U+029A-U+029B (by Gee Fung Sit 薛至峰)
  * Serif: minor improvements/fixes to U+00DF, U+017B, U+01E4, U+0265,
    U+026F-U+0270, U+0280-U+0281, U+0294-U+0297, U+029F, U+02A1-U+02A2, U+03FB,
    U+1D0C, U+20A6, U+20B8, U+A731 (by Gee Fung Sit 薛至峰)
  * Serif: added stylistic alternatives for U+0110-U+0111, U+01E4-U+01E5 (by Gee
    Fung Sit 薛至峰)
  * Serif: added or adjusted anchors for U+0294, U+0256, U+041D (by Denis
    Jacquerye)
  * Sans, Serif: added OpenType MATH table (by Frédéric Wang)
  * Sans, Serif: added displaystyle math operators (by Frédéric Wang)
  * Serif: added italic mathematical alphanumeric characterd (by Frédéric Wang)
  * Serif: added construction for stretchy radical symbol (by Frédéric Wang)
  * Serif: added stylistic ssty variants for prime symbols
  * Sans, Serif: fixed incorrect glyph for U+22C4 (by Gee Fung Sit 薛至峰)
  * SansMono: added U+22C4 (by Gee Fung Sit 薛至峰)
  * SansMono: added to U+2336, U+233F-U+2340, U+2345-U+2346, U+234A,
    U+234E-U+234F, U+2351, U+2355-U+2356, U+235D, U+2361-U+2362, U+2366-U+2367,
    U+236A, U+2371-U+2372 (by Sami Tarazi)
  * Serif: added U+20BA (by Gee Fung Sit 薛至峰)
  * Sans, Serif: added U+20BD (by Gee Fung Sit 薛至峰)
Changes from 2.33 to 2.34
  * Sans, SansMono, Serif: unlinked references of U+2596 for bug 50848
    (by Denis Jacquerye)
  * Sans, SansMono, Serif: added U+A7AA (by Denis Jacquerye)
  * Sans, SansMono, Serif: added U+2A6A, U+2A6B, U+2E1F based on U+223B
    (by Denis Jacquerye)
  * Sans, Serif: removed superfluous ligature definitions for ffl und ffi
    (bug 55363) (by Gee Fung Sit 薛至峰)
  * Sans, Serif: swapped glyphs for U+25D2 and U+25D3 (bug 55197)
    (by Gee Fung Sit 薛至峰)
  * Sans, Serif: added U+A740, U+A741 (by Denis Jacquerye)
  * Sans: added U+20BA Turkish Lira sign (by Denis Jacquerye)
  * Sans: replaced Georgian Asomtavruli U+10A0-U+10C5 and Mkhedruli U+10D0-U+10FC
     with new version (by Besarion Gugushvili)
  * Sans: added Georgian Nuskhuri U+2D00-U+U+2D25 (by Besarion Gugushvili)
  * Sans: added Private Use Area glyphs for Georgian U+F400-U+F441
    (by Besarion Gugushvili)
  * Sans: tweaked U+0250, U+0254 (by Denis Jacquerye)
  * Sans: adjusted hinting of U+032C-U+032D, avoiding problem on some platforms
    (by Denis Jacquerye)
  * Sans: added U+A7A0-U+A7A9, pre-1921 Latvian letters with oblique stroke
    (by Denis Jacquerye)
  * Sans: added anchors to U+2C6D (by Denis Jacquerye)
  * Sans: added cedilla anchor to some Latin characters (by Denis Jacquerye)
  * Sans: added ogonek anchor to A, E, O, U, Y (by Denis Jacquerye)
  * Sans: adjusted ogonek reference in U+0172, U+01EA, U+01EB
    (by Denis Jacquerye)
  * Sans: added anchors to U+0104, U+0105 (by Denis Jacquerye)
  * Sans: added U+1F600, U+1F611, U+1F615, U+1F617, U+1F619, U+1F61B, U+1F61F,
    U+1F626-U+1F627, U+1F62E-U+1F62F, U+1F634 (by Gee Fung Sit 薛至峰)
  * Sans: replaced U+27A1 with mirror image of U+2B05 for consistency
    (by Gee Fung Sit 薛至峰)
  * Sans: copied hints from U+14A3, U+14A7 to U+2142-U+2143
    (by Gee Fung Sit 薛至峰)
  * Sans: added Lisu block (by Gee Fung Sit 薛至峰)
  * Sans: typographical improvements to U+0166-U+0167, U+02A6, U+02AA
    (by Gee Fung Sit 薛至峰)
  * Sans: slightly change hinting of "2" to fix bug 37395 (by Ben Laenen)
  * Sans: fixed U+1444 which had wrong top dot that shouldn't be there
    (by Denis Jacquerye)
  * Sans: added anchors for diacritics to U+01B7, U+01B8, U+01B9, U+0292
    (by Denis Jacquerye)
  * Sans: added U+01B7, U+01B8 to context for case diacritics above
  * SansMono: fixed U+0574 (by Ruben Hakobian)
  * SansMono: added U+2016, U+27C2 (by Yoshiki Ohshima)
  * SansMono: added U+02CE, U+02CF (by Denis Jacquerye)
  * SansMono: added U+2148, U+27E6-U+27E7, U+2B05-U+2B0D, U+1D55A
    (by Gee Fung Sit 薛至峰)
  * Serif: added U+02BA, U+02C2-U+02C5, U+02CA-U+02CB, U+02D7, U+02F3, U+02F7,
    U+046C-U+046D, U+0476-U+0477, U+1D7C-U+1D7F, U+20B8, U+2132, U+214E, U+2C7B
    to Serif (by Gee Fung Sit 薛至峰)
  * Serif: typographic improvements to U+0194, U+01B1, U+0263, U+028A, U+02A6,
    U+02A8, U+02AA, U+02E0, U+03DC, U+1D3B, U+1D7B (by Gee Fung Sit 薛至峰)
  * Serif: added small cap versions of q, x (in italic styles), delta, theta, xi,
    sigma, phi, omega, not wired in yet (by Gee Fung Sit 薛至峰)
  * Serif: added anchors to U+0234-U+0236 (by Gee Fung Sit 薛至峰)
  * Serif: added U+02EC, U+02EF, U+02F0, U+0360 (by Denis Jacquerye)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:06:45 +00:00
Michael Tremer
f8e8b5307f core157: Ship curl
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:06:35 +00:00
Adolf Belka
d5b6dfba96 curl: Update to 7.76.1
- Update from 7.75.0 to 7.76.1
- Update of rootfile
- Changelog is too large to include here.
   Full details can be found in the CHANGES file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:06:16 +00:00
Michael Tremer
43988191e6 core157: Crypt-PasswdMD5
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:05:57 +00:00
Michael Tremer
f9370e1046 core157: Ship Canary-Stability
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:05:24 +00:00
Adolf Belka
c9131f4cf6 Canary-Stability: Needed for building Convert-UUlib since version 1.5
- Install Canary-Stability-2013
   Required to build Convert-UUlib since version 1.5 (2015)
- Create rootfile
- Canary::Stability - canary to check perl compatibility for schmorp's
    modules

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:05:03 +00:00
Michael Tremer
446f722f2f core157: Ship Convert-UUlib
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:04:49 +00:00
Adolf Belka
c43dffab08 Convert-UUlib: Update to 1.8
- Update from 1.06 to 1.8
- Update of rootfiles
- Changelog
1.8  Thu Dec 17 02:23:53 CET 2020
	- 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.
1.71 Tue Mar 17 00:54:06 CET 2020
	- backport to c89 (patch by Paul Howarth).
1.7  Sat Feb 29 22:07:54 CET 2020
	- 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.
1.62 Mon Feb 17 23:19:42 CET 2020
	- 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 Sun Feb  9 18:38:29 CET 2020
	- lint uulib: fix some format string type mismatches
          and some other minor issues.
1.6  Thu Oct 24 17:11:54 CEST 2019
	- 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.
1.5  Sat Jul 11 03:56:06 CEST 2015
	- 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.
1.4  Sun May 29 17:17:01 CEST 2011
	- avoid a classical buffer overflow in case a progress
          message is too long.
        - this release adds dependencies 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.
1.34 Tue Dec 14 22:20:00 CET 2010
	- 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.
1.33 Wed Oct 28 09:04:38 CET 2009
	- handle yEnc files with part end=0 and total= more gracefully.
          I wish yEnc had been created by somebody who knows;
          what he does;
          but I doubt he even knows;
          what he did.
1.32 Wed Sep 16 20:07:13 CEST 2009
	- Due to a glitch with CVS, configure lacked executable bits.
          (Quickly reported by Anton Berezin).
1.31 Wed Sep 16 09:04:30 CEST 2009
        - do not use system-replacements for case-insensitive string
          functions when found, as they are broken on too many systems
          (mostly bsds, as usual, but at least some versions of GNU/Linux
          disagree with themselves apparently). Analyzed by Anton Berezin.
1.3 Sat Aug 29 01:24:35 CEST 2009
	- major changes, new bugs and changes in decoding behaviour are
          expected (but not intended).
        - major scanning and decoding speed-up (by a factor of 4),
          by replacing ultra-slow _FP_gets and improving IsKnownHeader
          (but fgets is *still* responsible for >50% if the time).
        - new option OPT_AUTOCHECK to disable O(n) UUCheckGlobalList
          call after every loadfile, majorly speeds up large decodes
          (easily by a factor of 10..100).
        - allow "Smerge -1" to call UUCheckGlobalList.
        - majorly speed up part insertion (still O(n), but much faster).
	- allow for 1023 octet headers instead of the standard
          255 octet ones.
        - support strcasestr, strcasecmp, strncasecmp for added speed.
1.12 Mon Oct 13 14:11:01 CEST 2008
	- use the yencode filesize as additional matching criterium
          to avoid false matches.
        - made the example decoder more verbose w.r.t. error handling.
        - removed potentially confusing decode_temp calls from
          example decoder.
1.11 Fri Jun 13 15:32:30 CEST 2008
	- don't ask.
1.10 Fri Jun 13 14:22:42 CEST 2008
	- fix an infinite-looping problem when scanning in freestyle
          mode (testcase provided by Pieter Geens and Reinhard Pfau).
1.09 Fri May 25 19:38:11 CEST 2007
        - create something sensible, trust a windows program to fuck
          it up: work around literal "(null)" filenames in yenc-encoded
          files.
        - some minor cleanups.
1.08 Sat Dec 16 23:27:13 CET 2006
	- URGENT update, the last release did not
          decode files correctly, usually not at all.
        - my last patch was, of course, completely bogus.
          (sorry. looked simple...).
1.07 Sun Dec 10 17:41:46 CET 2006
	- fixed an uninitialised variable based on analysis
          and patch by Mark Martinec.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:04:34 +00:00
Michael Tremer
78a4ecd5c4 core157: Ship Convert-TNEF
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-20 09:04:19 +00:00
Michael Tremer
5f50e89217 core157: Ship network-functions.pl
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-16 10:04:38 +00:00
Michael Tremer
53d03ef352 hostapd: Find device by MAC address
With wireless device as members in bridges, we cannot predict the name
very well. So we will use the MAC address and find the correct device
name when we launch hostapd.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-16 10:03:58 +00:00
Adolf Belka
46f445b1a7 poppler: Update of rootfile due to update of glib
- Update of glib resulted in additional files in the poppler rootfile
    which has been updated in this patch

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-16 10:03:58 +00:00
Michael Tremer
ba5ae14aeb core157: Ship glib
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-16 10:03:58 +00:00
Adolf Belka
b1d7e005e8 glib: Update to 2.68.1
- Update from 2.54.3 to 2.68.1
- Update rootfile
- glib-2.54.3-compile-fixes-1.patch not required, all changes now
   incorporated in the source tarball
- meson/ninja have replaced autotools
- As so's updated ran find-dependencies
   No additional programs flagged up
- Changelog is too large to include here
   Full details can be viewed in the NEWS file in the source tarball
   Large number of bugs fixed

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-16 10:03:57 +00:00
Michael Tremer
3c4baac573 core157: Ship lm_sensors & collectd
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:31:01 +00:00
Adolf Belka
c85b97ed5a lm_sensors: Update to 3-6-0
- Update from 3-4-0 to 3-6-0
- Update of rootfilers in each architecture
   Only the library version changed in each rootfile
- Installed updated lm_sensors. Confirmed updated version was installed.
   sensors-detect ran successfully but could not confirm successful sensor
   detection as installation was run on vm testbed and this has no sesnors
   Testing on real hardware to confirm that sensors are detected and
   sensor-* directories correctly created in IPFire.
- Changelog
   3.6.0 (2019-10-18)
     configs: Added a number of new configuration files
     fancontrol: AVERAGE env variable can be used to set the number of previ>
     Makefile: The MACHINE variable has been renamed to ARCH
     sensord: Add an option -1/--oneline to print chip and adapter on the sa>
     sensors: Fixed a stray comma bug in the JSON output
              Fixed Fahrenheit conversion with raw and JSON output
              Scale voltage and current values in the default output format
     sensors-detect: Add detection of AMD Family 17h, models 30h, 70h
                     Add detection of some AMD Family 15h models
                     Add detection of AMD Family 16h model 30h power sensors
                     Add detection of Hygon Family 18h thermal sensors
                     Add detection of Nuvoton NCT6797D
                     Add detection of Nuvoton NCT6798D
                     Add detection of Nuvoton NCT6112D/NCT6114D/NCT6116D
                     Fix printing CPU info on non-x86 arches
                     Fix printing lm_sensors version
                     Mark Fintek F75387SG/RG as supported by the f75375s dri>
   3.5.0 (2018-11-23)
     Fixed disappearance of certain hwmon chips with 4.19+ kernels
     Add the find-driver script for debugging
     Various documentation and man page improvements
     Fix various issues found by Coverity Scan
     Fix compilation with the musl C library
     Development version string now contains "+git" instead of "+SVN"
     Updated links in documentation to reflect the new home of lm_sensors
     sensors.1: Add reference to sensors-detect
                Document -j option (json output)
     sensors: Add support for json output
              Add support for power min, lcrit, min_alarm, lcrit_alarm
     sensors-detect: Fix systemd paths
                     Add detection of Fintek F81768
                     Only probe I/O ports on x86
                     Add detection of Nuvoton NCT6793D
                     Add detection of Microchip MCP9808
                     Mark F71868A as supported by the f71882fg driver
                     Mark F81768D as supported by the f71882fg driver
                     Mark F81866D as supported by the f71882fg driver
                     Add detection of various ITE chips
                     Add detection of Nuvoton NCT6795D
                     Add detection of DDR4 SPD
                     Add detection of ITE IT8987D
                     Add detection of AMD Family 17h temperature sensors
                     Add detection of AMD KERNCZ SMBus controller
                     Add detection of various Intel SMBus controllers
                     Add detection of Giantec GT30TS00
                     Add detection of ONS CAT34TS02C and CAT34TS04
                     Add detection of AMD Family 15h Model 60+ temperature s>
                     Add detection of Nuvoton NCT6796D
                     Add detection of AMD Family 15h Model 70+ temperature s>
     configs: Add sample configuration files.
     sensors.conf.default: Add hardwired inputs of NCT6795D
                           Add hardwired inputs of F71868A
                           Add hardwired NCT6796D inputs
     vt1211_pwm: replaced deprecated sub shell syntax
                 run with bash instead of sh
     pwmconfig: replaced deprecated sub shell syntax
     fancontrol: replaced deprecated sub shell syntax
                 save original pwm values
     fancontrol.8: replaced deprecated sub shell syntax
     libsensors: Add support for SENSORS_BUS_TYPE_SCSI
                 Add support for power min, lcrit, min_alarm, lcrit_alarm

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:27:11 +00:00
Adolf Belka
8bc33c6db3 meson: Update to 0.57.2
- Update from 0.56.0 to 0.57.2
- Update of rootfile
- Changelog is too large and complicated layout to include here
   Full details can be seen at https://mesonbuild.com/Release-notes.html

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:26:59 +00:00
Michael Tremer
ce11ea46c6 core157: Ship libxcrypt
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:26:40 +00:00
Michael Tremer
dbdc389bc3 core157: Ship file
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:23:06 +00:00
Michael Tremer
ac92c4d971 core157: Ship expat
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:22:39 +00:00
Adolf Belka
a14c8d7d0f expat: Update to 2.3.0
- Update from 2.2.0 (2016) to 2.3.0 (2021)
- Update of rootfile
- Changelog is too large to include here
   Full details can be viewed in the Changes file in the source tarball
   Large number of bug fixes

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:22:15 +00:00
Michael Tremer
5aff2d126f core157: Ship apache
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:21:56 +00:00
Peter Müller
1fe39ef505 httpd: delete comment blocks and unused directives from our configuration
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:20:34 +00:00
Peter Müller
10189aa197 httpd: apply the same security headers on the captive portal instance as we do elsewhere
The Captive Portal should not be framed or leak sensitive detail via
Referrers either.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:20:30 +00:00
Peter Müller
59fa881ea7 httpd: disable sending ETag header completely
These cause caching trouble and pose a potential security risk due to
exposing inode numbers of files within the Apache site directories on an
IPFire machine.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:20:17 +00:00
Peter Müller
a8996f857c httpd: remove compatibility instructions for very old browsers
These are not in use any more - and if they would, we don't support them.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:20:02 +00:00
Arne Fitzenreiter
7885b1509c kernel: update to 4.14.230
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-12 09:37:17 +00:00
Michael Tremer
8cc05c7486 core157: Fix ppp symlink
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-12 09:36:08 +00:00
Adolf Belka
748ab174c2 libid3tag: Addition of pkgconfig file
- id3tag.pc pkgconfig file required for mpd-0.22.6 to find libid3tag
   library files
- Update of rootfile
- update lfs to install id3tag.pc file to /usr/lib/pkgconfig directory

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-12 09:35:29 +00:00
Michael Tremer
6216b6709f core157: Ship libupnp
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-12 09:35:16 +00:00
Adolf Belka
1106abd31c libupnp: Update to 1.14.5
- Update from 1.6.18 to 1.14.5
- Update required for successfgul build of mpd-0.22.6
- Update of rootfile
- Changelog is too large to include here
   Full details can be found in the ChangeLog file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-12 09:33:12 +00:00
Adolf Belka
4bad4d736c mpd: Update to 0.22.6
- Update from 0.19.19 to 0.22.6
- Update rootfile
- Required update of libupnp
- Autotools no longer available
   Build changed to meson
   Meson build required addition of pkgconfig file for libid3tag
- Changelog is too large to include here.
   Full details can be found in the NEWS file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-12 09:32:49 +00:00
Michael Tremer
9272ab4a20 core157: Ship changes on RRD graphs tooling
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-12 09:32:00 +00:00