mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to gptfdisk-1.0.10.
This commit is contained in:
parent
09e333e2fc
commit
d1c7beeb03
@ -38,6 +38,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>February 22nd, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to gptfdisk-1.0.10. Fixes
|
||||
<ulink url="&blfs-ticket-root;19343">#19343</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 21st, 2024</para>
|
||||
<itemizedlist>
|
||||
@ -45,8 +55,6 @@
|
||||
<para>[xry111] - Update to efivar-39. Fixes
|
||||
<ulink url="&blfs-ticket-root;19348">#19348</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to thunderbird-115.8.0 (Security Update). Fixes
|
||||
<ulink url="&blfs-ticket-root;19342">#19342</ulink>.</para>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<!ENTITY lvm2-version "2.03.23">
|
||||
<!ENTITY mdadm-version "4.2">
|
||||
<!ENTITY ntfs-3g-version "2022.10.3">
|
||||
<!ENTITY gptfdisk-version "1.0.9">
|
||||
<!ENTITY gptfdisk-version "1.0.10">
|
||||
<!ENTITY parted-version "3.6">
|
||||
<!ENTITY reiser-version "3.6.27">
|
||||
<!ENTITY smartmontools-version "7.4">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY gptfdisk-download-http "&sourceforge-dl;/gptfdisk/gptfdisk-&gptfdisk-version;.tar.gz">
|
||||
<!ENTITY gptfdisk-download-ftp " ">
|
||||
<!ENTITY gptfdisk-md5sum "01c11ecfa454096543562e3068530e01">
|
||||
<!ENTITY gptfdisk-size "212 KB">
|
||||
<!ENTITY gptfdisk-buildsize "2.3 MB">
|
||||
<!ENTITY gptfdisk-md5sum "1970269eb7a97560e238611524b7797a">
|
||||
<!ENTITY gptfdisk-size "216 KB">
|
||||
<!ENTITY gptfdisk-buildsize "2.4 MB">
|
||||
<!ENTITY gptfdisk-time "less than 0.1 SBU (add 0.2 SBU for tests)">
|
||||
]>
|
||||
|
||||
@ -101,8 +101,7 @@
|
||||
The <application>gptfdisk</application> package comes with a
|
||||
rudimentary <filename>Makefile</filename>. First we update it
|
||||
to provide a simple build and install interface and fix the
|
||||
location of a header file as well fixing an issue introduced
|
||||
by a recent version of <application>popt</application>.
|
||||
location of a header file and fix some minor location issues.
|
||||
Install <application>gptfdisk</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
@ -111,7 +110,6 @@
|
||||
sed -i 's|ncursesw/||' gptcurses.cc &&
|
||||
sed -i 's|sbin|usr/sbin|' Makefile &&
|
||||
sed -i '/UUID_H/s/^.*$/#if defined (_UUID_UUID_H) || defined (_UL_LIBUUID_UUID_H)/' guid.cc &&
|
||||
sed -i "/device =/s/= \(.*\);/= strdup(\1);/" gptcl.cc &&
|
||||
|
||||
make</userinput></screen>
|
||||
|
||||
|
@ -351,7 +351,7 @@ install -v -m644 Linux*/lib/pkgconfig/nss.pc /usr/lib/pkgconfig</userinput></sc
|
||||
drop-in replacement for <filename>/usr/lib/libnssckbi.so</filename> to
|
||||
transparently make the system CAs available to
|
||||
<application>NSS</application> aware applications, rather than the static
|
||||
lib provided by <filename>/usr/lib/libnssckbi.so</filename>. As the
|
||||
library provided by <filename>/usr/lib/libnssckbi.so</filename>. As the
|
||||
<systemitem class="username">root</systemitem> user, execute the following
|
||||
command:
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user