- Fix wrong boundaries in a for loop that caused segfaults, from upstream
- On powerpc, synfig segfaults in multi-threaded mode, breaking
synfigstudio's build. Mark it BROKEN-powerpc to save time in bulks.
OK jca@
Use the same asm code that Linux/powerpc. segfaults occur
at runtime, but it allows to build and make use of editors/neovim.
"if it builds, ship it!" jca@
a COMPILERS line with ports-gcc. Otherwise the build fails with
'cc1: error: unrecognized command line option "-std=c11"'
"I have no objection" bentley@ (maintainer)
ok jca@
Unlike gcc, clang defines __POWERPC__ and as such wants to include a
non-existing header. Bring back gcc's behaviour by deleting the
troublesome #ifdef.
OK sthen@
this was only here to support a corner usercase and is now broken due to
unveil integration, and nobody noticed.
direct access to hardware is more or less forbidden now, just use sndiod
if you want to play sound from firefox.
ok tb@ ratchov@
* hugolib/filesystems: Fix typo in test suite
* Fix class collector when running with --minify
* related: Fix toLower
* Fix broken test [b3c82575]
* tpl/tmplimpl/template: Change defer RLock to RUnlock
* hugolib: Add Unlock before panic
* docs: Fix typo in Hugo's Security Model
* deps: Update go-org to v1.1.0
* commands: Modify gen chromastyles to output all CSS classes
* deps: Update to goldmark v1.1.28
* Fix query parameter handling in server fast render mode
ok jca@
Not kept up to date since 2 years, several drupal security issues
unpatched, doesnt make much sense to be packaged as its mostly unrolling
archives, and nobody in its sane mind would build a new drupal7 website
in 2020 when drupal9 is around the corner.
Upstream recommends to use composer to build a drupal site, so add
a quirk with such message.
ok danj@ ajacoutot@ jasper@ espie@
Remvoing the default "-O2" is pointless since our CFLAGS are always
honored and passed after the default, hence overriding them.
Comment all other patches while here.
in the past (seen in "checking for Apache 2.0 handler-module support via DSO
through APXS" around Apr 2019), it's no longer happening, so remove the
block and allow building the Apache module on aarch64.