Page MenuHomeSolus

D11598.id28371.diff
No OneTemporary

D11598.id28371.diff

diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -1,4 +1,5 @@
libbz2.so.1.0:BZ2_bzWriteClose
+libbz2.so.1.0:BZ2_bzclose
libbz2.so.1.0:BZ2_bzdopen
libbz2.so.1.0:BZ2_bzerror
libbz2.so.1.0:BZ2_bzread
@@ -42,6 +43,7 @@
libc.so.6:dcngettext
libc.so.6:dirfd
libc.so.6:dirname
+libc.so.6:dup
libc.so.6:dup2
libc.so.6:execlp
libc.so.6:execvp
@@ -64,6 +66,7 @@
libc.so.6:fputs
libc.so.6:fread
libc.so.6:free
+libc.so.6:freelocale
libc.so.6:fseek
libc.so.6:fstat
libc.so.6:fsync
@@ -99,6 +102,7 @@
libc.so.6:mkfifo
libc.so.6:mknod
libc.so.6:mkstemp
+libc.so.6:newlocale
libc.so.6:obstack_free
libc.so.6:open
libc.so.6:opendir
@@ -121,7 +125,6 @@
libc.so.6:scandir
libc.so.6:setenv
libc.so.6:setgid
-libc.so.6:setlinebuf
libc.so.6:setlocale
libc.so.6:setvbuf
libc.so.6:sigaction
@@ -137,6 +140,7 @@
libc.so.6:stpcpy
libc.so.6:strcasecmp
libc.so.6:strchr
+libc.so.6:strchrnul
libc.so.6:strcmp
libc.so.6:strcpy
libc.so.6:strcspn
@@ -164,6 +168,7 @@
libc.so.6:umask
libc.so.6:unlink
libc.so.6:unsetenv
+libc.so.6:uselocale
libc.so.6:utimes
libc.so.6:waitpid
libc.so.6:wcswidth
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,21 +1,36 @@
name : dpkg
-version : 1.18.24
-release : 13
+version : 1.20.9
+release : 14
source :
- - http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.18.24.tar.xz : d853081d3e06bfd46a227056e591f094e42e78fa8a5793b0093bad30b710d7b4
-license : GPL-2.0
-summary : DO NOT USE THIS?!?!?!?!?!?
+ - https://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.20.9.tar.xz : 5ce242830f213b5620f08e6c4183adb1ef4dc9da28d31988a27c87c71fe534ce
+license : GPL-2.0-or-later
component : programming.devel
+homepage : https://wiki.debian.org/dpkg/
+summary : DO NOT USE THIS.
description: |
- Debian Package Manager - for Cross Distro Purposes. Do NOT use to
- attempt installation of packages on Solus, it's not compatible!!!
+ Debian Package Manager - for Cross Distro Purposes. Do NOT use to attempt installation of packages on Solus, it's not compatible!
builddeps :
- bzip2-devel
setup : |
%configure --disable-start-stop-daemon \
- --disable-install-info \
- --disable-static
+ --disable-install-info \
+ --disable-static
build : |
%make
install : |
%make_install
+
+ # use standard names for man pages
+ for file in $installdir/usr/share/man/man3/*; do
+ newname=$(echo "$file" | sed -Ee 's/3perl/3/')
+ mv "$file" "$newname"
+ done
+
+ # nuke docs
+ rm -rf $installdir/usr/share/doc
+
+ # why is this even here
+ rm -f $installdir/etc/alternatives/README
+
+ # delete empty dirs
+ find $installdir -type d -empty -delete
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,29 +1,25 @@
<PISI>
<Source>
<Name>dpkg</Name>
+ <Homepage>https://wiki.debian.org/dpkg/</Homepage>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-2.0-or-later</License>
<PartOf>programming.devel</PartOf>
- <Summary xml:lang="en">DO NOT USE THIS?!?!?!?!?!?</Summary>
- <Description xml:lang="en">Debian Package Manager - for Cross Distro Purposes. Do NOT use to
-attempt installation of packages on Solus, it&apos;s not compatible!!!
+ <Summary xml:lang="en">DO NOT USE THIS.</Summary>
+ <Description xml:lang="en">Debian Package Manager - for Cross Distro Purposes. Do NOT use to attempt installation of packages on Solus, it&apos;s not compatible!
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>dpkg</Name>
- <Summary xml:lang="en">DO NOT USE THIS?!?!?!?!?!?</Summary>
- <Description xml:lang="en">Debian Package Manager - for Cross Distro Purposes. Do NOT use to
-attempt installation of packages on Solus, it&apos;s not compatible!!!
+ <Summary xml:lang="en">DO NOT USE THIS.</Summary>
+ <Description xml:lang="en">Debian Package Manager - for Cross Distro Purposes. Do NOT use to attempt installation of packages on Solus, it&apos;s not compatible!
</Description>
<PartOf>programming.devel</PartOf>
<Files>
- <Path fileType="config">/etc/alternatives/README</Path>
- <Path fileType="config">/etc/dpkg/dpkg.cfg.d</Path>
- <Path fileType="config">/etc/dpkg/dselect.cfg.d</Path>
<Path fileType="executable">/usr/bin/dpkg</Path>
<Path fileType="executable">/usr/bin/dpkg-architecture</Path>
<Path fileType="executable">/usr/bin/dpkg-buildflags</Path>
@@ -41,6 +37,7 @@
<Path fileType="executable">/usr/bin/dpkg-name</Path>
<Path fileType="executable">/usr/bin/dpkg-parsechangelog</Path>
<Path fileType="executable">/usr/bin/dpkg-query</Path>
+ <Path fileType="executable">/usr/bin/dpkg-realpath</Path>
<Path fileType="executable">/usr/bin/dpkg-scanpackages</Path>
<Path fileType="executable">/usr/bin/dpkg-scansources</Path>
<Path fileType="executable">/usr/bin/dpkg-shlibdeps</Path>
@@ -51,27 +48,17 @@
<Path fileType="executable">/usr/bin/dpkg-vendor</Path>
<Path fileType="executable">/usr/bin/dselect</Path>
<Path fileType="executable">/usr/bin/update-alternatives</Path>
- <Path fileType="library">/usr/lib64/dpkg/dpkg/methods/disk/desc.cdrom</Path>
- <Path fileType="library">/usr/lib64/dpkg/dpkg/methods/disk/desc.harddisk</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/disk/desc.mounted</Path>
- <Path fileType="library">/usr/lib64/dpkg/dpkg/methods/disk/desc.nfs</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/disk/install</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/disk/names</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/disk/setup</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/disk/update</Path>
- <Path fileType="library">/usr/lib64/dpkg/dpkg/methods/floppy/desc.floppy</Path>
- <Path fileType="library">/usr/lib64/dpkg/dpkg/methods/floppy/install</Path>
- <Path fileType="library">/usr/lib64/dpkg/dpkg/methods/floppy/names</Path>
- <Path fileType="library">/usr/lib64/dpkg/dpkg/methods/floppy/setup</Path>
- <Path fileType="library">/usr/lib64/dpkg/dpkg/methods/floppy/update</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/ftp/desc.ftp</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/ftp/install</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/ftp/names</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/ftp/setup</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/ftp/update</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/multicd/desc.multi_cd</Path>
- <Path fileType="library">/usr/lib64/dpkg/dpkg/methods/multicd/desc.multi_mount</Path>
- <Path fileType="library">/usr/lib64/dpkg/dpkg/methods/multicd/desc.multi_nfs</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/multicd/install</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/multicd/names</Path>
<Path fileType="library">/usr/lib64/dpkg/dpkg/methods/multicd/setup</Path>
@@ -105,6 +92,12 @@
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Control/Tests/Entry.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Control/Types.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Deps.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Deps/AND.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Deps/KnownFacts.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Deps/Multiple.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Deps/OR.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Deps/Simple.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Deps/Union.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Dist/Files.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/ErrorHandling.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Exit.pm</Path>
@@ -114,6 +107,8 @@
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/IPC.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Index.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Interface/Storable.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Lock.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/OpenPGP.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Package.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Path.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Shlibs.pm</Path>
@@ -122,6 +117,8 @@
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Shlibs/Symbol.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Shlibs/SymbolFile.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Source/Archive.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Source/BinaryFiles.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Source/Format.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Source/Functions.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Source/Package.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Source/Package/V1.pm</Path>
@@ -134,7 +131,6 @@
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Source/Patch.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Source/Quilt.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Substvars.pm</Path>
- <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Util.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Vars.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Vendor.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Vendor/Debian.pm</Path>
@@ -142,9 +138,12 @@
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Vendor/Ubuntu.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dpkg/Version.pm</Path>
<Path fileType="library">/usr/lib64/perl5/vendor_perl/5.32/Dselect/Ftp.pm</Path>
+ <Path fileType="executable">/usr/sbin/dpkg-fsys-usrunmess</Path>
<Path fileType="data">/usr/share/dpkg/abitable</Path>
<Path fileType="data">/usr/share/dpkg/architecture.mk</Path>
<Path fileType="data">/usr/share/dpkg/buildflags.mk</Path>
+ <Path fileType="data">/usr/share/dpkg/buildopts.mk</Path>
+ <Path fileType="data">/usr/share/dpkg/buildtools.mk</Path>
<Path fileType="data">/usr/share/dpkg/cputable</Path>
<Path fileType="data">/usr/share/dpkg/default.mk</Path>
<Path fileType="data">/usr/share/dpkg/no-pie-compile.specs</Path>
@@ -153,6 +152,7 @@
<Path fileType="data">/usr/share/dpkg/pie-compile.specs</Path>
<Path fileType="data">/usr/share/dpkg/pie-link.specs</Path>
<Path fileType="data">/usr/share/dpkg/pkg-info.mk</Path>
+ <Path fileType="data">/usr/share/dpkg/sh/dpkg-error.sh</Path>
<Path fileType="data">/usr/share/dpkg/tupletable</Path>
<Path fileType="data">/usr/share/dpkg/vendor.mk</Path>
<Path fileType="localedata">/usr/share/locale/ast/LC_MESSAGES/dpkg.mo</Path>
@@ -249,6 +249,7 @@
<Path fileType="man">/usr/share/man/man1/dpkg-name.1</Path>
<Path fileType="man">/usr/share/man/man1/dpkg-parsechangelog.1</Path>
<Path fileType="man">/usr/share/man/man1/dpkg-query.1</Path>
+ <Path fileType="man">/usr/share/man/man1/dpkg-realpath.1</Path>
<Path fileType="man">/usr/share/man/man1/dpkg-scanpackages.1</Path>
<Path fileType="man">/usr/share/man/man1/dpkg-scansources.1</Path>
<Path fileType="man">/usr/share/man/man1/dpkg-shlibdeps.1</Path>
@@ -289,12 +290,19 @@
<Path fileType="man">/usr/share/man/man3/Dpkg::Control::Tests::Entry.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::Control::Types.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::Deps.3</Path>
+ <Path fileType="man">/usr/share/man/man3/Dpkg::Deps::AND.3</Path>
+ <Path fileType="man">/usr/share/man/man3/Dpkg::Deps::KnownFacts.3</Path>
+ <Path fileType="man">/usr/share/man/man3/Dpkg::Deps::Multiple.3</Path>
+ <Path fileType="man">/usr/share/man/man3/Dpkg::Deps::OR.3</Path>
+ <Path fileType="man">/usr/share/man/man3/Dpkg::Deps::Simple.3</Path>
+ <Path fileType="man">/usr/share/man/man3/Dpkg::Deps::Union.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::Exit.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::Gettext.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::IPC.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::Index.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::Interface::Storable.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::Path.3</Path>
+ <Path fileType="man">/usr/share/man/man3/Dpkg::Source::Format.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::Source::Package.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::Substvars.3</Path>
<Path fileType="man">/usr/share/man/man3/Dpkg::Vendor.3</Path>
@@ -319,36 +327,29 @@
<Path fileType="man">/usr/share/man/man5/deb-split.5</Path>
<Path fileType="man">/usr/share/man/man5/deb-src-control.5</Path>
<Path fileType="man">/usr/share/man/man5/deb-src-files.5</Path>
+ <Path fileType="man">/usr/share/man/man5/deb-src-rules.5</Path>
+ <Path fileType="man">/usr/share/man/man5/deb-src-symbols.5</Path>
<Path fileType="man">/usr/share/man/man5/deb-substvars.5</Path>
<Path fileType="man">/usr/share/man/man5/deb-symbols.5</Path>
<Path fileType="man">/usr/share/man/man5/deb-triggers.5</Path>
- <Path fileType="man">/usr/share/man/man5/deb-version.5</Path>
<Path fileType="man">/usr/share/man/man5/deb.5</Path>
<Path fileType="man">/usr/share/man/man5/deb822.5</Path>
<Path fileType="man">/usr/share/man/man5/dpkg.cfg.5</Path>
<Path fileType="man">/usr/share/man/man5/dsc.5</Path>
<Path fileType="man">/usr/share/man/man5/dselect.cfg.5</Path>
- <Path fileType="man">/usr/share/man/man8</Path>
- <Path fileType="data">/var/lib/dpkg/alternatives</Path>
- <Path fileType="data">/var/lib/dpkg/info</Path>
- <Path fileType="data">/var/lib/dpkg/methods/disk</Path>
- <Path fileType="data">/var/lib/dpkg/methods/floppy</Path>
- <Path fileType="data">/var/lib/dpkg/methods/ftp</Path>
- <Path fileType="data">/var/lib/dpkg/methods/mnt</Path>
- <Path fileType="data">/var/lib/dpkg/methods/multicd</Path>
- <Path fileType="data">/var/lib/dpkg/parts</Path>
- <Path fileType="data">/var/lib/dpkg/updates</Path>
+ <Path fileType="man">/usr/share/man/man7/deb-version.7</Path>
+ <Path fileType="man">/usr/share/man/man8/dpkg-fsys-usrunmess.8</Path>
+ <Path fileType="data">/usr/share/polkit-1/actions/org.dpkg.pkexec.update-alternatives.policy</Path>
</Files>
</Package>
<Package>
<Name>dpkg-devel</Name>
<Summary xml:lang="en">Development files for dpkg</Summary>
- <Description xml:lang="en">Debian Package Manager - for Cross Distro Purposes. Do NOT use to
-attempt installation of packages on Solus, it&apos;s not compatible!!!
+ <Description xml:lang="en">Debian Package Manager - for Cross Distro Purposes. Do NOT use to attempt installation of packages on Solus, it&apos;s not compatible!
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="13">dpkg</Dependency>
+ <Dependency release="14">dpkg</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/dpkg/ar.h</Path>
@@ -359,6 +360,8 @@
<Path fileType="header">/usr/include/dpkg/color.h</Path>
<Path fileType="header">/usr/include/dpkg/command.h</Path>
<Path fileType="header">/usr/include/dpkg/compress.h</Path>
+ <Path fileType="header">/usr/include/dpkg/db-ctrl.h</Path>
+ <Path fileType="header">/usr/include/dpkg/db-fsys.h</Path>
<Path fileType="header">/usr/include/dpkg/deb-version.h</Path>
<Path fileType="header">/usr/include/dpkg/debug.h</Path>
<Path fileType="header">/usr/include/dpkg/dir.h</Path>
@@ -368,13 +371,16 @@
<Path fileType="header">/usr/include/dpkg/error.h</Path>
<Path fileType="header">/usr/include/dpkg/fdio.h</Path>
<Path fileType="header">/usr/include/dpkg/file.h</Path>
+ <Path fileType="header">/usr/include/dpkg/fsys.h</Path>
<Path fileType="header">/usr/include/dpkg/glob.h</Path>
<Path fileType="header">/usr/include/dpkg/macros.h</Path>
<Path fileType="header">/usr/include/dpkg/namevalue.h</Path>
<Path fileType="header">/usr/include/dpkg/options.h</Path>
+ <Path fileType="header">/usr/include/dpkg/pager.h</Path>
<Path fileType="header">/usr/include/dpkg/parsedump.h</Path>
<Path fileType="header">/usr/include/dpkg/path.h</Path>
<Path fileType="header">/usr/include/dpkg/pkg-array.h</Path>
+ <Path fileType="header">/usr/include/dpkg/pkg-files.h</Path>
<Path fileType="header">/usr/include/dpkg/pkg-format.h</Path>
<Path fileType="header">/usr/include/dpkg/pkg-list.h</Path>
<Path fileType="header">/usr/include/dpkg/pkg-queue.h</Path>
@@ -395,15 +401,25 @@
<Path fileType="header">/usr/include/dpkg/version.h</Path>
<Path fileType="library">/usr/lib64/libdpkg.a</Path>
<Path fileType="data">/usr/lib64/pkgconfig/libdpkg.pc</Path>
+ <Path fileType="data">/usr/share/aclocal/dpkg-arch.m4</Path>
+ <Path fileType="data">/usr/share/aclocal/dpkg-build.m4</Path>
+ <Path fileType="data">/usr/share/aclocal/dpkg-compiler.m4</Path>
+ <Path fileType="data">/usr/share/aclocal/dpkg-coverage.m4</Path>
+ <Path fileType="data">/usr/share/aclocal/dpkg-funcs.m4</Path>
+ <Path fileType="data">/usr/share/aclocal/dpkg-libs.m4</Path>
+ <Path fileType="data">/usr/share/aclocal/dpkg-linker.m4</Path>
+ <Path fileType="data">/usr/share/aclocal/dpkg-progs.m4</Path>
+ <Path fileType="data">/usr/share/aclocal/dpkg-types.m4</Path>
+ <Path fileType="data">/usr/share/aclocal/dpkg-unicode.m4</Path>
</Files>
</Package>
<History>
- <Update release="13">
- <Date>2021-06-14</Date>
- <Version>1.18.24</Version>
+ <Update release="14">
+ <Date>2021-08-07</Date>
+ <Version>1.20.9</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 5:26 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808267
Default Alt Text
D11598.id28371.diff (20 KB)

Event Timeline