|
1 | 1 | #!/bin/bash
|
2 | 2 | ## ###
|
3 |
| -# IP: GHIDRA |
4 |
| -# |
5 |
| -# Licensed under the Apache License, Version 2.0 (the "License"); |
6 |
| -# you may not use this file except in compliance with the License. |
7 |
| -# You may obtain a copy of the License at |
8 |
| -# |
9 |
| -# http://www.apache.org/licenses/LICENSE-2.0 |
10 |
| -# |
11 |
| -# Unless required by applicable law or agreed to in writing, software |
12 |
| -# distributed under the License is distributed on an "AS IS" BASIS, |
13 |
| -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 |
| -# See the License for the specific language governing permissions and |
15 |
| -# limitations under the License. |
| 3 | +# IP: GHIDRA |
| 4 | +# |
| 5 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | +# you may not use this file except in compliance with the License. |
| 7 | +# You may obtain a copy of the License at |
| 8 | +# |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +# |
| 11 | +# Unless required by applicable law or agreed to in writing, software |
| 12 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | +# See the License for the specific language governing permissions and |
| 15 | +# limitations under the License. |
16 | 16 | ##
|
17 | 17 | #
|
18 | 18 | # This script builds the postgresql server and BSim extension within a
|
19 | 19 | # GHIDRA installation.
|
20 | 20 | #
|
21 |
| -# The PostgreSQL source distribution file postgresql-15.3.tar.gz must |
| 21 | +# The PostgreSQL source distribution file postgresql-15.10.tar.gz must |
22 | 22 | # be placed in the BSim module directory prior to running this script.
|
23 | 23 | # This file can be downloaded directly from the PostgreSQL website at:
|
24 | 24 | #
|
25 |
| -# https://www.postgresql.org/ftp/source/v15.3 |
| 25 | +# https://www.postgresql.org/ftp/source/v15.10 |
26 | 26 | #
|
27 | 27 | # Within development environments, this script will first check the
|
28 | 28 | # ghidra.bin repo for this source file.
|
|
46 | 46 | #
|
47 | 47 | #
|
48 | 48 |
|
49 |
| -POSTGRES=postgresql-15.3 |
| 49 | +POSTGRES=postgresql-15.10 |
50 | 50 | POSTGRES_GZ=${POSTGRES}.tar.gz
|
51 | 51 | POSTGRES_CONFIG_OPTIONS="--disable-rpath --with-openssl"
|
52 | 52 |
|
|
0 commit comments