#
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, 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, 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.
|
Revision tags: 1.7-1 |
|
#
891:abb8cfb421f6 |
| 20-Dec-2018 |
Andrei Belov |
Packages: fixed unit-go build broken in ed8b1aaefdd1.
|
Revision tags: 1.7, 1.6-1, 1.6, 1.5-1, 1.5, 1.4-2, 1.4, 1.3, 1.2, 1.1, 1.0, 0.7, 0.6, 0.5 |
|
#
500:abdf51afae81 |
| 26-Jan-2018 |
Andrei Belov |
Packages: "test" and "test-debug" targets for rpm.
|
#
490:db2fc04d0ee7 |
| 22-Jan-2018 |
Andrei Belov |
Packages: added support for Amazon Linux.
|
Revision tags: 0.4, 0.3 |
|
#
443:2b933f0bc77d |
| 28-Dec-2017 |
Andrei Belov |
Packages: hardening flags for rpm.
|
Revision tags: 0.2 |
|
#
372:616449084bee |
| 19-Oct-2017 |
Andrei Belov |
Introduced rpm packages building tools.
|