Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
4e6c47af
Commit
4e6c47af
authored
2 years ago
by
Patrycja Rosa
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/flatbuffers: upgrade to 2.0.6
parent
41ee63e7
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!36129
community/flatbuffers: upgrade to 2.0.6
Pipeline
#127677
passed
2 years ago
Stage: lint
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/flatbuffers/APKBUILD
+12
-4
12 additions, 4 deletions
community/flatbuffers/APKBUILD
community/flatbuffers/fix-version.patch
+3
-6
3 additions, 6 deletions
community/flatbuffers/fix-version.patch
with
15 additions
and
10 deletions
community/flatbuffers/APKBUILD
+
12
−
4
View file @
4e6c47af
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
flatbuffers
pkgver
=
2.0.
0
pkgrel
=
1
pkgver
=
2.0.
6
pkgrel
=
0
pkgdesc
=
"Memory Efficient Serialization Library"
url
=
"https://google.github.io/flatbuffers/"
# blocked by bus error in tests
...
...
@@ -24,6 +24,14 @@ esac
# 0:
# - CVE-2020-35864
prepare
()
{
default_prepare
# flattests fails if out-of-source build directory is used
# https://github.com/google/flatbuffers/issues/7282#issuecomment-1163114000
sed
-r
-i
's@//((include|monster)_test)@//../../tests/\1@g'
tests/test.cpp
}
build
()
{
cmake
-B
build
-G
Ninja
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
...
...
@@ -45,7 +53,7 @@ package() {
}
sha512sums
=
"
26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89
flatbuffers-2.0.
0
.tar.gz
be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
flatbuffers-2.0.
6
.tar.gz
c80587472f2d498681410f283f8b40a65f8c73711b8086b46a3f4d5b419cfa65331c66d4d5d13a42b449eec673ea283c8170d5bed2b9a15e8b71b4f9a66e18d5 disable-Werror.patch
c848530b3867bcf4bb3fbc4e5e83cfc838c06102b77e6f6a48cf1da7efac40f43c8eddbe122e9de360343959293af9738f5ac1f1bda0c841f0e24c6c902f8670
fix-version.patch
e6a13b86211ac9034402c0e5801f31362ee50ba0922e1c6bdedc8f0347490ce0cea230259d7952ced16e5ebe0682c9db7961811bceac4c84627f91bc5dd2401a
fix-version.patch
"
This diff is collapsed.
Click to expand it.
community/flatbuffers/fix-version.patch
+
3
−
6
View file @
4e6c47af
gets our aports version otherwise
--- a/CMake/Version.cmake
+++ b/CMake/Version.cmake
@@ -3,7 +3,7 @@
set(VERSION_PATCH 0)
set(VERSION_COMMIT 0)
@@ -3,5 +3,4 @@
-find_program(GIT git)
+#find_program(GIT git)
if(GIT)
if(GIT AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
execute_process(
COMMAND ${GIT} describe
COMMAND ${GIT} describe
--tags
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment