- 23 Sep, 2021 2 commits
-
-
Nirbheek Chauhan authored
1.19.2 is tagged and released, so we need to add these patches by hand. Will be removed once they've been merged upstream. Part-of: <!737>
-
Tim-Philipp Müller authored
-
- 14 Sep, 2021 1 commit
-
-
Fixes CVE-2016-3189 https://www.cvedetails.com/vulnerability-list.php?vendor_id=1198&product_id=2068&version_id=557742&page=1&hasexp=0&opdos=0&opec=0&opov=0&opcsrf=0&opgpriv=0&opsqli=0&opxss=0&opdirt=0&opmemc=0&ophttprs=0&opbyp=0&opfileinc=0&opginf=0&cvssscoremin=0&cvssscoremax=0&year=0&cweid=0&order=1&trc=1&sha=363d5eb84c8304b76236c97638b372af6fff33ce Part-of: <!733>
-
- 13 Sep, 2021 1 commit
-
-
Aaron Boxer authored
Fixes CVE-2021-3712 and CVE-2021-3711 https://www.openssl.org/news/vulnerabilities-1.1.1.html
-
- 06 Sep, 2021 1 commit
-
-
Nirbheek Chauhan authored
1.15 has been mirrored. Fixes #341 Part-of: <!727>
-
- 17 Aug, 2021 1 commit
-
-
Also add a 20s timeout (same as wget) so that we timeout on download instead of timing out the entire job on CI. The global socket timeout with CPython is apparently -1, aka never timeout. Part-of: <!724>
-
- 08 Aug, 2021 1 commit
-
-
Steve McDaniel authored
Extra dash prevents libunwind.pc from getting included in files_devel. Part-of: <!722>
-
- 22 Jul, 2021 1 commit
-
-
Nirbheek Chauhan authored
Part-of: <!719>
-
- 20 Jul, 2021 1 commit
-
-
Tim-Philipp Müller authored
Part-of: <!718>
-
- 15 Jul, 2021 1 commit
-
-
Part-of: <!717>
-
- 14 Jul, 2021 4 commits
-
-
Nirbheek Chauhan authored
C11 is only supported by very recent MSVC versions, and glib-networking doesn't even use C11. Part-of: <!716>
-
Nirbheek Chauhan authored
Part-of: <!716>
-
Nirbheek Chauhan authored
Part-of: <!716>
-
Nirbheek Chauhan authored
Needed on Fedora 34. Part-of: <!716>
-
- 13 Jul, 2021 4 commits
-
-
Loïc Le Page authored
Part-of: <!714>
-
Also pass the necessary flags for iphone minimum target version selection so that object files are built for the correct version. This may be important if some newer code/functionality cannot be used on older devices due to hardware or software limitations. Part-of: <!715>
-
This may be important for anything produced by the C Preprocesser Part-of: <!715>
-
Youngsoo Lee authored
If `setuptools.version` contains a string, an error occurs. So, it was modified to extract only semver from `version`. Part-of: <!711>
-
- 08 Jul, 2021 1 commit
-
-
Seungha Yang authored
Apply upstream fix https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1698 Part-of: <!712>
-
- 01 Jul, 2021 2 commits
-
-
Apply upstream commit https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1428 Part-of: <!699>
- 21 Jun, 2021 2 commits
-
-
Bartłomiej Kurzeja authored
Part-of: <!709>
-
Bartłomiej Kurzeja authored
This reverts commit 6e0e8003. Part-of: <!709>
-
- 15 Jun, 2021 1 commit
-
-
Bartłomiej Kurzeja authored
Part-of: <!709>
-
- 02 Jun, 2021 3 commits
-
-
Tim-Philipp Müller authored
Part-of: <!706>
-
Nirbheek Chauhan authored
Part-of: <!705>
-
Nirbheek Chauhan authored
The symlink will already exist, and we'll get an error that it already exists. Backport fixes from fontconfig master that fix it. Part-of: <!705>
-
- 01 Jun, 2021 1 commit
-
-
Tim-Philipp Müller authored
-
- 17 May, 2021 1 commit
-
-
Matthew Waters authored
Directory lists only work when they are the only package wanting to contain files there. If multiple recipes specify a directory in the file list, the second is ignored which means that files are not copied from the arch-speific directory to the final universal prefix. Fixes package with macos universal Part-of: <!701>
-
- 14 May, 2021 2 commits
-
-
Matthew Waters authored
When building for universal, the build-tools pkg-config is not sufficient as it is not built for the universal archs. We need to build our own version to distribute. Part-of: <!701>
-
Matthew Waters authored
At least, fixes build with clang 11 Part-of: <!701>
-
- 03 May, 2021 1 commit
-
-
Jorge Olmos authored
When trying to build a recipe that uses both git and CMake, the following error message is shown: CMake Error: The source directory "/home/jorge/cerbero/sources/android_universal/armv7/my-package-1.2" does not appear to contain CMakeLists.txt. When using CMake: self.build_dir == ARCH/PACKAGE-VERSION/_builddir (Path where Git extracts sources) and self.config_src_dir == ARCH/PACKAGE-VERSION (Path where Git should extract sources) The problem is that Git class "extracts" sources to self.build_dir. build_dir is the path to put binaries (as explained in the message of commit 2d520bfd) Sources have to be extracted to self.config.sources: - Tarball Class extracts the sources to self.config.sources. - self.config.sources is also the path where patches are applied. Part-of: <!700>
-
- 28 Apr, 2021 1 commit
-
-
Jorge Olmos authored
Use os.makedirs which can create several path levels at once, instead of failing. For instance Cmake sources are extracted to ARCH/PACKAGE-VERSION/_builddir/ and two directories have to be created. All other source types are already using os.makedirs. Part-of: <!700>
-
- 13 Apr, 2021 1 commit
-
-
Seungha Yang authored
Apply the enhancement of cairo/cairo!151 Part-of: <!695>
-
- 12 Apr, 2021 4 commits
-
-
Seungha Yang authored
We don't build spandsp library using MSVC but spandsp plugin is built by using MSVC. Part-of: <!692>
- 10 Apr, 2021 2 commits
-
-
Geordan Neukum authored
In order to support building on arm64 hosts (such as apple silicon), let's update our uname parsing code to resolve the 'arm64' architecture to Architecture.ARM64 instead of Architecture.ARM. Part-of: <!691>
-
Geordan Neukum authored
The system_info() docs have a typo - 'sytem' instead of 'system'. Let's go ahead and fix that up. Part-of: <!691>
-