Robert Marko
bab3ae2ee7
tools: prefer gz or bz2 tarballs
...
In the light of recent XZ events, and fundamental XZ issues lets work on
moving away from using XZ.
So, use gz compressed tarballs as sources whenever possible.
dwarves only offers bz2 compressed tarballs, so use those as size
difference is minor compared to XZ.
Signed-off-by: Robert Marko <robimarko@gmail.com>
dwarves
2024-04-06 11:24:18 +02:00
Alexander Couzens
02f86a0765
tools: assign PKG_CPE_ID
...
The PKG_CPE_ID links to NIST CPE version 2.2.
Assign PKG_CPE_ID to all remaining tools which have a CPE ID.
Not every tool has CPE id.
Related: https://github.com/openwrt/packages/issues/8534
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2023-09-19 20:21:33 +02:00
Hauke Mehrtens
963c77158c
tools/sed: Fix handling of symlinks of 128 chars
...
If the absolute path a symlink is pointing to is 128 bytes long sed
failed with an error message like this: "<path>/sedstbU8O: Not a directory"
This fixes a problem building python seen in the build bot.
This patch is on its way into upstream sed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2022-12-18 21:40:58 +01:00
Nick Hainke
64373d2a12
tools/sed: update to 4.9
...
Release Notes:
https://lists.gnu.org/archive/html/info-gnu/2022-11/msg00001.html
Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-11-18 19:52:54 +01:00
Daniel Engberg
4b591c5e6b
tools/sed: Update to 4.8
...
Update sed to 4.8
Use POSIX threads
Disable i18n and selinux support
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-02-18 21:39:14 +01:00
Daniel Engberg
a3df068b31
tools/sed: Update to 4.7
...
Update sed to 4.7
Enable pthreads support
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-02-10 20:48:25 +01:00
Daniel Engberg
2d913fc48d
tools/sed: Update to 4.5
...
Update sed to 4.5
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-05-05 07:13:41 +02:00
Daniel Engberg
65d2800bd6
tools/sed: Update to 4.4
...
Update sed to 4.4
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-03-20 08:15:27 +01:00
Felix Fietkau
a9232ba1ed
tools: reorganize dependencies, fix build after deleting staging dir
...
A lot of packages (especially those using libtool) depend on sed being
available. xz fails on an incremental build pretty early if it's not
there.
Clean up handling if essential core tools (patch, tar, xz), build them
in parallel and make them depend on sed
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-01-09 16:39:46 +01:00
Felix Fietkau
720b99215d
treewide: clean up download hashes
...
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-12-16 22:39:22 +01:00
Imre Kaloz
d0e8830c31
tools/sed: fix compile on musl hosts
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45603
2015-05-04 13:22:17 +00:00
Jo-Philipp Wich
f7e56763e1
tools: remove static linking support
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44285
2015-02-06 00:00:43 +00:00
Luka Perkov
a0e2d2a6d1
sed: upgrade to version 4.2.2
...
SVN-Revision: 35822
2013-02-28 00:52:28 +00:00
Felix Fietkau
ed2bf29be5
build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems
...
SVN-Revision: 33523
2012-09-23 09:50:01 +00:00
Felix Fietkau
8b47037101
tools/sed: enable parallel builds
...
SVN-Revision: 33428
2012-09-15 14:17:31 +00:00
Jo-Philipp Wich
7304953292
convert remaining tools to $(HOST_STATIC_LINKING) ( #12012 )
...
SVN-Revision: 33148
2012-08-12 13:27:49 +00:00
Jo-Philipp Wich
df261c26ba
sed: disable further SELinux features
...
SVN-Revision: 33120
2012-08-10 22:38:09 +00:00
Jo-Philipp Wich
638a3eb4fd
sed: unconditionally disable SELinux, NLS and ACL support ( #12007 )
...
SVN-Revision: 33119
2012-08-10 21:41:44 +00:00
Jo-Philipp Wich
f874529ca5
sed: link statically
...
SVN-Revision: 33089
2012-08-10 19:26:17 +00:00
Alexandros C. Couloumbis
c74849709f
tools/sed: update to sed-4.2.1 (also tested on FreeBSD/AMD64)
...
SVN-Revision: 23241
2010-10-05 13:51:54 +00:00
Jo-Philipp Wich
f45be33f17
sed: fix compilation on FreeBSD/AMD64
...
SVN-Revision: 22499
2010-08-06 00:19:34 +00:00
Florian Fainelli
8cfbcf0d0b
revert r17022, this is not the way to do this
...
SVN-Revision: 17023
2009-07-26 18:13:03 +00:00
Florian Fainelli
b78a0f257e
override sed configuration to work with FreeBSD ( #4531 )
...
SVN-Revision: 17022
2009-07-26 18:09:20 +00:00
Ralph Hempel
69fbe5c3b0
fix download url
...
SVN-Revision: 16226
2009-05-31 10:07:35 +00:00
Felix Fietkau
7eb1589875
build system refactoring in preparation for allowing packages to do host-build steps
...
SVN-Revision: 14610
2009-02-22 04:37:20 +00:00
Felix Fietkau
c6bc77ea36
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
...
SVN-Revision: 8362
2007-08-07 00:04:25 +00:00
Felix Fietkau
864ae8f613
more shell related fixes
...
SVN-Revision: 5509
2006-11-12 02:45:13 +00:00
Felix Fietkau
60c1f0f64d
finally move buildroot-ng to trunk
2016-03-20 17:29:15 +01:00