Merge pull request #665 from ertugerata/sync_lfs_stable
sync with stable lfs
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Tools to make diffs and compare files</Summary>
|
||||
<Description>You can use the diff command to show differences between two files, or each corresponding file in two directories. diff outputs differences between files line by line in any of several formats, selectable by command line options.</Description>
|
||||
<Archive sha1sum="1169cce8eaaf7290dc087d65db7ed75de0dceb93" type="tarxz">http://ftp.gnu.org/gnu/diffutils/diffutils-3.5.tar.xz</Archive>
|
||||
<Archive sha1sum="1287a553868b808ebfff3790a5cdc6fdf7cb2886" type="tarxz">http://ftp.gnu.org/gnu/diffutils/diffutils-3.6.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>patch</Dependency>
|
||||
<Dependency>texinfo</Dependency>
|
||||
@@ -31,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-02</Date>
|
||||
<Version>3.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-07</Date>
|
||||
<Version>3.5</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Standard ext2/3/4 filesystem utilities</Summary>
|
||||
<Description>e2fsprogs provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3/4 filesystem with journaling support.</Description>
|
||||
<Archive sha1sum="927cb79c6399c559a83b4fa528ec8912a82d122f" type="targz">mirrors://sourceforge/e2fsprogs/e2fsprogs-1.43.3.tar.gz</Archive>
|
||||
<Archive sha1sum="dcf98fcb96f8a57c7083d54caee6af050f0025cf" type="targz">mirrors://sourceforge/e2fsprogs/e2fsprogs-1.43.5.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
<!-- The first release shipped within util-linux -->
|
||||
@@ -65,6 +65,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-03</Date>
|
||||
<Version>1.43.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-03-26</Date>
|
||||
<Version>1.43.3</Version>
|
||||
|
||||
@@ -26,4 +26,4 @@ def install():
|
||||
autotools.rawInstall('DESTDIR=%s man1dir=/usr/share/man/man1' % get.installDIR())
|
||||
|
||||
pisitools.dohtml("doc/*")
|
||||
pisitools.dodoc("Changes", "README")
|
||||
pisitools.dodoc("Changes", "README.md")
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>XML parsing libraries</Summary>
|
||||
<Description>This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.</Description>
|
||||
<Archive sha1sum="8453bc52324be4c796fd38742ec48470eef358b3" type="tarbz2">mirrors://sourceforge/expat/expat-2.2.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="e2be3a2aa8d12ce70184aab418d0d5d96ed86d0e" type="tarbz2">mirrors://sourceforge/expat/expat-2.2.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gnuconfig</Dependency>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>expat-2.2.0-CVE-2016-0718-regression.patch</Patch>
|
||||
<!--Patch>expat-2.2.0-CVE-2016-0718-regression.patch</Patch-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -63,6 +63,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-12-03</Date>
|
||||
<Version>2.2.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-01-07</Date>
|
||||
<Version>2.2.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Program to identify a file's format by scanning binary data for patterns</Summary>
|
||||
<Description>Program to identify a file's format by scanning binary data for patterns.</Description>
|
||||
<Archive sha1sum="8d360aeed901e3e4f4d4a865696ac1e29efdfcca" type="targz">ftp://ftp.astron.com/pub/file/file-5.29.tar.gz</Archive>
|
||||
<Archive sha1sum="d66f71fb29ec0e9cecbefe9d7433d7a315f3302c" type="targz">ftp://ftp.astron.com/pub/file/file-5.31.tar.gz</Archive>
|
||||
<!-- An update to this package can easily break pisi, pay attention! -->
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-02</Date>
|
||||
<Version>5.31</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-08</Date>
|
||||
<Version>5.29</Version>
|
||||
|
||||
@@ -12,14 +12,22 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Standard GNU database libraries included for compatibility with Perl</Summary>
|
||||
<Description>GNU dbm is a set of database routines that use extensible hashing. It works similar to the standard UNIX dbm routines.</Description>
|
||||
<Archive sha1sum="86513e8871bb376bc014e9e5a2d18a8e0a8ea2f5" type="targz">mirrors://gnu/gdbm/gdbm-1.12.tar.gz</Archive>
|
||||
<Archive sha1sum="7f2a8301497bbcac91808b011ca533380914fd21" type="targz">mirrors://gnu/gdbm/gdbm-1.13.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">gdbm-1.10-zeroheaders.patch</Patch>
|
||||
<!--Patch level="1">gdbm-1.10-zeroheaders.patch</Patch-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gdbm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>readline</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -36,6 +44,7 @@
|
||||
<Summary>Development files for gdbm</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gdbm</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -43,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-03</Date>
|
||||
<Version>1.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-07</Date>
|
||||
<Version>1.12</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Linux kernel module management utilities</Summary>
|
||||
<Description>Linux kernel module management utilities</Description>
|
||||
<Archive sha1sum="ca9647241d174aa3334950fce2a4ad7d0596b2e1" type="tarxz">https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-23.tar.xz</Archive>
|
||||
<Archive sha1sum="ca506c529cb66ebe12cecb85844ebebf95eb6fa6" type="tarxz">https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-24.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>chrpath</Dependency>
|
||||
<!--<Dependency>libxslt</Dependency>-->
|
||||
@@ -107,6 +107,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-12-03</Date>
|
||||
<Version>24</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>23</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Excellent text file viewer</Summary>
|
||||
<Description>The less utility is a text file browser that resembles more, but has more capabilities. Less allows you to move backwards in the file as well as forwards. Since less doesn't have to read the entire input file before it starts, less starts up more quickly than text editors (for example, vi).</Description>
|
||||
<Archive sha1sum="58e7e62a760a9ca3636349de8e3357f7102aea1d" type="targz">http://www.greenwoodsoftware.com/less/less-481.tar.gz</Archive>
|
||||
<Archive sha1sum="8a5c4be2a51f11543793defec7ccb77c525f007e" type="targz">http://www.greenwoodsoftware.com/less/less-487.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-03</Date>
|
||||
<Version>487</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-23</Date>
|
||||
<Version>481</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>pipeline manipulation library</Summary>
|
||||
<Description>libpipeline is a C library for manipulating pipelines of subprocesses in a flexible and convenient way.</Description>
|
||||
<Archive sha1sum="b31cc955f22b1aa4545dc8d00ddbde831936594f" type="targz">http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.4.1.tar.gz</Archive>
|
||||
<Archive sha1sum="1967691198434f7bc78ffaa2ef6556ee60b0ca4a" type="targz">http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.4.2.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-03</Date>
|
||||
<Version>1.4.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-24</Date>
|
||||
<Version>1.4.1</Version>
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A set of tools that use the proc filesystem</Summary>
|
||||
<Description>PSmisc is a collection of small utilities using /proc file system, and providing the system administrator with some help in common tasks.</Description>
|
||||
<Archive sha1sum="09fabbef4539b58b6b8738a73da3d21d5daa1a58" type="targz">mirrors://sourceforge/psmisc/psmisc-22.21.tar.gz</Archive>
|
||||
<Archive sha1sum="d19031a5ba18a530aa0bb768cb74593f9af74b08" type="tarxz">mirrors://sourceforge/psmisc/psmisc-23.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>gettext</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>psmisc-fuser.patch</Patch>
|
||||
<!--Patch>psmisc-fuser.patch</Patch-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -37,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-03</Date>
|
||||
<Version>23.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-30</Date>
|
||||
<Version>22.21</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Utilities to deal with user accounts</Summary>
|
||||
<Description>The Shadow password file utilities package includes programs necessary to convert traditional V7 *NIX password files to the SVR4 shadow password format, and additional tools to maintain password and group files (that work with both shadow and non-shadow passwords).</Description>
|
||||
<Archive sha1sum="0917cbadd4ce0c7c36670e5ecd37bbed92e6d82d" type="tarxz">http://pkg-shadow.alioth.debian.org/releases/shadow-4.2.1.tar.xz</Archive>
|
||||
<Archive sha1sum="35a411dd264b07b1ea7b02d45980816a810343b6" type="tarxz">https://github.com/shadow-maint/shadow/releases/download/4.5/shadow-4.5.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pam-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
@@ -70,6 +70,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-02</Date>
|
||||
<Version>4.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-26</Date>
|
||||
<Version>4.2.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Standard (de)compression library</Summary>
|
||||
<Description>Zlib is a general-purpose, patent-free, lossless data compression library which is used by many different programs.</Description>
|
||||
<Archive sha1sum="d99454aeae0ef35c653537eac7b0013750c2b83f" type="tarxz">mirrors://sourceforge/libpng/zlib-1.2.10.tar.xz</Archive>
|
||||
<Archive sha1sum="e1cb0d5c92da8e9a8c2635dfa249c341dfd00322" type="tarxz">mirrors://sourceforge/libpng/zlib-1.2.11.tar.xz</Archive>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">zlib-1.2.5-minizip-fixuncrypt.patch</Patch> -->
|
||||
<Patch level="1">dont-call-ldconfig.patch</Patch>
|
||||
@@ -90,6 +90,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-12-02</Date>
|
||||
<Version>1.2.11</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-01-21</Date>
|
||||
<Version>1.2.10</Version>
|
||||
|
||||
Reference in New Issue
Block a user