Revisions of uwsgi

buildservice-autocommit accepted request 1221602 from James Oakley's avatar James Oakley (jimfunk) (revision 134)
baserev update by copy to link target
buildservice-autocommit accepted request 1220532 from James Oakley's avatar James Oakley (jimfunk) (revision 132)
baserev update by copy to link target
James Oakley's avatar James Oakley (jimfunk) accepted request 1219113 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 131)
- update to 2.0.28 (bsc#1222332, CVE-2024-24795):
  * Bit more friendly log messages
  * Add more integration tests
  * Fix static library not found install error on conda
  * pyuwsgi: avoid interleaving pywsgi threadstate
  * Fix gracefully_kill_them_all with running requests
  * Fix –catch-exceptions causing a segfault in Python 3.5+
  * plugins/php: Add support for uwsgi.disconnect() function
  * plugins/python: use PyOS_*Fork stable API functions on 3.7+
  * core/uwsgi: set enable threads by default
  * plugins/python: fix compilation with Python 3.13
  * use pipe in gracefully_kill() to stop worker loop
  * port pypy plugin to python3
  * add some integrations tests
  * apache2/mod_proxy_uwsgi: let httpd handle CL/TE for
    non-http handlers CVE-2024-24795
  * remove race-condition over termination of uWSGI process
    when using need-app and lazy-apps (Hanan .T)
  * fix 32-bit compilation with GCC14 (Rosen Penev)
  * uwsgiconfig: get compiler version with -dumpfullversion
  * Fix uwsgi_regexp_match() with pcre2
- drop uwsgi-93d07ec38b31.patch (upstream)

  * Use parenthesis in print() statement
  * Fixed bug with WSGI responses returning
  * Reverted EPOLLEXCLUSIVE patch, requires more investigation
    * fixed alarm backlog
- Don't build v8 plugin for PowerPC
    * logpipe: Don't setsid() twice (credits: INADA Naoki)
  * This release starts the 'hardening' cycle for uWSGI 2.0 (scheduled for the
buildservice-autocommit accepted request 1194296 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) (revision 130)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1189638 from Martin Jambor's avatar Martin Jambor (jamborm) (revision 129)
- Added a backport of uwsgi-93d07ec38b31.patch to fix a type
  incompatibility problem to enable build with GCC 14.

If the request is OK, please forward it to Factory soon too so that we
can switch the default compiler.  Thanks!
buildservice-autocommit accepted request 1173928 from James Oakley's avatar James Oakley (jimfunk) (revision 128)
baserev update by copy to link target
James Oakley's avatar James Oakley (jimfunk) accepted request 1173910 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 127)
- version update to 2.0.25.1
  * fixed build with gcc14
  2.0.25.1
  * Fix build when pcre is not found and is optional (umut)
  2.0.25
  * Update glusterfs io callback function signature for 6.0 (Ralf Ertzinger)
  * Fix default values in help for min-worker-lifetime & legion-skew-tolerance (Thomas Riccardi)
  * Fix build regression with gcc < 5 (Riccardo Magliocchetti)
  * Add support for building against prcre2. This changes the regexp internal data structures (Alexandre Rossi)
  * Allow the valgrind generator script to run with a different python version (Wynn Wilkes)
  * Fix a potential error with not releasing the gil in uwsgi_python_rpc (Wynn Wilkes)
  * Rework threading cancellation handling. This can fix issues with threading, missing atexit callbacks and whatnot. (Inada Naoki)
- modified patches
  % uwsgi-1.9.17-plugin_build_path.patch (refreshed)
- deleted patches
  - uwsgi-2.0.24-update-glusterfs-io-callback-signature.patch (upstreamed)
James Oakley's avatar James Oakley (jimfunk) committed (revision 126)
- Update to 2.0.24
  * properly init cache for purge_lru (Alexandre Rossi)
  * fix linking with php8 (Remi Collet)
  * remove unused variables to fix compilation (László Károlyi)
  * fix function parameter type to avoid overflow in harakiri (Shai Bentov)
  * fix socket queue stats for ipv6 (Riccardo Magliocchetti)
  * fixup -Wformat-signedness warnings (Riccardo Magliocchetti)
  * Avoid strncpy from null in pyloader (Ben Kallus)
  * add clang to compile test matrix in ci (Riccardo Magliocchetti)
buildservice-autocommit accepted request 1148345 from James Oakley's avatar James Oakley (jimfunk) (revision 125)
baserev update by copy to link target
buildservice-autocommit accepted request 1137351 from James Oakley's avatar James Oakley (jimfunk) (revision 123)
baserev update by copy to link target
James Oakley's avatar James Oakley (jimfunk) accepted request 1137313 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 122)
- Update to 2.0.23
  * Add support for Python 3.12 (Ralf Ertzinger)
  * plugins/php: ini_entries is read-only since PHP 8.3 (Remi
    Collet)
  * Silence glibc warnings against pthread robust mutex functions
    (Riccardo Magliocchetti)
  * Fixup jvm library path detection (Riccardo Magliocchetti)
  * Use sysconfig if distutils is not available (Steve Kowalik,
    Terence D. Honles, Riccardo Magliocchetti)
buildservice-autocommit accepted request 1118573 from James Oakley's avatar James Oakley (jimfunk) (revision 121)
baserev update by copy to link target
James Oakley's avatar James Oakley (jimfunk) accepted request 1118554 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 120)
- Update to version 2.0.22:
  + apache2/mod_proxy_uwsgi: stricter backend HTTP response
    parsing/validation (CVE-2023-27522).
  + plugins/rack: fix compilation with ruby 3.1.
  + plugins/php: fix build with PHP >= 8.2.
- Drop uwsgi-php82-php_module_startup-signature.patch: fixed
  upstream.
buildservice-autocommit accepted request 1096427 from James Oakley's avatar James Oakley (jimfunk) (revision 119)
baserev update by copy to link target
James Oakley's avatar James Oakley (jimfunk) accepted request 1096423 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 118)
- Use sle15_python_module_pythons
buildservice-autocommit accepted request 1085068 from James Oakley's avatar James Oakley (jimfunk) (revision 117)
baserev update by copy to link target
James Oakley's avatar James Oakley (jimfunk) accepted request 1085034 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 116)
- added patches
  fix https://github.com/unbit/uwsgi/commit/509a0fdd12870d0bf5b4c1ef7d1f7f
  + uwsgi-php82-php_module_startup-signature.patch
buildservice-autocommit accepted request 1056813 from James Oakley's avatar James Oakley (jimfunk) (revision 115)
baserev update by copy to link target
Displaying revisions 1 - 20 of 134
openSUSE Build Service is sponsored by