History log of /unit/pkg/rpm/unit.module.spec.in (Results 1 – 25 of 30)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 1.32.1-1, 1.32.0-1, 1.32.0, 1.31.1-1, 1.31.1, 1.31.0-1
# 2549:ef8ddca63f2c 31-Aug-2023 Konstantin Pavlov

Merged with the default branch.


Revision tags: 1.31.0
# 2524:5677bdb5698e 22-Aug-2023 Konstantin Pavlov

Packages: added wasm module packaging for rpm-based distros.


Revision tags: 1.30.0-1
# 2464:8a0b4338a156 10-May-2023 Konstantin Pavlov

Merged with the default branch.


Revision tags: 1.30.0, 1.29.1-1, 1.29.1
# 2319:2d8eedd88705 06-Feb-2023 Konstantin Pavlov

Packages: get rid of deprecated configure options.


Revision tags: 1.29.0-1
# 2285:46bcdb963de6 15-Dec-2022 Konstantin Pavlov

Merged with the default branch.


Revision tags: 1.29.0
# 2239:9f3bfc23b64f 04-Nov-2022 Konstantin Pavlov

Packages: relaxed dependencies between modules and base package.
This allows us to update base or single modules packages without
updating the whole set.


Revision tags: 1.28.0-1
# 2200:16e01c5fead4 13-Sep-2022 Konstantin Pavlov

Merged with the default branch.


Revision tags: 1.28.0
# 2191:cc6cc1bb1fd9 21-Jun-2022 Konstantin Pavlov

Packaging: removed support for SLES and derivatives.
The packages were never built for those OSes.


Revision tags: 1.27.0-1, 1.27.0, 1.26.1-1, 1.26.1, 1.26.0-1
# 2010:1613ff17671d 18-Nov-2021 Andrei Belov

Merged with the default branch.


Revision tags: 1.26.0
# 1972:11b2404d9305 18-Oct-2021 Andrei Belov

Packages: fixed dependency tracking for Go and Java modules on RHEL7.


Revision tags: 1.25.0-1, 1.25.0, 1.24.0-1
# 1894:5c7ce0da580e 27-May-2021 Andrei Belov

Merged with the default branch.


Revision tags: 1.24.0
# 1853:5841a506945e 21-Apr-2021 Andrei Belov

Packages: switched to common address for package maintainers.


# 1851:02db2e20a76c 12-Apr-2021 Konstantin Pavlov

Packages: fixed Amazon Linux 2 module packages to use openssl 1.1


Revision tags: 1.23.0-1, 1.23.0, 1.22.0-1
# 1796:cb5ecfe53292 04-Feb-2021 Andrei Belov

Merged with the default branch.


Revision tags: 1.22.0
# 1752:e8e3d17a8168 24-Nov-2020 Konstantin Pavlov

Packages: added pcre2 to build depends.

While at it, propagate unit build depends to modules.


Revision tags: 1.21.0-1, 1.21.0, 1.20.0-1, 1.20.0, 1.19.0-1, 1.19.0, 1.18.0-1, 1.18.0, 1.17.0-1, 1.17.0, 1.16.0-1, 1.16.0, 1.15.0-1, 1.15.0, 1.14.0-1, 1.14.0, 1.13.0-1, 1.13.0, 1.12.0-1
# 1228:c1625c52dd64 03-Oct-2019 Andrei Belov

Made rpm specs in line with the default branch.

Corresponding bits have been reverted in 159b672b12ce.


Revision tags: 1.12.0, 1.11.0-2, 1.11.0-1, 1.11.0, 1.10.0-2, 1.10.0-1, 1.10.0, 1.9.0-1
# 1072:c927a739754a 30-May-2019 Andrei Belov

Merged with the default branch.


Revision tags: 1.9.0
# 1016:05ce902a063b 26-Mar-2019 Andrei Belov

Packages: added RHEL 8 support.


Revision tags: 1.8.0-1
# 994:20c278ad17ce 01-Mar-2019 Andrei Belov

Merged with the default branch.


Revision tags: 1.8.0
# 980:e1c4434c1060 28-Feb-2019 Andrei Belov

Packages: added unit-jsc (Java Servlet Container) family.


# 959:159b672b12ce 26-Feb-2019 Valentin Bartenev

Fixed violation of the strict aliasing rules in 5d0edd35c4ce.

In order to reduce number of operations over rb-tree and process them in
batches simultaneously, all the timers changes are temporary st

Fixed violation of the strict aliasing rules in 5d0edd35c4ce.

In order to reduce number of operations over rb-tree and process them in
batches simultaneously, all the timers changes are temporary stored in array.
While processing of these changes, the same memory is also used for storing
pointers to postpone timers adding.

As the same block of memory has been referenced by two different types of
pointers (nxt_timer_change_t * and nxt_timer_t **), some compilers may reorder
operations with these pointers and produce broken code. See ticket #221 on
GitHub for a particular case.

Now the same "nxt_timer_change_t" structure is used in both cases.

Also, reverted the -fno-strict-aliasing flag, which has been introduced in
ef76227ec159 as a workaround for this issue.

show more ...


Revision tags: 1.7.1-1
# 940:fe0d5eb09b66 14-Feb-2019 Andrei Belov

Packages: added "-fno-strict-aliasing" flag on CentOS 6 x86_64.

Closes #221 on GitHub.


# 938:ef76227ec159 14-Feb-2019 Andrei Belov

Packages: added "-fno-strict-aliasing" flag on CentOS 6 x86_64.

Closes #221 on GitHub.


Revision tags: 1.7.1
# 914:4b96b1c0ae07 28-Jan-2019 Andrei Belov

Packages: reverted abb8cfb421f6 as it is no longer needed.

The fix has arrived in 1e802c31bbd9.


# 913:bca93540f252 24-Jan-2019 Andrei Belov

Packages: disabled debugsource generation on relevant platforms.

In particular, this fixes unit-go package building on Fedora >= 29.


12