This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via acf4b732a865bbdf67faa52fd5497e2d3181f63b (commit) via 4eb98cec2bc0fdb6cc40cb7ee730385817b04b77 (commit) via 8387e8456e3d263f9d840a1a6019619b5c9dbf44 (commit) via ac266d99ab01805984fbe4bddbff1144f792bcc8 (commit) via 8977cdc8ff8da83a150ab1e0491e36dd082aff7d (commit) via e8a936c16518147d957e4e0627e00260808f3b0d (commit) via 4a83e28087ec6749a2d626bc199cca30db268356 (commit) via 8061e4ba464f5b05df38e6243b818342654f2658 (commit) via dd58f381fa18f1275a20a94af597098383343e13 (commit) via 5f588d60a04063fba7f8c4f4d18266cd678c7695 (commit) via 85f41901d9b39649ad77d739419c3844c71a78ba (commit) via ca3c7945b5fec4de4cfc3d7212111d8bc4ec9fbd (commit) via dfbd7d4906b77e7888e19ef40f062cf2b69ec831 (commit) via 31daeebd008ca8ec23ece598d0bb70bd72cddabb (commit) via 729bea6838bcbcd3d308d9d32a7897c1dec8cf92 (commit) via 97650f44669e4abc6faabc5575b12a3f2f42aec4 (commit) via 3a98973f01e2dc4fd906d120f2a22cd8ae953dec (commit) via 01fea78b3094b63fda4c5b04bd41d553244d91c1 (commit) via 13efd70abd6fde619d8d6490828593864a0810ea (commit) via 04a654b4c5d2b1eb0dc7a13de9a3b12d7f814d81 (commit) from f6babd950b9da2e89d32005a3701ae8c2878c234 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit acf4b732a865bbdf67faa52fd5497e2d3181f63b Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 17:04:00 2021 +0000
wireless-tools: Rootfile update
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 4eb98cec2bc0fdb6cc40cb7ee730385817b04b77 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 17:03:44 2021 +0000
make.sh: Actually remove mtools from the build
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 8387e8456e3d263f9d840a1a6019619b5c9dbf44 Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Apr 24 13:24:13 2021 +0200
haproxy: Change to PAK_VER to ensure lua library link updated
- lua library update had a sobump and therefore linked packages require to have that updated
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit ac266d99ab01805984fbe4bddbff1144f792bcc8 Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Apr 24 13:24:12 2021 +0200
dnsdist: Change to PAK_VER to ensure lua library link updated
- lua library update had a sobump and therefore linked packages require to have that updated
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 8977cdc8ff8da83a150ab1e0491e36dd082aff7d Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Apr 24 13:24:11 2021 +0200
lua: Update to 5.4.3
- v2 patch version has required libraries not commented - v2 patch version has lua.pc file commented out in the rootfile pkgconfig file is only required for build or development and not for normal running of IPFire - v2 patch version has make linux changed to make all INSTALL_TOP is required - default is /usr/local INSTALL_DATA is required - default results in an empty rootfile TO_LIB is required - default results in only lua.a in rootfile - v2 patch version includes PAK_VER updates for dnsdist and haproxy due to sobump. These packages showed up as dependencies to the old lua library ncat was also linked but already had a PAK_VER change due to a package upgrade and so no longer showed up in the find-dependencies scan - Update from 5.3.5 to 5.4.3 - Autotoolize patch not update since 5.3 series Based on input from Michael Tremer implemented build approach from BLFS. This approach also used by Arch Linux. Updated lfs in line with approach. Added pkgconfig file lua.pc as used in BLFS. - Update of shared_library patch obtained from BLFS - Update of rootfile - Removal of old lua-5.3.5 patches - Changelog Main changes new generational mode for garbage collection to-be-closed variables const variables userdata can have multiple user values new implementation for math.random warning system debug information about function arguments and returns new semantics for the integer 'for' loop optional 'init' argument to 'string.gmatch' new functions 'lua_resetthread' and 'coroutine.close' string-to-number coercions moved to the string library allocation function allowed to fail when shrinking a memory block new format '%p' in 'string.format' utf8 library accepts codepoints up to 2^31
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit e8a936c16518147d957e4e0627e00260808f3b0d Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Apr 25 22:04:39 2021 +0200
libupnp: Update to 1.14.6
- Update from 1.14.5 to 1.14.6 - Update of rootfile - Changelog 2021-04-19 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net> Fix for a DNS Rebind exploit. A special thanks for the collaboration of the following people: - Alaric Senat - Fabrice Fontaine - Gabriel Corona - Ian Whyman - Jean-Francois Dockes - Marvin Scholz - Werner Mahr 2021-04-06 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net> Fix for Github #250: When upnp uses ixml to parse SOAP messages which contains too many node, services are unavailable.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 4a83e28087ec6749a2d626bc199cca30db268356 Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Apr 25 22:04:27 2021 +0200
libtiff: Update to 4.3.0
- Update from 4.1.0 to 4.3.0 - Update of rootfile - Changelog is too large to include here Full details can be found in ChangeLog file in source tarball 49 bug fixes implemented between 4.1.0 and 4.3.0
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 8061e4ba464f5b05df38e6243b818342654f2658 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 10:11:40 2021 +0000
core157: Ship libjpeg
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit dd58f381fa18f1275a20a94af597098383343e13 Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Apr 25 22:04:07 2021 +0200
libjpeg: Update to 2.1.0
- Update from 2.0.4 to 2.1.0 - Update rootfile - Changelog is too large to include here Full details can be found in ChangeLog.md file in source tarball
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 5f588d60a04063fba7f8c4f4d18266cd678c7695 Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Apr 24 13:23:24 2021 +0200
libid3tag: Correction - comment out libid3tag.pc file in rootfile
- In previous patch libid3tag.pc file was left uncommented in the rootfile The pkg-config files are only required during the build or for development not for the normal operation of IPFire
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 85f41901d9b39649ad77d739419c3844c71a78ba Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 10:08:11 2021 +0000
core157: Ship xfsprogs
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit ca3c7945b5fec4de4cfc3d7212111d8bc4ec9fbd Author: Adolf Belka adolf.belka@ipfire.org Date: Thu Apr 22 20:22:29 2021 +0200
xfsprogs: Update to 5.9.0
- Update from 5.7.0 to 5.9.0 - Update of rootfile - Changelog xfsprogs-5.9.0 (20 Oct 2020) - No further changes xfsprogs-5.9.0-rc1 (13 Oct 2020) - mkfs.xfs: disallow creation of RT files from proto file (Darrick Wong) - mkfs.xfs: fix ASSERT on small device with stripe geom (Pavel Reichl) - xfs_repair: more fixes from fuzz-testing (Darrick Wong) - libhandle: fix potential unterminated string problem (Darrick Wong) - libhandle: libfrog: fix a potential null pointer deref (Darrick Wong) - man: install all manpages that redirect to another page (Darrick Wong) - man: fix ioctl_xfs_geometry manpage naming (Eric Sandeen) - xfsprogs: various realtime related fixes (Darrick Wong) - xfsprogs: ignore autofs mount table entries (Ian Kent) xfsprogs-5.9.0-rc0 (17 Sep 2020) - libxfs changes merged from kernel 5.9 - libxfs: make buffers track the per-ag structures (Darrick Wong) xfsprogs-5.8.0 (04 Sep 2020) - xfs_db: set b_ops to NULL for types without verifiers (Eric Sandeen) xfsprogs-5.8.0-rc1 (26 Aug 2020) - mkfs: allow setting dax flag on root directory (Darrick Wong) - xfs_quota: improve reporting and messages (Bill O'Donnell) - xfs_db: use correct inode to set inode type (Zorro Lang) - xfs_db: fix nlink usage in check (Darrick Wong) - xfs_db: report the inode dax flag (Darrick Wong) - man: update mkfs.xfs inode flag option documentation (Darrick Wong) - xfsprogs: move custom interface def'ns to new header (Eric Sandeen) xfsprogs-5.8.0-rc0 (10 Aug 2020) - xfs_repair: check quota counters (Darrick Wong) - xfs_io: fix -D vs -R handling (Xiao Yang) - libxfs changes merged from kernel 5.8
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit dfbd7d4906b77e7888e19ef40f062cf2b69ec831 Author: Adolf Belka adolf.belka@ipfire.org Date: Thu Apr 22 20:22:16 2021 +0200
sqlite: Update to 3.35.5
- Update from 3.35.4 to 3.35.5 - Update of rootfile not required - Changelog Fix defects in the new ALTER TABLE DROP COLUMN feature that could corrupt the database file. Fix an obscure query optimizer problem that might cause an incorrect query result.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 31daeebd008ca8ec23ece598d0bb70bd72cddabb Author: Adolf Belka adolf.belka@ipfire.org Date: Thu Apr 22 20:22:03 2021 +0200
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
commit 729bea6838bcbcd3d308d9d32a7897c1dec8cf92 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 10:06:03 2021 +0000
Drop mtools
We are no longer generating any floppy disk images.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 97650f44669e4abc6faabc5575b12a3f2f42aec4 Author: Adolf Belka adolf.belka@ipfire.org Date: Thu Apr 22 20:21:49 2021 +0200
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
commit 3a98973f01e2dc4fd906d120f2a22cd8ae953dec Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 10:03:19 2021 +0000
core157: Ship libgcrypt
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 01fea78b3094b63fda4c5b04bd41d553244d91c1 Author: Adolf Belka adolf.belka@ipfire.org Date: Thu Apr 22 20:21:37 2021 +0200
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
commit 13efd70abd6fde619d8d6490828593864a0810ea Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 10:02:34 2021 +0000
core157: Ship less
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 04a654b4c5d2b1eb0dc7a13de9a3b12d7f814d81 Author: Adolf Belka adolf.belka@ipfire.org Date: Thu Apr 22 20:21:22 2021 +0200
less: Update to version 581
- Update from 563 to 581 - Update of rootfile not required - Changelog Change ESC-u command to toggle, not disable, highlighting per man page. Add ESC-U command. Add ctrl-W search modifier for wrapping search. F command can be interrupted by ^X. Support OSC 8 hyperlinks when -R is in effect. g command with no number will ignore -j and put first line at top of screen. Multiple + or -p command line options are handled better. Add the --incsearch option. Add the --line-num-width option. Add the --status-col-width option. Add the --use-color and --color options. Display -w highlight even if highlighted line is empty. If search result is in a long line, scroll to ensure it is visible. Editing the same file under different names now creates only one entry in the file list. Make visual bell more visible on some terminals. Ring end-of-file bell no more than once per second. Build can use either Python or Perl for Makefile.aut operations. Fix crash when using the @ search modifier. Fix crash in the 's' command due to duplicate free. Fix realpath crash on Darwin.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/lua/lua.pc | 20 ++ config/rootfiles/common/libgcrypt | 2 +- config/rootfiles/common/libjpeg | 5 + config/rootfiles/common/libupnp | 2 +- config/rootfiles/common/lua | 11 +- config/rootfiles/common/mtools | 62 ----- config/rootfiles/common/wireless | 1 + config/rootfiles/common/xfsprogs | 8 +- .../{oldcore/103 => core/157}/filelists/less | 0 .../{oldcore/105 => core/157}/filelists/libgcrypt | 0 .../{oldcore/107 => core/157}/filelists/libjpeg | 0 .../{oldcore/125 => core/157}/filelists/xfsprogs | 0 config/rootfiles/packages/libid3tag | 2 +- config/rootfiles/packages/libtiff | 310 +++++++++++---------- config/rootfiles/packages/x86_64/samba | 47 ++-- lfs/dnsdist | 2 +- lfs/haproxy | 2 +- lfs/less | 4 +- lfs/libgcrypt | 4 +- lfs/libid3tag | 2 +- lfs/libjpeg | 5 +- lfs/libtiff | 6 +- lfs/libupnp | 4 +- lfs/lua | 23 +- lfs/mtools | 78 ------ lfs/samba | 6 +- lfs/sqlite | 4 +- lfs/xfsprogs | 4 +- make.sh | 1 - src/patches/lua-5.4.3-shared_library-1.patch | 78 ++++++ src/patches/lua/lua-5.3.5-autotoolize.patch | 192 ------------- src/patches/lua/lua-5.3.5-shared_library-1.patch | 61 ---- 32 files changed, 340 insertions(+), 606 deletions(-) create mode 100644 config/lua/lua.pc delete mode 100644 config/rootfiles/common/mtools copy config/rootfiles/{oldcore/103 => core/157}/filelists/less (100%) copy config/rootfiles/{oldcore/105 => core/157}/filelists/libgcrypt (100%) copy config/rootfiles/{oldcore/107 => core/157}/filelists/libjpeg (100%) copy config/rootfiles/{oldcore/125 => core/157}/filelists/xfsprogs (100%) delete mode 100644 lfs/mtools create mode 100644 src/patches/lua-5.4.3-shared_library-1.patch delete mode 100644 src/patches/lua/lua-5.3.5-autotoolize.patch delete mode 100644 src/patches/lua/lua-5.3.5-shared_library-1.patch
Difference in files: diff --git a/config/lua/lua.pc b/config/lua/lua.pc new file mode 100644 index 000000000..f6d25ec33 --- /dev/null +++ b/config/lua/lua.pc @@ -0,0 +1,20 @@ +V=5.4 +R=5.4.3 + +prefix=/usr +INSTALL_BIN=${prefix}/bin +INSTALL_INC=${prefix}/include +INSTALL_LIB=${prefix}/lib +INSTALL_MAN=${prefix}/share/man/man1 +INSTALL_LMOD=${prefix}/share/lua/${V} +INSTALL_CMOD=${prefix}/lib/lua/${V} +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: Lua +Description: An Extensible Extension Language +Version: ${R} +Requires: +Libs: -L${libdir} -llua -lm -ldl +Cflags: -I${includedir} diff --git a/config/rootfiles/common/libgcrypt b/config/rootfiles/common/libgcrypt index 756940b40..5f792a323 100644 --- a/config/rootfiles/common/libgcrypt +++ b/config/rootfiles/common/libgcrypt @@ -6,7 +6,7 @@ #usr/lib/libgcrypt.la #usr/lib/libgcrypt.so usr/lib/libgcrypt.so.20 -usr/lib/libgcrypt.so.20.3.2 +usr/lib/libgcrypt.so.20.3.3 #usr/lib/pkgconfig/libgcrypt.pc #usr/share/aclocal/libgcrypt.m4 #usr/share/info/gcrypt.info diff --git a/config/rootfiles/common/libjpeg b/config/rootfiles/common/libjpeg index eb74d2c50..74c101854 100644 --- a/config/rootfiles/common/libjpeg +++ b/config/rootfiles/common/libjpeg @@ -9,6 +9,11 @@ #usr/include/jmorecfg.h #usr/include/jpeglib.h #usr/include/turbojpeg.h +#usr/lib/cmake/libjpeg-turbo +#usr/lib/cmake/libjpeg-turbo/libjpeg-turboConfig.cmake +#usr/lib/cmake/libjpeg-turbo/libjpeg-turboConfigVersion.cmake +#usr/lib/cmake/libjpeg-turbo/libjpeg-turboTargets-release.cmake +#usr/lib/cmake/libjpeg-turbo/libjpeg-turboTargets.cmake #usr/lib/libjpeg.so usr/lib/libjpeg.so.8 usr/lib/libjpeg.so.8.2.2 diff --git a/config/rootfiles/common/libupnp b/config/rootfiles/common/libupnp index d5b6f5df0..6b3f3e310 100644 --- a/config/rootfiles/common/libupnp +++ b/config/rootfiles/common/libupnp @@ -33,5 +33,5 @@ usr/lib/libixml.so.11.0.1 #usr/lib/libupnp.la #usr/lib/libupnp.so usr/lib/libupnp.so.17 -usr/lib/libupnp.so.17.0.5 +usr/lib/libupnp.so.17.0.6 #usr/lib/pkgconfig/libupnp.pc diff --git a/config/rootfiles/common/lua b/config/rootfiles/common/lua index 15d5995b3..1839f7e1b 100644 --- a/config/rootfiles/common/lua +++ b/config/rootfiles/common/lua @@ -5,10 +5,13 @@ usr/bin/luac #usr/include/lua.hpp #usr/include/luaconf.h #usr/include/lualib.h -usr/lib/liblua-5.3.so -#usr/lib/liblua.a -#usr/lib/liblua.la -usr/lib/liblua.so +#usr/lib/liblua.so +usr/lib/liblua.so.5.4 +usr/lib/liblua.so.5.4.3 +#usr/lib/lua +#usr/lib/lua/5.4 #usr/lib/pkgconfig/lua.pc +#usr/share/lua +#usr/share/lua/5.4 #usr/share/man/man1/lua.1 #usr/share/man/man1/luac.1 diff --git a/config/rootfiles/common/mtools b/config/rootfiles/common/mtools deleted file mode 100644 index 58e4152fe..000000000 --- a/config/rootfiles/common/mtools +++ /dev/null @@ -1,62 +0,0 @@ -#usr/bin/amuFormat.sh -#usr/bin/lz -#usr/bin/mattrib -#usr/bin/mbadblocks -#usr/bin/mcat -#usr/bin/mcd -#usr/bin/mcheck -#usr/bin/mclasserase -#usr/bin/mcomp -#usr/bin/mcopy -#usr/bin/mdel -#usr/bin/mdeltree -#usr/bin/mdir -#usr/bin/mdu -#usr/bin/mformat -#usr/bin/minfo -#usr/bin/mkmanifest -#usr/bin/mlabel -#usr/bin/mmd -#usr/bin/mmount -#usr/bin/mmove -#usr/bin/mpartition -#usr/bin/mrd -#usr/bin/mren -#usr/bin/mshowfat -usr/bin/mtools -#usr/bin/mtoolstest -#usr/bin/mtype -#usr/bin/mxtar -#usr/bin/mzip -#usr/bin/tgz -#usr/bin/uz -#usr/info/mtools.info -#usr/man/man1/floppyd.1 -#usr/man/man1/floppyd_installtest.1 -#usr/man/man1/mattrib.1 -#usr/man/man1/mbadblocks.1 -#usr/man/man1/mcat.1 -#usr/man/man1/mcd.1 -#usr/man/man1/mclasserase.1 -#usr/man/man1/mcopy.1 -#usr/man/man1/mdel.1 -#usr/man/man1/mdeltree.1 -#usr/man/man1/mdir.1 -#usr/man/man1/mdu.1 -#usr/man/man1/mformat.1 -#usr/man/man1/minfo.1 -#usr/man/man1/mkmanifest.1 -#usr/man/man1/mlabel.1 -#usr/man/man1/mmd.1 -#usr/man/man1/mmount.1 -#usr/man/man1/mmove.1 -#usr/man/man1/mpartition.1 -#usr/man/man1/mrd.1 -#usr/man/man1/mren.1 -#usr/man/man1/mshowfat.1 -#usr/man/man1/mtools.1 -#usr/man/man1/mtoolstest.1 -#usr/man/man1/mtype.1 -#usr/man/man1/mzip.1 -#usr/man/man5 -#usr/man/man5/mtools.5 diff --git a/config/rootfiles/common/wireless b/config/rootfiles/common/wireless index 656a9b300..1b203b6bd 100644 --- a/config/rootfiles/common/wireless +++ b/config/rootfiles/common/wireless @@ -40,6 +40,7 @@ #usr/man/fr.UTF-8/man8/iwlist.8 #usr/man/fr.UTF-8/man8/iwpriv.8 #usr/man/fr.UTF-8/man8/iwspy.8 +#usr/man/man5 #usr/man/man5/iftab.5 #usr/man/man7/wireless.7 #usr/man/man8/ifrename.8 diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs index 11518441a..de76ca0db 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -12,6 +12,7 @@ sbin/xfs_repair #usr/include/xfs/xfs_da_format.h #usr/include/xfs/xfs_format.h #usr/include/xfs/xfs_fs.h +#usr/include/xfs/xfs_fs_compat.h #usr/include/xfs/xfs_log_format.h #usr/include/xfs/xfs_types.h #usr/include/xfs/xqm.h @@ -50,14 +51,19 @@ usr/sbin/xfs_spaceman #usr/share/man/man2/ioctl_xfs_bulkstat.2 #usr/share/man/man2/ioctl_xfs_fsbulkstat.2 #usr/share/man/man2/ioctl_xfs_fscounts.2 +#usr/share/man/man2/ioctl_xfs_fsgeometry.2 #usr/share/man/man2/ioctl_xfs_fsgetxattr.2 +#usr/share/man/man2/ioctl_xfs_fsgetxattra.2 #usr/share/man/man2/ioctl_xfs_fsinumbers.2 -#usr/share/man/man2/ioctl_xfs_fsop_geometry.2 +#usr/share/man/man2/ioctl_xfs_fssetxattr.2 +#usr/share/man/man2/ioctl_xfs_getbmap.2 +#usr/share/man/man2/ioctl_xfs_getbmapa.2 #usr/share/man/man2/ioctl_xfs_getbmapx.2 #usr/share/man/man2/ioctl_xfs_getresblks.2 #usr/share/man/man2/ioctl_xfs_goingdown.2 #usr/share/man/man2/ioctl_xfs_inumbers.2 #usr/share/man/man2/ioctl_xfs_scrub_metadata.2 +#usr/share/man/man2/ioctl_xfs_setresblks.2 #usr/share/man/man3/attr_list_by_handle.3 #usr/share/man/man3/attr_multi_by_handle.3 #usr/share/man/man3/fd_to_handle.3 diff --git a/config/rootfiles/core/157/filelists/less b/config/rootfiles/core/157/filelists/less new file mode 120000 index 000000000..65c0e0771 --- /dev/null +++ b/config/rootfiles/core/157/filelists/less @@ -0,0 +1 @@ +../../../common/less \ No newline at end of file diff --git a/config/rootfiles/core/157/filelists/libgcrypt b/config/rootfiles/core/157/filelists/libgcrypt new file mode 120000 index 000000000..2df12a20e --- /dev/null +++ b/config/rootfiles/core/157/filelists/libgcrypt @@ -0,0 +1 @@ +../../../common/libgcrypt \ No newline at end of file diff --git a/config/rootfiles/core/157/filelists/libjpeg b/config/rootfiles/core/157/filelists/libjpeg new file mode 120000 index 000000000..3b1a782fb --- /dev/null +++ b/config/rootfiles/core/157/filelists/libjpeg @@ -0,0 +1 @@ +../../../common/libjpeg \ No newline at end of file diff --git a/config/rootfiles/core/157/filelists/xfsprogs b/config/rootfiles/core/157/filelists/xfsprogs new file mode 120000 index 000000000..91032964d --- /dev/null +++ b/config/rootfiles/core/157/filelists/xfsprogs @@ -0,0 +1 @@ +../../../common/xfsprogs \ No newline at end of file diff --git a/config/rootfiles/packages/libid3tag b/config/rootfiles/packages/libid3tag index 0899f8702..575804c01 100644 --- a/config/rootfiles/packages/libid3tag +++ b/config/rootfiles/packages/libid3tag @@ -4,4 +4,4 @@ #usr/lib/libid3tag.so usr/lib/libid3tag.so.0 usr/lib/libid3tag.so.0.3.0 -usr/lib/pkgconfig/id3tag.pc +#usr/lib/pkgconfig/id3tag.pc diff --git a/config/rootfiles/packages/libtiff b/config/rootfiles/packages/libtiff index 545cb7677..e1f8d93a2 100644 --- a/config/rootfiles/packages/libtiff +++ b/config/rootfiles/packages/libtiff @@ -25,165 +25,167 @@ usr/bin/tiffsplit #usr/lib/libtiff.la usr/lib/libtiff.so usr/lib/libtiff.so.5 -usr/lib/libtiff.so.5.5.0 +usr/lib/libtiff.so.5.7.0 #usr/lib/libtiffxx.a #usr/lib/libtiffxx.la usr/lib/libtiffxx.so usr/lib/libtiffxx.so.5 -usr/lib/libtiffxx.so.5.5.0 +usr/lib/libtiffxx.so.5.7.0 #usr/lib/pkgconfig/libtiff-4.pc -#usr/share/doc/tiff-4.1.0 -#usr/share/doc/tiff-4.1.0/COPYRIGHT -#usr/share/doc/tiff-4.1.0/ChangeLog -#usr/share/doc/tiff-4.1.0/README.md -#usr/share/doc/tiff-4.1.0/RELEASE-DATE -#usr/share/doc/tiff-4.1.0/TODO -#usr/share/doc/tiff-4.1.0/VERSION -#usr/share/doc/tiff-4.1.0/html -#usr/share/doc/tiff-4.1.0/html/TIFFTechNote2.html -#usr/share/doc/tiff-4.1.0/html/addingtags.html -#usr/share/doc/tiff-4.1.0/html/bugs.html -#usr/share/doc/tiff-4.1.0/html/build.html -#usr/share/doc/tiff-4.1.0/html/contrib.html -#usr/share/doc/tiff-4.1.0/html/document.html -#usr/share/doc/tiff-4.1.0/html/images -#usr/share/doc/tiff-4.1.0/html/images.html -#usr/share/doc/tiff-4.1.0/html/images/back.gif -#usr/share/doc/tiff-4.1.0/html/images/bali.jpg -#usr/share/doc/tiff-4.1.0/html/images/cat.gif -#usr/share/doc/tiff-4.1.0/html/images/cover.jpg -#usr/share/doc/tiff-4.1.0/html/images/cramps.gif -#usr/share/doc/tiff-4.1.0/html/images/dave.gif -#usr/share/doc/tiff-4.1.0/html/images/info.gif -#usr/share/doc/tiff-4.1.0/html/images/jello.jpg -#usr/share/doc/tiff-4.1.0/html/images/jim.gif -#usr/share/doc/tiff-4.1.0/html/images/note.gif -#usr/share/doc/tiff-4.1.0/html/images/oxford.gif -#usr/share/doc/tiff-4.1.0/html/images/quad.jpg -#usr/share/doc/tiff-4.1.0/html/images/ring.gif -#usr/share/doc/tiff-4.1.0/html/images/smallliz.jpg -#usr/share/doc/tiff-4.1.0/html/images/strike.gif -#usr/share/doc/tiff-4.1.0/html/images/warning.gif -#usr/share/doc/tiff-4.1.0/html/index.html -#usr/share/doc/tiff-4.1.0/html/internals.html -#usr/share/doc/tiff-4.1.0/html/intro.html -#usr/share/doc/tiff-4.1.0/html/libtiff.html -#usr/share/doc/tiff-4.1.0/html/man -#usr/share/doc/tiff-4.1.0/html/man/TIFFClose.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFDataWidth.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFError.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFFieldDataType.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFFieldName.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFFieldPassCount.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFFieldReadCount.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFFieldTag.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFFieldWriteCount.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFFlush.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFGetField.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFOpen.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFPrintDirectory.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFRGBAImage.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFReadDirectory.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFReadEncodedStrip.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFReadEncodedTile.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFReadRGBAImage.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFReadRGBAStrip.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFReadRGBATile.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFReadRawStrip.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFReadRawTile.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFReadScanline.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFReadTile.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFSetDirectory.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFSetField.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFWarning.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFWriteDirectory.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFWriteEncodedStrip.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFWriteEncodedTile.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFWriteRawStrip.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFWriteRawTile.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFWriteScanline.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFWriteTile.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFbuffer.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFcodec.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFcolor.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFmemory.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFquery.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFsize.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFstrip.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFswab.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/TIFFtile.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/fax2ps.1.html -#usr/share/doc/tiff-4.1.0/html/man/fax2tiff.1.html -#usr/share/doc/tiff-4.1.0/html/man/index.html -#usr/share/doc/tiff-4.1.0/html/man/libtiff.3tiff.html -#usr/share/doc/tiff-4.1.0/html/man/pal2rgb.1.html -#usr/share/doc/tiff-4.1.0/html/man/ppm2tiff.1.html -#usr/share/doc/tiff-4.1.0/html/man/raw2tiff.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiff2bw.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiff2pdf.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiff2ps.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiff2rgba.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiffcmp.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiffcp.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiffcrop.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiffdither.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiffdump.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiffgt.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiffinfo.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiffmedian.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiffset.1.html -#usr/share/doc/tiff-4.1.0/html/man/tiffsplit.1.html -#usr/share/doc/tiff-4.1.0/html/misc.html -#usr/share/doc/tiff-4.1.0/html/support.html -#usr/share/doc/tiff-4.1.0/html/tools.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta007.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta016.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta018.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta024.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta028.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta029.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta031.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta032.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta033.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta034.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta035.html -#usr/share/doc/tiff-4.1.0/html/v3.4beta036.html -#usr/share/doc/tiff-4.1.0/html/v3.5.1.html -#usr/share/doc/tiff-4.1.0/html/v3.5.2.html -#usr/share/doc/tiff-4.1.0/html/v3.5.3.html -#usr/share/doc/tiff-4.1.0/html/v3.5.4.html -#usr/share/doc/tiff-4.1.0/html/v3.5.5.html -#usr/share/doc/tiff-4.1.0/html/v3.5.6-beta.html -#usr/share/doc/tiff-4.1.0/html/v3.5.7.html -#usr/share/doc/tiff-4.1.0/html/v3.6.0.html -#usr/share/doc/tiff-4.1.0/html/v3.6.1.html -#usr/share/doc/tiff-4.1.0/html/v3.7.0.html -#usr/share/doc/tiff-4.1.0/html/v3.7.0alpha.html -#usr/share/doc/tiff-4.1.0/html/v3.7.0beta.html -#usr/share/doc/tiff-4.1.0/html/v3.7.0beta2.html -#usr/share/doc/tiff-4.1.0/html/v3.7.1.html -#usr/share/doc/tiff-4.1.0/html/v3.7.2.html -#usr/share/doc/tiff-4.1.0/html/v3.7.3.html -#usr/share/doc/tiff-4.1.0/html/v3.7.4.html -#usr/share/doc/tiff-4.1.0/html/v3.8.0.html -#usr/share/doc/tiff-4.1.0/html/v3.8.1.html -#usr/share/doc/tiff-4.1.0/html/v3.8.2.html -#usr/share/doc/tiff-4.1.0/html/v3.9.0beta.html -#usr/share/doc/tiff-4.1.0/html/v3.9.1.html -#usr/share/doc/tiff-4.1.0/html/v3.9.2.html -#usr/share/doc/tiff-4.1.0/html/v4.0.0.html -#usr/share/doc/tiff-4.1.0/html/v4.0.1.html -#usr/share/doc/tiff-4.1.0/html/v4.0.10.html -#usr/share/doc/tiff-4.1.0/html/v4.0.2.html -#usr/share/doc/tiff-4.1.0/html/v4.0.3.html -#usr/share/doc/tiff-4.1.0/html/v4.0.4.html -#usr/share/doc/tiff-4.1.0/html/v4.0.4beta.html -#usr/share/doc/tiff-4.1.0/html/v4.0.5.html -#usr/share/doc/tiff-4.1.0/html/v4.0.6.html -#usr/share/doc/tiff-4.1.0/html/v4.0.7.html -#usr/share/doc/tiff-4.1.0/html/v4.0.8.html -#usr/share/doc/tiff-4.1.0/html/v4.0.9.html -#usr/share/doc/tiff-4.1.0/html/v4.1.0.html +#usr/share/doc/tiff-4.3.0 +#usr/share/doc/tiff-4.3.0/COPYRIGHT +#usr/share/doc/tiff-4.3.0/ChangeLog +#usr/share/doc/tiff-4.3.0/README.md +#usr/share/doc/tiff-4.3.0/RELEASE-DATE +#usr/share/doc/tiff-4.3.0/TODO +#usr/share/doc/tiff-4.3.0/VERSION +#usr/share/doc/tiff-4.3.0/html +#usr/share/doc/tiff-4.3.0/html/TIFFTechNote2.html +#usr/share/doc/tiff-4.3.0/html/addingtags.html +#usr/share/doc/tiff-4.3.0/html/bugs.html +#usr/share/doc/tiff-4.3.0/html/build.html +#usr/share/doc/tiff-4.3.0/html/contrib.html +#usr/share/doc/tiff-4.3.0/html/document.html +#usr/share/doc/tiff-4.3.0/html/images +#usr/share/doc/tiff-4.3.0/html/images.html +#usr/share/doc/tiff-4.3.0/html/images/back.gif +#usr/share/doc/tiff-4.3.0/html/images/bali.jpg +#usr/share/doc/tiff-4.3.0/html/images/cat.gif +#usr/share/doc/tiff-4.3.0/html/images/cover.jpg +#usr/share/doc/tiff-4.3.0/html/images/cramps.gif +#usr/share/doc/tiff-4.3.0/html/images/dave.gif +#usr/share/doc/tiff-4.3.0/html/images/info.gif +#usr/share/doc/tiff-4.3.0/html/images/jello.jpg +#usr/share/doc/tiff-4.3.0/html/images/jim.gif +#usr/share/doc/tiff-4.3.0/html/images/note.gif +#usr/share/doc/tiff-4.3.0/html/images/oxford.gif +#usr/share/doc/tiff-4.3.0/html/images/quad.jpg +#usr/share/doc/tiff-4.3.0/html/images/ring.gif +#usr/share/doc/tiff-4.3.0/html/images/smallliz.jpg +#usr/share/doc/tiff-4.3.0/html/images/strike.gif +#usr/share/doc/tiff-4.3.0/html/images/warning.gif +#usr/share/doc/tiff-4.3.0/html/index.html +#usr/share/doc/tiff-4.3.0/html/internals.html +#usr/share/doc/tiff-4.3.0/html/intro.html +#usr/share/doc/tiff-4.3.0/html/libtiff.html +#usr/share/doc/tiff-4.3.0/html/man +#usr/share/doc/tiff-4.3.0/html/man/TIFFClose.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFDataWidth.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFError.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFFieldDataType.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFFieldName.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFFieldPassCount.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFFieldReadCount.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFFieldTag.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFFieldWriteCount.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFFlush.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFGetField.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFOpen.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFPrintDirectory.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFRGBAImage.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFReadDirectory.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFReadEncodedStrip.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFReadEncodedTile.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFReadRGBAImage.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFReadRGBAStrip.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFReadRGBATile.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFReadRawStrip.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFReadRawTile.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFReadScanline.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFReadTile.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFSetDirectory.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFSetField.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFWarning.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFWriteDirectory.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFWriteEncodedStrip.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFWriteEncodedTile.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFWriteRawStrip.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFWriteRawTile.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFWriteScanline.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFWriteTile.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFbuffer.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFcodec.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFcolor.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFmemory.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFquery.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFsize.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFstrip.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFswab.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/TIFFtile.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/fax2ps.1.html +#usr/share/doc/tiff-4.3.0/html/man/fax2tiff.1.html +#usr/share/doc/tiff-4.3.0/html/man/index.html +#usr/share/doc/tiff-4.3.0/html/man/libtiff.3tiff.html +#usr/share/doc/tiff-4.3.0/html/man/pal2rgb.1.html +#usr/share/doc/tiff-4.3.0/html/man/ppm2tiff.1.html +#usr/share/doc/tiff-4.3.0/html/man/raw2tiff.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiff2bw.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiff2pdf.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiff2ps.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiff2rgba.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiffcmp.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiffcp.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiffcrop.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiffdither.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiffdump.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiffgt.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiffinfo.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiffmedian.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiffset.1.html +#usr/share/doc/tiff-4.3.0/html/man/tiffsplit.1.html +#usr/share/doc/tiff-4.3.0/html/misc.html +#usr/share/doc/tiff-4.3.0/html/support.html +#usr/share/doc/tiff-4.3.0/html/tools.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta007.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta016.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta018.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta024.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta028.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta029.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta031.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta032.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta033.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta034.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta035.html +#usr/share/doc/tiff-4.3.0/html/v3.4beta036.html +#usr/share/doc/tiff-4.3.0/html/v3.5.1.html +#usr/share/doc/tiff-4.3.0/html/v3.5.2.html +#usr/share/doc/tiff-4.3.0/html/v3.5.3.html +#usr/share/doc/tiff-4.3.0/html/v3.5.4.html +#usr/share/doc/tiff-4.3.0/html/v3.5.5.html +#usr/share/doc/tiff-4.3.0/html/v3.5.6-beta.html +#usr/share/doc/tiff-4.3.0/html/v3.5.7.html +#usr/share/doc/tiff-4.3.0/html/v3.6.0.html +#usr/share/doc/tiff-4.3.0/html/v3.6.1.html +#usr/share/doc/tiff-4.3.0/html/v3.7.0.html +#usr/share/doc/tiff-4.3.0/html/v3.7.0alpha.html +#usr/share/doc/tiff-4.3.0/html/v3.7.0beta.html +#usr/share/doc/tiff-4.3.0/html/v3.7.0beta2.html +#usr/share/doc/tiff-4.3.0/html/v3.7.1.html +#usr/share/doc/tiff-4.3.0/html/v3.7.2.html +#usr/share/doc/tiff-4.3.0/html/v3.7.3.html +#usr/share/doc/tiff-4.3.0/html/v3.7.4.html +#usr/share/doc/tiff-4.3.0/html/v3.8.0.html +#usr/share/doc/tiff-4.3.0/html/v3.8.1.html +#usr/share/doc/tiff-4.3.0/html/v3.8.2.html +#usr/share/doc/tiff-4.3.0/html/v3.9.0beta.html +#usr/share/doc/tiff-4.3.0/html/v3.9.1.html +#usr/share/doc/tiff-4.3.0/html/v3.9.2.html +#usr/share/doc/tiff-4.3.0/html/v4.0.0.html +#usr/share/doc/tiff-4.3.0/html/v4.0.1.html +#usr/share/doc/tiff-4.3.0/html/v4.0.10.html +#usr/share/doc/tiff-4.3.0/html/v4.0.2.html +#usr/share/doc/tiff-4.3.0/html/v4.0.3.html +#usr/share/doc/tiff-4.3.0/html/v4.0.4.html +#usr/share/doc/tiff-4.3.0/html/v4.0.4beta.html +#usr/share/doc/tiff-4.3.0/html/v4.0.5.html +#usr/share/doc/tiff-4.3.0/html/v4.0.6.html +#usr/share/doc/tiff-4.3.0/html/v4.0.7.html +#usr/share/doc/tiff-4.3.0/html/v4.0.8.html +#usr/share/doc/tiff-4.3.0/html/v4.0.9.html +#usr/share/doc/tiff-4.3.0/html/v4.1.0.html +#usr/share/doc/tiff-4.3.0/html/v4.2.0.html +#usr/share/doc/tiff-4.3.0/html/v4.3.0.html #usr/share/man/man1/fax2ps.1 #usr/share/man/man1/fax2tiff.1 #usr/share/man/man1/pal2rgb.1 diff --git a/config/rootfiles/packages/x86_64/samba b/config/rootfiles/packages/x86_64/samba index 93c35b51e..34199072b 100644 --- a/config/rootfiles/packages/x86_64/samba +++ b/config/rootfiles/packages/x86_64/samba @@ -123,7 +123,6 @@ usr/bin/wbinfo #usr/include/samba-4.0/util/idtree.h #usr/include/samba-4.0/util/idtree_random.h #usr/include/samba-4.0/util/signal.h -#usr/include/samba-4.0/util/string_wrappers.h #usr/include/samba-4.0/util/substitute.h #usr/include/samba-4.0/util/tevent_ntstatus.h #usr/include/samba-4.0/util/tevent_unix.h @@ -155,7 +154,7 @@ usr/lib/libndr-standard.so.0 usr/lib/libndr-standard.so.0.0.1 usr/lib/libndr.so usr/lib/libndr.so.1 -usr/lib/libndr.so.1.0.0 +usr/lib/libndr.so.1.0.1 usr/lib/libnetapi.so usr/lib/libnetapi.so.0 usr/lib/libnss_winbind.so @@ -163,8 +162,8 @@ usr/lib/libnss_winbind.so.2 usr/lib/libnss_wins.so usr/lib/libnss_wins.so.2 usr/lib/libsamba-credentials.so -usr/lib/libsamba-credentials.so.0 -usr/lib/libsamba-credentials.so.0.0.1 +usr/lib/libsamba-credentials.so.1 +usr/lib/libsamba-credentials.so.1.0.0 usr/lib/libsamba-errors.so usr/lib/libsamba-errors.so.1 usr/lib/libsamba-hostconfig.so @@ -184,11 +183,12 @@ usr/lib/libsamdb.so.0 usr/lib/libsamdb.so.0.0.1 usr/lib/libsmbclient.so usr/lib/libsmbclient.so.0 -usr/lib/libsmbclient.so.0.6.0 +usr/lib/libsmbclient.so.0.7.0 usr/lib/libsmbconf.so usr/lib/libsmbconf.so.0 usr/lib/libsmbldap.so usr/lib/libsmbldap.so.2 +usr/lib/libsmbldap.so.2.1.0 usr/lib/libtevent-util.so usr/lib/libtevent-util.so.0 usr/lib/libtevent-util.so.0.0.1 @@ -221,7 +221,6 @@ usr/lib/python3.8/site-packages/samba/auth.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/auth_util.py usr/lib/python3.8/site-packages/samba/colour.py usr/lib/python3.8/site-packages/samba/common.py -usr/lib/python3.8/site-packages/samba/compat.py usr/lib/python3.8/site-packages/samba/credentials.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/crypto.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/dbchecker.py @@ -280,6 +279,7 @@ usr/lib/python3.8/site-packages/samba/forest_update.py usr/lib/python3.8/site-packages/samba/gensec.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/getopt.py usr/lib/python3.8/site-packages/samba/gp_ext_loader.py +usr/lib/python3.8/site-packages/samba/gp_msgs_ext.py #usr/lib/python3.8/site-packages/samba/gp_parse usr/lib/python3.8/site-packages/samba/gp_parse/__init__.py usr/lib/python3.8/site-packages/samba/gp_parse/gp_aas.py @@ -289,6 +289,8 @@ usr/lib/python3.8/site-packages/samba/gp_parse/gp_ini.py usr/lib/python3.8/site-packages/samba/gp_parse/gp_pol.py usr/lib/python3.8/site-packages/samba/gp_scripts_ext.py usr/lib/python3.8/site-packages/samba/gp_sec_ext.py +usr/lib/python3.8/site-packages/samba/gp_smb_conf_ext.py +usr/lib/python3.8/site-packages/samba/gp_sudoers_ext.py usr/lib/python3.8/site-packages/samba/gpclass.py usr/lib/python3.8/site-packages/samba/gpo.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/graph.py @@ -358,7 +360,8 @@ usr/lib/python3.8/site-packages/samba/registry.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/remove_dc.py #usr/lib/python3.8/site-packages/samba/samba3 usr/lib/python3.8/site-packages/samba/samba3/__init__.py -usr/lib/python3.8/site-packages/samba/samba3/libsmb_samba_internal.cpython-38-x86_64-linux-gnu.so +usr/lib/python3.8/site-packages/samba/samba3/libsmb_samba_cwrapper.cpython-38-x86_64-linux-gnu.so +usr/lib/python3.8/site-packages/samba/samba3/libsmb_samba_internal.py usr/lib/python3.8/site-packages/samba/samba3/mdscli.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/samba3/param.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/samba3/passdb.cpython-38-x86_64-linux-gnu.so @@ -398,6 +401,8 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/samba_dnsupdate.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/smbcacls.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/smbcacls_basic.py +#usr/lib/python3.8/site-packages/samba/tests/blackbox/smbcacls_dfs_propagate_inherit.py +#usr/lib/python3.8/site-packages/samba/tests/blackbox/smbcacls_propagate_inhertance.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/smbcontrol.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/smbcontrol_process.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/traffic_learner.py @@ -406,11 +411,14 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/common.py #usr/lib/python3.8/site-packages/samba/tests/complex_expressions.py #usr/lib/python3.8/site-packages/samba/tests/core.py +#usr/lib/python3.8/site-packages/samba/tests/cred_opt.py #usr/lib/python3.8/site-packages/samba/tests/credentials.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc #usr/lib/python3.8/site-packages/samba/tests/dcerpc/__init__.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/array.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/bare.py +#usr/lib/python3.8/site-packages/samba/tests/dcerpc/binding.py +#usr/lib/python3.8/site-packages/samba/tests/dcerpc/createtrustrelax.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/dnsserver.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/integer.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/mdssvc.py @@ -421,6 +429,7 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/rpc_talloc.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/rpcecho.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/sam.py +#usr/lib/python3.8/site-packages/samba/tests/dcerpc/samr_change_password.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/srvsvc.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/string_tests.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/testrpc.py @@ -462,8 +471,14 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/kcc/kcc_utils.py #usr/lib/python3.8/site-packages/samba/tests/kcc/ldif_import_export.py #usr/lib/python3.8/site-packages/samba/tests/krb5 +#usr/lib/python3.8/site-packages/samba/tests/krb5/as_canonicalization_tests.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/compatability_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5/kcrypto.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/kdc_base_test.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/kdc_tests.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/kdc_tgs_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5/raw_testcase.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/rfc4120_constants.py #usr/lib/python3.8/site-packages/samba/tests/krb5/rfc4120_pyasn1.py #usr/lib/python3.8/site-packages/samba/tests/krb5/s4u_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5/simple_tests.py @@ -552,6 +567,7 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/samdb_api.py #usr/lib/python3.8/site-packages/samba/tests/security.py #usr/lib/python3.8/site-packages/samba/tests/segfault.py +#usr/lib/python3.8/site-packages/samba/tests/smb-notify.py #usr/lib/python3.8/site-packages/samba/tests/smb.py #usr/lib/python3.8/site-packages/samba/tests/smbd_base.py #usr/lib/python3.8/site-packages/samba/tests/smbd_fuzztest.py @@ -564,15 +580,11 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/upgradeprovisionneeddc.py #usr/lib/python3.8/site-packages/samba/tests/usage.py #usr/lib/python3.8/site-packages/samba/tests/xattr.py -#usr/lib/python3.8/site-packages/samba/third_party -usr/lib/python3.8/site-packages/samba/third_party/__init__.py -usr/lib/python3.8/site-packages/samba/third_party/iso8601 -usr/lib/python3.8/site-packages/samba/third_party/iso8601/__init__.py -usr/lib/python3.8/site-packages/samba/third_party/iso8601/iso8601.py -usr/lib/python3.8/site-packages/samba/third_party/iso8601/test_iso8601.py +usr/lib/python3.8/site-packages/samba/trust_utils.py usr/lib/python3.8/site-packages/samba/upgrade.py usr/lib/python3.8/site-packages/samba/upgradehelpers.py usr/lib/python3.8/site-packages/samba/uptodateness.py +usr/lib/python3.8/site-packages/samba/vgp_sudoers_ext.py usr/lib/python3.8/site-packages/samba/werror.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/xattr.py usr/lib/python3.8/site-packages/samba/xattr_native.cpython-38-x86_64-linux-gnu.so @@ -590,6 +602,7 @@ usr/lib/samba/idmap/rid.so usr/lib/samba/idmap/script.so usr/lib/samba/idmap/tdb2.so #usr/lib/samba/krb5 +usr/lib/samba/krb5/async_dns_krb5_locator.so usr/lib/samba/krb5/winbind_krb5_locator.so #usr/lib/samba/ldb usr/lib/samba/ldb/asq.so @@ -667,7 +680,7 @@ usr/lib/samba/libldb-key-value-samba4.so usr/lib/samba/libldb-tdb-err-map-samba4.so usr/lib/samba/libldb-tdb-int-samba4.so usr/lib/samba/libldb.so.2 -usr/lib/samba/libldb.so.2.2.1 +usr/lib/samba/libldb.so.2.3.0 usr/lib/samba/libldbsamba-samba4.so usr/lib/samba/liblibcli-lsa3-samba4.so usr/lib/samba/liblibcli-netlogon3-samba4.so @@ -688,9 +701,9 @@ usr/lib/samba/libposix-eadb-samba4.so usr/lib/samba/libprinter-driver-samba4.so usr/lib/samba/libprinting-migrate-samba4.so usr/lib/samba/libpyldb-util.cpython-38-x86-64-linux-gnu.so.2 -usr/lib/samba/libpyldb-util.cpython-38-x86-64-linux-gnu.so.2.2.1 +usr/lib/samba/libpyldb-util.cpython-38-x86-64-linux-gnu.so.2.3.0 usr/lib/samba/libpytalloc-util.cpython-38-x86-64-linux-gnu.so.2 -usr/lib/samba/libpytalloc-util.cpython-38-x86-64-linux-gnu.so.2.3.1 +usr/lib/samba/libpytalloc-util.cpython-38-x86-64-linux-gnu.so.2.3.2 usr/lib/samba/libregistry-samba4.so usr/lib/samba/libreplace-samba4.so usr/lib/samba/libroken-samba4.so.19 @@ -719,7 +732,7 @@ usr/lib/samba/libsys-rw-samba4.so usr/lib/samba/libtalloc-report-printf-samba4.so usr/lib/samba/libtalloc-report-samba4.so usr/lib/samba/libtalloc.so.2 -usr/lib/samba/libtalloc.so.2.3.1 +usr/lib/samba/libtalloc.so.2.3.2 usr/lib/samba/libtdb-wrap-samba4.so usr/lib/samba/libtdb.so.1 usr/lib/samba/libtdb.so.1.4.3 diff --git a/lfs/dnsdist b/lfs/dnsdist index 85dd77833..19261d680 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 i586 PROG = dnsdist -PAK_VER = 6 +PAK_VER = 7
DEPS =
diff --git a/lfs/haproxy b/lfs/haproxy index 5c522be70..dade53802 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 18 +PAK_VER = 19
DEPS =
diff --git a/lfs/less b/lfs/less index 4d6cf4877..2655e8c17 100644 --- a/lfs/less +++ b/lfs/less @@ -24,7 +24,7 @@
include Config
-VER = 563 +VER = 581
THISAPP = less-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1ee44fa71447a845f6eef5b3f38d2781 +$(DL_FILE)_MD5 = 6201df5b9dae2af9767fc220471471b3
install : $(TARGET)
diff --git a/lfs/libgcrypt b/lfs/libgcrypt index a2bc19e17..5f4a9454a 100644 --- a/lfs/libgcrypt +++ b/lfs/libgcrypt @@ -24,7 +24,7 @@
include Config
-VER = 1.9.2 +VER = 1.9.3
THISAPP = libgcrypt-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 00121b05e1ff4cc85a4a6503e0a7d9fb +$(DL_FILE)_MD5 = 3fcb490b9b7347344708eeb7b4a95464
install : $(TARGET)
diff --git a/lfs/libid3tag b/lfs/libid3tag index 9005ca94c..b0263f267 100644 --- a/lfs/libid3tag +++ b/lfs/libid3tag @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libid3tag -PAK_VER = 2 +PAK_VER = 3
DEPS =
diff --git a/lfs/libjpeg b/lfs/libjpeg index 1fbcdf02a..db068ac54 100644 --- a/lfs/libjpeg +++ b/lfs/libjpeg @@ -23,8 +23,7 @@ ###############################################################################
include Config - -VER = 2.0.4 +VER = 2.1.0
THISAPP = libjpeg-turbo-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +39,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d01d9e0c28c27bc0de9f4e2e8ff49855 +$(DL_FILE)_MD5 = be306afc2d2ebd6931b634df0e8cbaf5
install : $(TARGET)
diff --git a/lfs/libtiff b/lfs/libtiff index 562777c9e..885818568 100644 --- a/lfs/libtiff +++ b/lfs/libtiff @@ -24,7 +24,7 @@
include Config
-VER = 4.1.0 +VER = 4.3.0
THISAPP = tiff-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libtiff -PAK_VER = 4 +PAK_VER = 5
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2165e7aba557463acc0664e71a3ed424 +$(DL_FILE)_MD5 = 0a2e4744d1426a8fc8211c0cdbc3a1b3
install : $(TARGET)
diff --git a/lfs/libupnp b/lfs/libupnp index 90cb48b84..61856ff7b 100644 --- a/lfs/libupnp +++ b/lfs/libupnp @@ -24,7 +24,7 @@
include Config
-VER = 1.14.5 +VER = 1.14.6
THISAPP = libupnp-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 813094b1348883d1091199ff516674dd +$(DL_FILE)_MD5 = 05c2393eee4fbf81c9e1b116b9554039
install : $(TARGET)
diff --git a/lfs/lua b/lfs/lua index e70b9cd00..8fffba704 100644 --- a/lfs/lua +++ b/lfs/lua @@ -24,7 +24,7 @@
include Config
-VER = 5.3.5 +VER = 5.4.3
THISAPP = lua-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4f4b4f323fd3514a68e0ab3da8ce3455 +$(DL_FILE)_MD5 = ef63ed2ecfb713646a7fcc583cf5f352
install : $(TARGET)
@@ -70,14 +70,15 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && cp -v src/luaconf.h src/luaconf.h.template.in - - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/lua/lua-5.3.5-autotoolize.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/lua/lua-5.3.5-shared_library-1.patch - - cd $(DIR_APP) && autoreconf -vfi - cd $(DIR_APP) && ./configure --prefix=/usr - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/lua-5.4.3-shared_library-1.patch + # install lua pkgconfig file + install -v -m 644 ${DIR_SRC}/config/lua/lua.pc \ + /usr/lib/pkgconfig/lua.pc + cd $(DIR_APP) && make all $(MAKETUNING) + cd $(DIR_APP) && make INSTALL_TOP=/usr \ + INSTALL_DATA="cp -d" \ + INSTALL_MAN=/usr/share/man/man1 \ + TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.3" \ + install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/mtools b/lfs/mtools deleted file mode 100644 index 655204e5a..000000000 --- a/lfs/mtools +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see http://www.gnu.org/licenses/. # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 3.9.10 - -THISAPP = mtools-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 19bc1f06e9c5865b8ad20b1ddd976f5f - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=/usr - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/lfs/samba b/lfs/samba index ea8fcd428..ee873273a 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@
include Config
-VER = 4.13.7 +VER = 4.14.3
THISAPP = samba-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 77 +PAK_VER = 78
DEPS = avahi cups libtirpc krb5 perl-Parse-Yapp
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1a900f45d5251b53c9bd28887e588583 +$(DL_FILE)_MD5 = 7bf4fc8a7213b04942ac91ec05f62395
install : $(TARGET)
diff --git a/lfs/sqlite b/lfs/sqlite index 7aada7585..a68bf462b 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@
include Config
-VER = 3350400 +VER = 3350500
THISAPP = sqlite-autoconf-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 9cf453a9cd0e40cdbc8e6f008acfc4fb +$(DL_FILE)_MD5 = d1d1aba394c8e0443077dc9f1a681bb8
install : $(TARGET)
diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 219864274..327b69d3a 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@
include Config
-VER = 5.7.0 +VER = 5.9.0
THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4aeba534cf91f24169c64e1073b9ef27 +$(DL_FILE)_MD5 = 5edd6f3d34b1e9950c326c961b5b84c4
install : $(TARGET)
diff --git a/make.sh b/make.sh index ebef440ff..1c08af6e3 100755 --- a/make.sh +++ b/make.sh @@ -1302,7 +1302,6 @@ buildipfire() { lfsmake2 gnupg lfsmake2 hdparm lfsmake2 sdparm - lfsmake2 mtools lfsmake2 whatmask lfsmake2 libtirpc lfsmake2 conntrack-tools diff --git a/src/patches/lua-5.4.3-shared_library-1.patch b/src/patches/lua-5.4.3-shared_library-1.patch new file mode 100644 index 000000000..f1dfad9ca --- /dev/null +++ b/src/patches/lua-5.4.3-shared_library-1.patch @@ -0,0 +1,78 @@ +Submitted By: Douglas R. Reno <renodr at linuxfromscratch dot org> +Date: 2020-06-30 +Initial Package Version: 5.4.0 +Upstream Status: Rejected +Origin: Arch Linux, with some modifications +Description: Creates a shared liblua library, as well as + removes optimization since it causes SIGBUS errors, + and sets the search path to /usr from /usr/local. + The initial version of this patch was created by + Igor Zivkovic, before being rediffed for 5.4.0 by + myself with some modifications made. + +diff -Naurp lua-5.4.0.orig/Makefile lua-5.4.0/Makefile +--- lua-5.4.0.orig/Makefile 2020-04-15 07:55:07.000000000 -0500 ++++ lua-5.4.0/Makefile 2020-06-30 13:22:00.997938585 -0500 +@@ -52,7 +52,7 @@ R= $V.0 + all: $(PLAT) + + $(PLATS) help test clean: +- @cd src && $(MAKE) $@ ++ @cd src && $(MAKE) $@ V=$(V) R=$(R) + + install: dummy + cd src && $(MKDIR) $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) $(INSTALL_LMOD) $(INSTALL_CMOD) +diff -Naurp lua-5.4.0.orig/src/luaconf.h lua-5.4.0/src/luaconf.h +--- lua-5.4.0.orig/src/luaconf.h 2020-06-18 09:25:54.000000000 -0500 ++++ lua-5.4.0/src/luaconf.h 2020-06-30 13:24:59.294932289 -0500 +@@ -227,7 +227,7 @@ + + #else /* }{ */ + +-#define LUA_ROOT "/usr/local/" ++#define LUA_ROOT "/usr/" + #define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/" + #define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/" + +diff -Naurp lua-5.4.0.orig/src/Makefile lua-5.4.0/src/Makefile +--- lua-5.4.0.orig/src/Makefile 2020-04-15 08:00:29.000000000 -0500 ++++ lua-5.4.0/src/Makefile 2020-06-30 13:24:15.746933827 -0500 +@@ -7,7 +7,7 @@ + PLAT= guess + + CC= gcc -std=gnu99 +-CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_3 $(SYSCFLAGS) $(MYCFLAGS) ++CFLAGS= -fPIC -O0 -Wall -Wextra -DLUA_COMPAT_5_3 -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1 $(SYSCFLAGS) $(MYCFLAGS) + LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS) + LIBS= -lm $(SYSLIBS) $(MYLIBS) + +@@ -33,6 +33,7 @@ CMCFLAGS= -Os + PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris + + LUA_A= liblua.a ++LUA_SO= liblua.so + CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o + LIB_O= lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o loadlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o linit.o + BASE_O= $(CORE_O) $(LIB_O) $(MYOBJS) +@@ -44,7 +45,7 @@ LUAC_T= luac + LUAC_O= luac.o + + ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O) +-ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T) ++ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T) $(LUA_SO) + ALL_A= $(LUA_A) + + # Targets start here. +@@ -60,6 +61,12 @@ $(LUA_A): $(BASE_O) + $(AR) $@ $(BASE_O) + $(RANLIB) $@ + ++$(LUA_SO): $(CORE_O) $(LIB_O) ++ $(CC) -shared -ldl -Wl,--soname,$(LUA_SO).$(V) -o $@.$(R) $? -lm ++ $(MYLDFLAGS) ++ ln -sf $(LUA_SO).$(R) $(LUA_SO).$(V) ++ ln -sf $(LUA_SO).$(R) $(LUA_SO) ++ + $(LUA_T): $(LUA_O) $(LUA_A) + $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS) + diff --git a/src/patches/lua/lua-5.3.5-autotoolize.patch b/src/patches/lua/lua-5.3.5-autotoolize.patch deleted file mode 100644 index 76747923a..000000000 --- a/src/patches/lua/lua-5.3.5-autotoolize.patch +++ /dev/null @@ -1,192 +0,0 @@ -diff -up lua-5.3.0/configure.ac.autoxxx lua-5.3.0/configure.ac ---- lua-5.3.0/configure.ac.autoxxx 2015-01-15 10:20:03.826889574 -0500 -+++ lua-5.3.0/configure.ac 2015-01-15 10:20:03.826889574 -0500 -@@ -0,0 +1,69 @@ -+AC_PREREQ(2.59) -+AC_INIT([lua], [5.3.0], [https://bugzilla.redhat.com/], [lua-at], [http://www.lua.org]) -+AC_SUBST([MAJOR_VERSION], [5.3]) -+ -+AC_CONFIG_HEADERS([config.h]) -+AC_CONFIG_SRCDIR([src/lapi.c]) -+ -+AM_INIT_AUTOMAKE([1.9 foreign]) -+ -+AC_PROG_CC -+AC_PROG_LIBTOOL -+ -+AC_ARG_WITH( -+ [readline], -+ [AC_HELP_STRING([--with-readline], [Use readline for interpreter input [default=yes]])], -+ [use_readline=$withval], -+ [use_readline=yes] -+) -+ -+LUA_LIBS="-lm" -+ -+# Check for readline -+READLINE_DEFS="#undef LUA_USE_READLINE" -+if test "x$use_readline" == "xyes"; then -+ AC_CHECK_LIB([readline], [readline], [:], [use_readline=no], [-lncurses]) -+ AC_CHECK_HEADERS([readline/readline.h readline/history.h], [], [use_readline=no]) -+ if test "x$use_readline" == "xno"; then -+ AC_MSG_WARN([readline headers could not be found, disabling readline support]) -+ else -+ READLINE_DEFS="#define LUA_USE_READLINE" -+ READLINE_LIBS="-lreadline -lncurses" -+ fi -+fi -+AC_SUBST(READLINE_DEFS) -+AC_SUBST(READLINE_LIBS) -+ -+case "$host" in -+ *-mingw*) use_os=win32 ;; -+ *-darwin*) use_os=macosx ;; -+ *) use_os=posix ;; -+esac -+ -+POSIX_DEFS="#undef LUA_USE_POSIX" -+LUA_DL_DEFS="#undef LUA_USE_DLOPEN" -+LUA_BUILD_AS_DLL_DEFS="#undef LUA_BUILD_AS_DLL" -+ -+if test "x$use_os" == "xwin32"; then -+ LUA_BUILD_AS_DLL_DEFS="#define LUA_BUILD_AS_DLL" -+elif test "x$use_os" == "xmacosx"; then -+ POSIX_DEFS="#define LUA_USE_POSIX" -+ LUA_DL_DEFS="#define LUA_DL_DYLD" -+elif test "x$use_os" == "xposix"; then -+ POSIX_DEFS="#define LUA_USE_POSIX" -+ LUA_DL_DEFS="#define LUA_DL_DLOPEN" -+ LUA_LIBS="$LUA_LIBS -ldl" -+fi -+AC_SUBST(POSIX_DEFS) -+AC_SUBST(LUA_DL_DEFS) -+AC_SUBST(LUA_BUILD_AS_DLL_DEFS) -+ -+AC_SUBST(LUA_LIBS) -+ -+AC_CONFIG_FILES([Makefile -+ src/Makefile -+ src/lua.pc -+ src/luaconf.h.template -+ doc/Makefile -+]) -+AC_OUTPUT -diff -up lua-5.3.0/doc/Makefile.am.autoxxx lua-5.3.0/doc/Makefile.am ---- lua-5.3.0/doc/Makefile.am.autoxxx 2015-01-15 10:20:03.826889574 -0500 -+++ lua-5.3.0/doc/Makefile.am 2015-01-15 10:20:03.826889574 -0500 -@@ -0,0 +1,4 @@ -+man1_MANS = lua.1 luac.1 -+ -+EXTRA_DIST = \ -+ contents.html logo.gif lua.1 luac.1 lua.css manual.css manual.html osi-certified-72x60.png readme.html -diff -up lua-5.3.0/Makefile.am.autoxxx lua-5.3.0/Makefile.am ---- lua-5.3.0/Makefile.am.autoxxx 2015-01-15 10:20:03.826889574 -0500 -+++ lua-5.3.0/Makefile.am 2015-01-15 10:20:03.826889574 -0500 -@@ -0,0 +1,3 @@ -+SUBDIRS = src doc -+ -+EXTRA_DIST = README -diff -up lua-5.3.0/src/.gitignore.autoxxx lua-5.3.0/src/.gitignore ---- lua-5.3.0/src/.gitignore.autoxxx 2015-01-15 10:20:03.826889574 -0500 -+++ lua-5.3.0/src/.gitignore 2015-01-15 10:20:03.826889574 -0500 -@@ -0,0 +1,5 @@ -+lua -+lua.pc -+luac -+luaconf.h -+luaconf.h.template -diff -up lua-5.3.0/src/luaconf.h.template.in.autoxxx lua-5.3.0/src/luaconf.h.template.in ---- lua-5.3.0/src/luaconf.h.template.in.autoxxx 2015-01-15 10:20:03.828889562 -0500 -+++ lua-5.3.0/src/luaconf.h.template.in 2015-01-15 10:22:37.420027778 -0500 -@@ -11,6 +11,11 @@ - #include <limits.h> - #include <stddef.h> - -+@POSIX_DEFS@ -+@LUA_DL_DEFS@ -+@LUA_BUILD_AS_DLL_DEFS@ -+@READLINE_DEFS@ -+ - - /* - ** =================================================================== -@@ -200,9 +205,9 @@ - - #else /* }{ */ - --#define LUA_ROOT "/usr/local/" --#define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/" --#define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/" -+#define LUA_ROOT "@prefix@/" -+#define LUA_LDIR "@pkgdatadir@/lua/" LUA_VDIR "/" -+#define LUA_CDIR "@libdir@/lua/" LUA_VDIR "/" - #define LUA_PATH_DEFAULT \ - LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \ - LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua;" \ -diff -up lua-5.3.0/src/lua.pc.in.autoxxx lua-5.3.0/src/lua.pc.in ---- lua-5.3.0/src/lua.pc.in.autoxxx 2015-01-15 10:20:03.827889568 -0500 -+++ lua-5.3.0/src/lua.pc.in 2015-01-15 10:20:03.827889568 -0500 -@@ -0,0 +1,13 @@ -+V= @MAJOR_VERSION@ -+R= @VERSION@ -+prefix= @prefix@ -+exec_prefix=${prefix} -+libdir= @libdir@ -+includedir=${prefix}/include -+ -+Name: Lua -+Description: An Extensible Extension Language -+Version: ${R} -+Requires: -+Libs: -llua @LUA_LIBS@ -+Cflags: -I${includedir} -diff -up lua-5.3.0/src/Makefile.am.autoxxx lua-5.3.0/src/Makefile.am ---- lua-5.3.0/src/Makefile.am.autoxxx 2015-01-15 10:20:03.826889574 -0500 -+++ lua-5.3.0/src/Makefile.am 2015-01-15 10:20:03.826889574 -0500 -@@ -0,0 +1,46 @@ -+AM_CFLAGS = -Wall -+ -+include_HEADERS = lua.h lualib.h lauxlib.h lua.hpp -+ -+nodist_include_HEADERS = luaconf.h -+ -+lib_LTLIBRARIES = liblua.la -+liblua_la_LDFLAGS = -release @MAJOR_VERSION@ -+liblua_la_SOURCES = \ -+ lapi.c lauxlib.c lbaselib.c lbitlib.c lcode.c lcorolib.c lctype.c ldblib.c \ -+ ldebug.c ldo.c ldump.c lfunc.c lgc.c linit.c liolib.c llex.c lmathlib.c lmem.c \ -+ loadlib.c lobject.c lopcodes.c loslib.c lparser.c lstate.c lstring.c lstrlib.c \ -+ ltable.c ltablib.c ltm.c lundump.c lutf8lib.c lvm.c lzio.c \ -+ lapi.h lcode.h lctype.h ldebug.h ldo.h lfunc.h lgc.h llex.h llimits.h \ -+ lmem.h lobject.h lopcodes.h lparser.h lstate.h lstring.h ltable.h ltm.h \ -+ lundump.h lvm.h lzio.h -+ -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = lua.pc -+ -+bin_PROGRAMS = lua luac -+ -+lua_SOURCES = lua.c -+lua_LDADD = liblua.la @LUA_LIBS@ @READLINE_LIBS@ -+lua_DEPENDENCIES = liblua.la -+ -+luac_SOURCES = luac.c -+# Statically link liblua against luac since luac uses symbols not exported in liblua -+luac_LDADD = .libs/liblua.a @LUA_LIBS@ -+luac_DEPENDENCIES = liblua.la -+ -+EXTRA_DIST = luaconf.h.template -+BUILT_SOURCES = luaconf.h -+CLEANFILES = luaconf.h luaconf.h.template -+ -+readline_defs = @READLINE_DEFS@ -+ -+edit = sed \ -+ -e 's,%prefix%,$(prefix),g' \ -+ -e 's,%lua_datadir%,$(datadir),g' \ -+ -e 's,%lua_libdir%,$(libdir),g' -+ -+luaconf.h : luaconf.h.template -+ rm -f $@ $@.tmp -+ $(edit) $< >$@.tmp -+ mv $@.tmp $@ diff --git a/src/patches/lua/lua-5.3.5-shared_library-1.patch b/src/patches/lua/lua-5.3.5-shared_library-1.patch deleted file mode 100644 index 857fddc6c..000000000 --- a/src/patches/lua/lua-5.3.5-shared_library-1.patch +++ /dev/null @@ -1,61 +0,0 @@ -Submitted By: Igor Živković contact@igor-zivkovic.from.hr -Date: 2013-06-19 -Initial Package Version: 5.2.2 -Upstream Status: Rejected -Origin: Arch Linux packages repository -Description: Adds the compilation of a shared library. - -diff -Naur lua-5.3.0.orig/Makefile lua-5.3.0/Makefile ---- lua-5.3.0.orig/Makefile 2014-10-30 00:14:41.000000000 +0100 -+++ lua-5.3.0/Makefile 2015-01-19 22:14:09.822290828 +0100 -@@ -52,7 +52,7 @@ - all: $(PLAT) - - $(PLATS) clean: -- cd src && $(MAKE) $@ -+ cd src && $(MAKE) $@ V=$(V) R=$(R) - - test: dummy - src/lua -v -diff -Naur lua-5.3.0.orig/src/Makefile lua-5.3.0/src/Makefile ---- lua-5.3.0.orig/src/Makefile 2015-01-05 17:04:52.000000000 +0100 -+++ lua-5.3.0/src/Makefile 2015-01-19 22:14:52.559378543 +0100 -@@ -7,7 +7,7 @@ - PLAT= none - - CC= gcc -std=gnu99 --CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) -+CFLAGS= -fPIC -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) - LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS) - LIBS= -lm $(SYSLIBS) $(MYLIBS) - -@@ -29,6 +29,7 @@ - PLATS= aix bsd c89 freebsd generic linux macosx mingw posix solaris - - LUA_A= liblua.a -+LUA_SO= liblua.so - CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \ - lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o \ - ltm.o lundump.o lvm.o lzio.o -@@ -43,7 +44,7 @@ - LUAC_O= luac.o - - ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O) --ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T) -+ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T) $(LUA_SO) - ALL_A= $(LUA_A) - - # Targets start here. -@@ -59,6 +60,12 @@ - $(AR) $@ $(BASE_O) - $(RANLIB) $@ - -+$(LUA_SO): $(CORE_O) $(LIB_O) -+ $(CC) -shared -ldl -Wl,-soname,$(LUA_SO).$(V) -o $@.$(R) $? -lm $(MYLDFLAGS) -+ ln -sf $(LUA_SO).$(R) $(LUA_SO).$(V) -+ ln -sf $(LUA_SO).$(R) $(LUA_SO) -+ -+ - $(LUA_T): $(LUA_O) $(LUA_A) - $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS) -
hooks/post-receive -- IPFire 2.x development tree