Merge pull request #262 from alihanozturk/master
run-parts:v.bump, ca-certificates:rebuild, miscfiles:rebuild, cracklib:v.bump, dbus:rebuild, dbus-glib:rebuild, pciutils:pci.ids update, libcap-ng:v.bump
This commit is contained in:
@@ -31,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2016-03-03</Date>
|
||||
<Version>20160104</Version>
|
||||
<Comment>Rebuild with new toolchain.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2016-01-15</Date>
|
||||
<Version>20160104</Version>
|
||||
|
||||
@@ -10,9 +10,14 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("sed -i '/skipping/d' util/packer.c")
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure("--with-default-dict=/usr/share/cracklib/pw_dict \
|
||||
--without-python \
|
||||
--prefix=/usr \
|
||||
--disable-static")
|
||||
|
||||
# for unused
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make("all")
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Password Checking Library</Summary>
|
||||
<Description>CrackLib tests passwords to determine whether they match certain security-oriented characteristics, with the purpose of stopping users from choosing passwords that are easy to guess.</Description>
|
||||
<Archive sha1sum="80af5eb9a5e6bf37b549d44f2d2288a85c4922bb" type="targz">mirrors://sourceforge/cracklib/cracklib-2.9.4.tar.gz</Archive>
|
||||
<Archive sha1sum="9199e7b8830717565a844430653f5a90a04fcd65" type="targz">https://github.com/cracklib/cracklib/releases/download/cracklib-2.9.6/cracklib-2.9.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>miscfiles</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -49,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2016-03-03</Date>
|
||||
<Version>2.9.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2016-01-28</Date>
|
||||
<Version>2.9.4</Version>
|
||||
|
||||
@@ -62,6 +62,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2016-03-03</Date>
|
||||
<Version>0.104</Version>
|
||||
<Comment>Rebuild with new toolchain.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2015-05-12</Date>
|
||||
<Version>0.104</Version>
|
||||
|
||||
@@ -98,6 +98,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2016-03-03</Date>
|
||||
<Version>1.10.6</Version>
|
||||
<Comment>Rebuild with new toolchain.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2015-12-23</Date>
|
||||
<Version>1.10.6</Version>
|
||||
|
||||
@@ -14,7 +14,8 @@ def setup():
|
||||
#shelltools.sym("/bin/true", "%s/py-compile" % get.curDIR())
|
||||
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure("--disable-static")
|
||||
autotools.configure("--disable-static \
|
||||
--without-python3")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>An alternate POSIX capabilities library</Summary>
|
||||
<Description>libcap-ng is a library that makes using POSIX capabilities easier.</Description>
|
||||
<Archive sha1sum="b4c61c664d9b90810f2e947c46a41ed8abb9e292" type="targz">http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.7.3.tar.gz</Archive>
|
||||
<Archive sha1sum="de8ea2c89cb1506a578de7cb032da34c970dd035" type="targz">http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.7.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- This is only a build dependency -->
|
||||
<Dependency>attr</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch level="1">libcap-ng-0.6.5-device.patch</Patch>-->
|
||||
@@ -76,6 +76,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-03-03</Date>
|
||||
<Version>0.7.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>0.7.3</Version>
|
||||
|
||||
@@ -26,6 +26,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-03-03</Date>
|
||||
<Version>1.5</Version>
|
||||
<Comment>Rebuild with new toolchain.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>1.5</Version>
|
||||
|
||||
+3609
-836
File diff suppressed because it is too large
Load Diff
@@ -58,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2016-03-03</Date>
|
||||
<Version>3.4.1</Version>
|
||||
<Comment>pci.ids update.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2016-01-03</Date>
|
||||
<Version>3.4.1</Version>
|
||||
@@ -94,4 +101,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<License>GPLv2+</License>
|
||||
<Summary>run scripts or programs in a directory</Summary>
|
||||
<Description>run scripts or programs in a directory</Description>
|
||||
<Archive sha1sum="019b969ab698c83117254b50fc8f469f10a5d8d6" type="targz">https://sources.archlinux.org/other/run-parts/debianutils_4.4.tar.gz</Archive>
|
||||
<Archive sha1sum="1d62ff7cf902c69a6f1ef071cead61a76ce01f86" type="tarxz">https://sources.archlinux.org/other/run-parts/debianutils_4.7.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -22,6 +22,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-03-03</Date>
|
||||
<Version>4.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2015-04-11</Date>
|
||||
<Version>4.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user