Commit Graph

13767 Commits

Author SHA1 Message Date
miqlas
23652f585c LibMPDClient: bump (#3231) 2018-10-24 10:24:23 +02:00
fbrosson
60ca94c8f2 idna: bump to 2.7, add TEST, install README.rst in $docDir. 2018-10-24 04:15:03 +00:00
Leorize
a214a95097 net-libs/libssh: update to 0.8.4
This is a rather hillarious bug:
https://www.libssh.org/security/advisories/CVE-2018-10933.txt

Luckily none of our stuff in HaikuPorts actually uses this.
Thanks @waddlesplash for notifying

Changes to recipe:
- Cleaned up cmake call
- Added ugly hack for `-pie` and `-fstack-protector`, probably a cmake
  bug, but since linux distros have all gone with default-pie and
  default-ssp, it probably got ignored
- Added a _doc subpackage
2018-10-24 09:51:28 +07:00
fbrosson
265bcc99ca asn1crypto: new recipe. 2018-10-24 02:40:43 +00:00
fbrosson
0350356e8b brotli: bump to 1.0.7, rework recipe a little. 2018-10-23 21:11:50 +00:00
fbrosson
1a90c0e945 Apache: enable x86 secondary arch... 2018-10-23 20:22:12 +00:00
fbrosson
9c5bf79cd8 Apache: bump to 2.4.37, make some important changes.
* The modules were previously installed directly in /system/lib/.
  Now the are being installed in /system/lib/apache/.

* On x86 secondary arch the modules are now being installed in
  /system/lib/x86/apache/, and we can re-enable that arch.

* The "httpd.conf" file, as well as two subdirectories, "extra"
  and "original", were previously installed in /system/settings/.
  Now they are being installed in /system/settings/apache/.

* Several directories ("build", "cgi-bin", "error", "htdocs",
  "icons" and "manual") which were previously installed in
  /system/data/ are now being installed in /system/data/apache/.
  Remark: Although "cgi-bin", "htdocs" and "icons" could have been
  kept in /system/data/, having "build", "error" and "manual" in
  /system/data/ was definitely wrong. Hence the global move.

* Move GLOBAL_WRITABLE_FILES before PROVIDES.
2018-10-23 20:13:41 +00:00
miqlas
089bd3a0bc OpenCOLLADA: bump (#3253) 2018-10-23 17:42:18 +02:00
miqlas
4710ee12f8 MSGPACK: bump (#3255) 2018-10-23 17:42:02 +02:00
miqlas
676f4d0f6b DLib: bump, cleanup, remove old (#3257)
* DLib: bump, cleanup, remove old

* Cleanup
2018-10-23 17:41:43 +02:00
miqlas
6edb65b95d Blaze: bump (#3256) 2018-10-23 12:48:13 +02:00
miqlas
a51c1ac40a Guitar: bump (#3254) 2018-10-23 12:47:49 +02:00
miqlas
f75ac5dfea MPV: bump (#3252) 2018-10-23 12:47:06 +02:00
fbrosson
3be5ac413a libmspack: bump to 0.8alpha. "ALL 232 TESTS PASSED." 2018-10-23 05:26:34 +00:00
fbrosson
c8ca8f1808 HarfBuzz: bump to 2.0.2. 2018-10-21 23:22:15 +00:00
fbrosson
81fd6b48e7 cabextract: bump to 1.8. 2018-10-21 23:11:22 +00:00
fbrosson
c95c1a987c brotli: don't use $pythonVersion in REQUIRES_python* and BUILD_*.
The initial changes in brotli and pycurl to get rid of the "2.7"
and "3.6" were working on my system... but not on the buildbots.
Unfortunately, the fixes to get the recipes also work with the
buildbots have a small drawback: the dependencies evaluated at
build time are no longer tied with the minor version of Python.

So let's not replicate these changes to other recipes for now.
2018-10-21 21:18:21 +00:00
fbrosson
ac9b1cfde2 PycURL: don't use $pythonVersion in REQUIRES_python* and BUILD_*.
This variable is being computed with an eval call which seems to be
upsetting the build bots but none of my systems. So use:
* cmd:python2 instead of cmd:python2.7 and lib:libpython2.7
* cmd:python3 instead of cmd:python3.6 and lib:libpython3.6m
2018-10-21 18:13:31 +00:00
fbrosson
25ec06df17 PycURL: rewrite BUILD_{,PRE}REQUIRES. 2018-10-21 16:30:45 +00:00
fbrosson
6f0b266ea9 PycURL: try to fix the definition of pythonVersion for the buildbots.
For some unknown reason the previous definition was not working on
the build servers, although it was on my system.
2018-10-21 15:52:53 +00:00
fbrosson
c5107d9a1a PycURL: split & rewrite the eval command, use a simpler sed regexp.
devel:libpython was in BUILD_PREREQUIRES until the previous commit
and was moved to BUILD_REQUIRES. Move it back to BUILD_PREREQUIRES.

Every commit in this recipe has been tested locally on each arch,
but something went wrong with pycurl_x86 in the build servers.
2018-10-21 15:00:31 +00:00
fbrosson
ccdf287e09 brotli: do not depend on any particular minor version of Python. 2018-10-21 11:51:35 +00:00
fbrosson
1c6091e9b4 PycURL: do not depend on any particular minor version of Python.
A REVISION bump was not necessary because the resulting packages
are the same except that REQUIRES_python{,3} are now sorted. But
let's kick a rebuild, after all.
2018-10-21 10:35:45 +00:00
kenmays
95e6da586a LLVM: Update UIUC license. (#3234) 2018-10-20 16:26:50 +00:00
kenmays
1eceb8da2f LLVM: Remove older patches/recipes < LLVM v5.0.0. (#3234) 2018-10-20 16:26:50 +00:00
fbrosson
c3522d20f5 brotli: add missing $secondaryArchSuffix in REQUIRES_python3. 2018-10-20 16:06:22 +00:00
fbrosson
c1174ff13c yaddns: add missing "then". 2018-10-20 15:56:17 +00:00
fbrosson
6505e301e0 PycURL: new recipe. (#3235) 2018-10-20 15:44:53 +00:00
fbrosson
645b4c5abc SoftHSM: bump to 2.5.0. 2018-10-20 10:44:40 +00:00
kenmays
fa76c86c03 Binutils: add recipe for version 2.31.1. (#3204) 2018-10-20 10:21:29 +00:00
fbrosson
f386f6f377 file: update HOMEPAGE. 2018-10-19 11:00:14 +00:00
Gerasim Troeglazov
d7d1374f6e Telegram: bump version 2018-10-19 19:27:19 +10:00
fbrosson
0562b0b395 file: bump to 5.35. 2018-10-19 09:14:07 +00:00
fbrosson
2fede6d028 HarfBuzz: bump to 2.0.0. 2018-10-18 21:28:53 +00:00
mazbrili
f80b741fae LuckyBackup: new recipe (#3183) 2018-10-17 14:55:14 +00:00
fbrosson
e4f284b6c3 ExifTool: bump to 11.14 (development release) 2018-10-17 09:09:59 +00:00
kenmays
5f3dd2332d OpenSceneGraph: Enable GL3 (#3221) 2018-10-16 21:59:23 +00:00
fbrosson
e1dfc19d92 e2fsprogs: bump to 1.44.4. 2018-10-16 17:25:15 +00:00
Crestwave
99ef2e5892 cowsay: new recipe (#3219) 2018-10-16 02:20:35 +00:00
Adrien Destugues
8d5659531f Backport fix from upstream for std::is_trivially_constructible
Needed to build current version of webkit code.
2018-10-16 00:29:11 +02:00
fbrosson
7956ee0002 lighttpd: bump to 1.4.51. 2018-10-15 13:52:40 +00:00
fbrosson
a89c4d1cd8 lighttpd: PROVIDES += "lib:mod_sockproxy" (new in 1.4.50)
While at it, move GLOBAL_WRITABLE_FILES*, USER_SETTINGS_FILES* and
POST_INSTALL_SCRIPTS before PROVIDES.
2018-10-15 13:52:39 +00:00
Gerasim Troeglazov
b2c69499cb Colobot: add recipe for 0.1.11 version 2018-10-15 21:18:04 +10:00
Gerasim Troeglazov
1b0efa9662 colobot_data: remove secondary arch suffixes 2018-10-15 21:07:55 +10:00
Gerasim Troeglazov
db035a0071 colobot_data: add recipe for 0.1.11 version 2018-10-15 20:47:12 +10:00
fbrosson
720812f767 LibSass: bump to 3.5.4, add debuginfo, install Readme.md. 2018-10-15 09:25:43 +00:00
Adrien Destugues
7165175bf1 Import gcc 8.1 recipe done by extrowerk. 2018-10-14 21:35:59 +02:00
Adrien Destugues
f9cf8e905f autoconf264: fix build.
This version is needed to generate gcc configure files.
2018-10-14 21:35:59 +02:00
Adrien Destugues
6ad8a8a7e9 gcc: remove outdated recipes. 2018-10-14 21:35:58 +02:00
fbrosson
f7d7002611 lighttpd: bump to 1.4.50. 2018-10-14 18:51:40 +00:00