* updated firefox (133.0.3 -> 134.0.2)
[t2sde.git] / package / network / nginx / no-integer-tests.patch
blob83ca0dfcccfaf3d425f4ddd1d3c13c6d527e52ac
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/nginx/no-integer-tests.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- nginx-1.25.3/auto/unix.vanilla 2023-12-23 14:41:04.315664546 +0100
15 +++ nginx-1.25.3/auto/unix 2023-12-23 14:41:38.827574289 +0100
16 @@ -638,18 +638,6 @@
17 ngx_feature_libs=
20 -# C types
22 -ngx_type="int"; . auto/types/sizeof
24 -ngx_type="long"; . auto/types/sizeof
26 -ngx_type="long long"; . auto/types/sizeof
28 -ngx_type="void *"; . auto/types/sizeof; ngx_ptr_size=$ngx_size
29 -ngx_param=NGX_PTR_SIZE; ngx_value=$ngx_size; . auto/types/value
32 # POSIX types
34 NGX_INCLUDE_AUTO_CONFIG_H="#include \"ngx_auto_config.h\""
35 --- nginx-1.25.3/auto/unix.vanilla 2023-12-23 14:50:34.768609611 +0100
36 +++ nginx-1.25.3/auto/unix 2023-12-23 14:55:11.646823583 +0100
37 @@ -642,21 +642,6 @@
39 NGX_INCLUDE_AUTO_CONFIG_H="#include \"ngx_auto_config.h\""
41 -ngx_type="uint32_t"; ngx_types="u_int32_t"; . auto/types/typedef
42 -ngx_type="uint64_t"; ngx_types="u_int64_t"; . auto/types/typedef
44 -ngx_type="sig_atomic_t"; ngx_types="int"; . auto/types/typedef
45 -. auto/types/sizeof
46 -ngx_param=NGX_SIG_ATOMIC_T_SIZE; ngx_value=$ngx_size; . auto/types/value
48 -ngx_type="socklen_t"; ngx_types="int"; . auto/types/typedef
50 -ngx_type="in_addr_t"; ngx_types="uint32_t u_int32_t"; . auto/types/typedef
52 -ngx_type="in_port_t"; ngx_types="u_short"; . auto/types/typedef
54 -ngx_type="rlim_t"; ngx_types="int"; . auto/types/typedef
56 . auto/types/uintptr_t
58 . auto/endianness
59 --- nginx-1.25.3/auto/unix.vanilla 2023-12-27 16:11:54.160513803 +0100
60 +++ nginx-1.25.3/auto/unix 2023-12-27 16:12:02.789241112 +0100
61 @@ -646,19 +646,6 @@
63 . auto/endianness
65 -ngx_type="size_t"; . auto/types/sizeof
66 -ngx_param=NGX_MAX_SIZE_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
67 -ngx_param=NGX_SIZE_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
69 -ngx_type="off_t"; . auto/types/sizeof
70 -ngx_param=NGX_MAX_OFF_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
71 -ngx_param=NGX_OFF_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
73 -ngx_type="time_t"; . auto/types/sizeof
74 -ngx_param=NGX_TIME_T_SIZE; ngx_value=$ngx_size; . auto/types/value
75 -ngx_param=NGX_TIME_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
76 -ngx_param=NGX_MAX_TIME_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
79 # syscalls, libc calls and some features