Merge pull request #822 from ertugerata/lfs_stable_update
gawk and coreutils update
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A set of basic GNU tools commonly used in shell scripts</Summary>
|
||||
<Description>Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)</Description>
|
||||
<Archive sha1sum="63d522f430f0f9fceca71e4b52b414999531915c" type="tarxz">http://ftp.gnu.org/gnu/coreutils/coreutils-8.29.tar.xz</Archive>
|
||||
<Archive sha1sum="bd5d495c162730873a2774acd1c5091fbf0c55a4" type="tarxz">http://ftp.gnu.org/gnu/coreutils/coreutils-8.30.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
@@ -25,7 +25,7 @@
|
||||
<Dependency>texinfo</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">coreutils-8.22-shuf-segfault.patch</Patch> -->
|
||||
<Patch level="1">coreutils-8.30-i18n-1.patch</Patch>
|
||||
<!-- PisiLinux patches -->
|
||||
<Patch level="0">remove_am_silent_rules.patch</Patch>
|
||||
<!-- <Patch level="0">add-more-dircolors.patch</Patch> -->
|
||||
@@ -55,6 +55,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2018-11-28</Date>
|
||||
<Version>8.30</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-07-15</Date>
|
||||
<Version>8.29</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>GNU awk pattern-matching language</Summary>
|
||||
<Description>The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. It helps you to make changes in various text files wherever certain patterns appear, or extract data from parts of certain lines while discarding the rest. Gawk is the GNU implementation of awk.</Description>
|
||||
<Archive sha1sum="6e725bd9591a384adb903b1cd5eee71d8949e40d" type="tarxz">http://mirrors.kernel.org/gnu/gawk/gawk-4.2.0.tar.xz</Archive>
|
||||
<Archive sha1sum="71fc3595865ea6ea859587cbbb35cbf9aeb39d2d" type="tarxz">http://mirrors.kernel.org/gnu/gawk/gawk-4.2.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gettext</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
@@ -47,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2018-11-28</Date>
|
||||
<Version>4.2.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-07-15</Date>
|
||||
<Version>4.2.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user