Rudi Heitbaum
6d38293d4f
libmtp: update to 1.1.21
2023-08-20 12:10:43 +00:00
Rudi Heitbaum
6aae64151d
libssh2: dont build shared library
...
revert to not shared library:
- 896154bc17
2023-08-05 08:34:50 +00:00
Rudi Heitbaum
d4e56b2ee0
libssh2: update to 1.11.0
2023-07-15 04:53:34 +00:00
Rudi Heitbaum
c77146f83a
libmtp: update to 1.1.20
...
release notes:
- https://github.com/libmtp/libmtp/releases/tag/v1.1.20
2022-11-19 04:47:53 +00:00
Rudi Heitbaum
b84e1641c6
efivar: enable compile with glibc 2.36
2022-08-02 08:24:55 +00:00
Rudi Heitbaum
7c93d6ce32
Revert "efivar: update to 38"
...
This reverts commit 3b70bb1c28
.
Revert efivar package to 10 Dec 2021
- as last known good working dependant version of efibootmgr
- efibootmgr 17 (08 Sep 2021)
Fix build of system-tools addon on x86_64
2022-06-29 01:45:04 +00:00
Rudi Heitbaum
d9282bce7b
oniguruma: update to 6.9.8
2022-06-03 11:25:48 +00:00
heitbaum
3b70bb1c28
efivar: update to 38
...
release notes:
- https://github.com/rhboot/efivar/releases/tag/38
2022-06-03 11:25:28 +00:00
heitbaum
c3769eeb6c
libmtp: remove RPATH
2022-01-23 21:40:25 +00:00
heitbaum
00dcaf0aec
efivar: update to githash 2021-12-10
2021-12-25 04:14:02 +00:00
heitbaum
e8eac342d4
libmtp: update to 1.1.19
2021-10-16 19:48:41 +11:00
heitbaum
c3f4c24713
libssh2: update to 1.10.0
...
update 1.9.0 (2019-06-20) to 1.10.0 (2021-08-29)
changelog: https://libssh2.org/changes.html#1.10.0
2021-10-16 19:48:30 +11:00
heitbaum
de404e3bb0
oniguruma: update to 6.9.7.1
2021-05-24 10:52:55 +00:00
Ian Leonard
eeab3d92b4
addons: automated code cleanup
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:41 +00:00
heitbaum
f55a328f63
efivar: update to 2020-10-16
...
update from 272b216 (20 Jun 2019) to cff88dd (16 Oct 2020)
changelog: https://github.com/rhboot/efivar/commits/master
2021-01-11 09:04:17 +00:00
heitbaum
dc63573fbe
libmtp: update to 1.1.18
2021-01-04 09:53:30 +00:00
heitbaum
1150ed2d24
oniguruma: update to 6.9.6
2021-01-04 09:22:23 +00:00
heitbaum
d904f2e060
libssh2: update to 1.9.0
2021-01-04 09:21:49 +00:00
Jernej Skrabec
53a85c08ad
efivar: fix build with gcc10
2020-06-26 15:20:37 +02:00
Sascha Kuehndel (InuSasha)
c7c469431e
buildsystem: host should not depend on cross-compiler
2019-10-18 19:41:00 +02:00
CvH
6d67cfcbb9
Merge pull request #3745 from MilhouseVH/le10_buildsystem_fixup2
...
buildsystem: minor fixups
2019-08-17 10:18:15 +02:00
MilhouseVH
b2b38f16c3
efivar: update to efivar-272b216
2019-08-14 14:25:04 +01:00
MilhouseVH
aa5270d868
efivar: update to efivar-836461e
2019-08-14 14:25:04 +01:00
MilhouseVH
085d031c8a
efivar: fix host dependency
2019-08-10 22:33:12 +01:00
MilhouseVH
d4f6326142
packages: align source code licence usage with project licence
2019-03-26 18:05:50 +00:00
CvH
ab6a910d2d
oniguruma: initial package
2019-01-14 02:26:15 +01:00
CvH
33a1db063f
Merge pull request #3192 from mglae/le9_ncurses_stools110
...
ncurses: improvements / system-tools 110: update mc and efibootmgr
2018-12-30 22:48:42 +01:00
mglae
f3989a87c1
efibootmgr: update to 17 and update efivars
2018-12-29 18:35:59 +01:00
vpeter4
af3366478d
libxslt, libssh2: build with -fPIC
...
Compiling a shared library requires -fPIC. But this two libs are build without.
2018-12-19 12:54:37 +01:00
CvH
85e5b4dc1f
cleanup: PKG_SHORTDESC
2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f
cleanup: remove PKG_ARCH="any"
2018-10-22 15:06:12 +02:00
CvH
2923f2b56a
cleanup: remove PKG_SOURCE_DIR
2018-10-22 15:06:11 +02:00
CvH
4317bc5002
cleanup: remove PKG_SECTION
2018-10-22 15:06:11 +02:00
CvH
ca33bf8cd7
spdx: packages/addons
2018-07-17 23:58:49 +02:00
Matthias Reichl
80af4027d0
efivar: drop lto build flag
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
cvh
801f2d800d
libssh2: initial package
2018-05-11 23:31:13 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
...
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)
All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk
Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF
2017-11-22 00:41:12 +01:00
cvh
4452de37d8
remove double newline at EOF
2017-10-16 01:25:19 +02:00
cvh
c6b5cdc10f
fix copyright header
2017-10-16 00:01:11 +02:00
Peter Vicman
50a51452be
build system: add sha256 checksum to all packages
...
putting #1597 in use
2017-07-17 20:49:23 +02:00
cvh
9115005c9c
libmtp: update to 1.1.13
2017-07-06 23:45:26 +02:00
Carlos Garcés
d3430d3110
cosmetics: misc. https URL replacements
2017-03-24 19:27:41 +04:00
awiouy
cf5d3a4579
decommission PKG_REV
2017-01-19 00:06:13 +01:00
awiouy
e0c2de9b39
Decommission PKG_PRIORITY
2016-09-24 11:57:39 +02:00
Peter Vicman
236cfbe5c7
efivar: allocate enough memory in makeguids tool
...
Without execution (sometimes) fail:
./makeguids guids.txt guids.bin names.bin guid-symbols.S efivar-guids.h
makeguids: malloc.c:2395: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
2016-05-05 20:43:37 +02:00
Lukas Rusak
285e221c5d
libmtp: add package
2016-04-25 10:37:14 -07:00
Lukas Rusak
c1202364b8
efivar: add package
2016-04-25 10:37:13 -07:00