Merge remote-tracking branch 'origin/Ghidra_11.4'

This commit is contained in:
Ryan Kurtz
2025-06-13 11:10:20 -04:00
2 changed files with 5 additions and 5 deletions
@@ -107,13 +107,13 @@
in the module directory <CODE>Ghidra/Features/BSim/support</CODE> that builds both the PostgreSQL in the module directory <CODE>Ghidra/Features/BSim/support</CODE> that builds both the PostgreSQL
server and the BSim extension from source and prepares the installation for use with server and the BSim extension from source and prepares the installation for use with
Ghidra. If not already included in the Ghidra installation, the source distribution Ghidra. If not already included in the Ghidra installation, the source distribution
file, currently <CODE>postgresql-15.10.tar.gz</CODE>, can be obtained from the PostgreSQL file, currently <CODE>postgresql-15.13.tar.gz</CODE>, can be obtained from the PostgreSQL
website at </P> website at </P>
<DIV class="informalexample"> <DIV class="informalexample">
<TABLE border="0" summary="Simple list" class="simplelist"> <TABLE border="0" summary="Simple list" class="simplelist">
<TR> <TR>
<TD><CODE class="computeroutput">https://www.postgresql.org/ftp/source/v15.10 <TD><CODE class="computeroutput">https://www.postgresql.org/ftp/source/v15.13
</CODE></TD> </CODE></TD>
</TR> </TR>
</TABLE> </TABLE>
@@ -122,12 +122,12 @@
<P>The steps to build the PostgreSQL server with the BSim extension then are:</P> <P>The steps to build the PostgreSQL server with the BSim extension then are:</P>
<P>1) If not already present, place the PostgreSQL source distribution file <P>1) If not already present, place the PostgreSQL source distribution file
<CODE>postgresql-15.10.tar.gz</CODE> in the Ghidra installation at</P> <CODE>postgresql-15.13.tar.gz</CODE> in the Ghidra installation at</P>
<DIV class="informalexample"> <DIV class="informalexample">
<TABLE border="0" summary="Simple list" class="simplelist"> <TABLE border="0" summary="Simple list" class="simplelist">
<TR> <TR>
<TD><CODE class="computeroutput">$(ROOT)/Ghidra/Features/BSim/support/postgresql-15.10.tar.gz <TD><CODE class="computeroutput">$(ROOT)/Ghidra/Features/BSim/support/postgresql-15.13.tar.gz
</CODE></TD> </CODE></TD>
</TR> </TR>
</TABLE> </TABLE>
@@ -46,7 +46,7 @@
# #
# #
POSTGRES=postgresql-15.10 POSTGRES=postgresql-15.13
POSTGRES_GZ=${POSTGRES}.tar.gz POSTGRES_GZ=${POSTGRES}.tar.gz
POSTGRES_CONFIG_OPTIONS="--disable-rpath --with-openssl" POSTGRES_CONFIG_OPTIONS="--disable-rpath --with-openssl"