core rebuild
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>GNU Stream Editor</Summary>
|
||||
<Description>Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline).</Description>
|
||||
<Archive sha1sum="dbc842f6fdf538f366d97e7c4b4f241eaefd14a5" type="tarxz">mirrors://gnu/sed/sed-4.7.tar.xz</Archive>
|
||||
<Archive sha1sum="61bd770062d49cdab3f0f45df473e2bf950ba266" type="tarxz">mirrors://gnu/sed/sed-4.8.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gettext</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
@@ -36,7 +36,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Update release="8">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>4.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2019-12-23</Date>
|
||||
<Version>4.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
|
||||
@@ -43,7 +43,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>1.32</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-12-23</Date>
|
||||
<Version>1.32</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
+44
@@ -0,0 +1,44 @@
|
||||
diff -up texinfo-6.1/install-info/install-info.c.orig texinfo-6.1/install-info/install-info.c
|
||||
--- texinfo-6.1/install-info/install-info.c.orig 2016-06-22 09:49:38.766013018 +0200
|
||||
+++ texinfo-6.1/install-info/install-info.c 2016-06-22 14:11:58.673780736 +0200
|
||||
@@ -973,18 +973,23 @@ output_dirfile (char *dirfile, int dir_n
|
||||
int n_entries_added = 0;
|
||||
int i;
|
||||
FILE *output;
|
||||
+ char *dirfile_tmp = NULL;
|
||||
+
|
||||
+ asprintf (&dirfile_tmp, "%s.tmp", dirfile);
|
||||
+ if (!dirfile_tmp)
|
||||
+ xalloc_die ();
|
||||
|
||||
if (compression_program)
|
||||
{
|
||||
- char *command = concat (compression_program, ">", dirfile);
|
||||
+ char *command = concat (compression_program, ">", dirfile_tmp);
|
||||
output = popen (command, "w");
|
||||
}
|
||||
else
|
||||
- output = fopen (dirfile, "w");
|
||||
+ output = fopen (dirfile_tmp, "w");
|
||||
|
||||
if (!output)
|
||||
{
|
||||
- perror (dirfile);
|
||||
+ perror (dirfile_tmp);
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
||||
@@ -1095,6 +1100,13 @@ output_dirfile (char *dirfile, int dir_n
|
||||
pclose (output);
|
||||
else
|
||||
fclose (output);
|
||||
+
|
||||
+ if (rename (dirfile_tmp, dirfile) < 0)
|
||||
+ {
|
||||
+ perror (dirfile_tmp);
|
||||
+ exit (EXIT_FAILURE);
|
||||
+ }
|
||||
+ free (dirfile_tmp);
|
||||
}
|
||||
|
||||
/* Read through the input LINES, to find the section names and the
|
||||
@@ -17,6 +17,9 @@
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">texinfo-6.1-install-info-use-create-tmp-then-rename-pattern.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>texinfo</Name>
|
||||
@@ -45,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>6.7</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2019-12-13</Date>
|
||||
<Version>6.7</Version>
|
||||
|
||||
@@ -19,7 +19,7 @@ def setup():
|
||||
|
||||
|
||||
def build():
|
||||
shelltools.export("LDFLAGS", "-lpthread")
|
||||
#shelltools.export("LDFLAGS", "-lpthread")
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
@@ -31,4 +31,4 @@ def install():
|
||||
|
||||
if not get.buildTYPE() == "emul32":
|
||||
pisitools.remove("/usr/share/man/man1/lzmadec.1")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
|
||||
|
||||
@@ -15,14 +15,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>XZ compression utilities</Summary>
|
||||
<Description>XZ Utils provide a general purpose data compression library and command line tools. The .xz format supports multiple compression algorithms, which are called "filters" in context of XZ Utils. The primary filter is currently LZMA2.</Description>
|
||||
<Archive sha1sum="1d3a6910c28d40df0134f4a49e5570e8249120c5" type="tarxz">http://tukaani.org/xz/xz-5.2.4.tar.xz</Archive>
|
||||
<Archive sha1sum="0b9d1e06b59f7fe0796afe1d93851b9306b4a3b6" type="tarxz">http://tukaani.org/xz/xz-5.2.5.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="8.0.1">readline-devel</Dependency>
|
||||
<Dependency versionFrom="2.30">glibc-devel</Dependency>
|
||||
<!-- <Dependency versionFrom="8.0.1">readline-devel</Dependency> -->
|
||||
<!-- <Dependency versionFrom="2.30">glibc-devel</Dependency> -->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">0002-xz-Fix-an-integer-overflow-with-32-bit-off_t.patch</Patch>
|
||||
<Patch level="1">0001-liblzma-Avoid-memcpy-NULL-foo-0-because-it-is-undefi.patch</Patch>
|
||||
<!-- <Patch level="1">0002-xz-Fix-an-integer-overflow-with-32-bit-off_t.patch</Patch> -->
|
||||
<!-- <Patch level="1">0001-liblzma-Avoid-memcpy-NULL-foo-0-because-it-is-undefi.patch</Patch> -->
|
||||
<!-- <Patch level="1">pthread.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
@@ -69,6 +69,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>5.2.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-12-11</Date>
|
||||
<Version>5.2.4</Version>
|
||||
|
||||
@@ -28,6 +28,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>3.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-12-27</Date>
|
||||
<Version>3.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user