Merge pull request #3515 from suvari/master

libmicrohttpd: version bump to 0.9.54
This commit is contained in:
Ertuğrul Erata
2017-05-09 21:06:01 +03:00
committed by GitHub
5 changed files with 38 additions and 16 deletions
-6
View File
@@ -68,14 +68,8 @@
2016-12-30 /desktop/kde/applications/kdf/pspec.xml
2016-12-30 /desktop/kde/applications/mailcommon/pspec.xml
2016-11-20 /desktop/kde/applications/kdeaudio-thumbnailer/pspec.xml
2016-06-09 /desktop/toolkit/gtk/cairomm/pspec.xml
2015-03-18 /desktop/gnome/base/librest/pspec.xml
2016-08-26 /desktop/pisilinux/pisilinux-welcome/pspec.xml
2016-07-04 /desktop/pisilinux/pisiplayer/pspec.xml
2016-06-08 /server/web/libmicrohttpd/pspec.xml
2016-06-08 /server/bind/pspec.xml
2016-10-27 /server/ntp/pspec.xml
2016-06-08 /server/dhcp/pspec.xml
2016-12-12 /editor/bluefish/pspec.xml
2016-07-18 /editor/cutemarked/pspec.xml
2016-06-09 /editor/emacs/emacs-color-theme/pspec.xml
+9 -2
View File
@@ -45,7 +45,7 @@
<Dependency>libxml2</Dependency>
<Dependency>mit-kerberos</Dependency>
</RuntimeDependencies>
<Files>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
@@ -136,6 +136,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-05-09</Date>
<Version>9.10.2</Version>
<Comment>Release Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>9.10.2</Version>
@@ -151,4 +158,4 @@
<Email>vedat@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+8 -1
View File
@@ -126,6 +126,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-05-09</Date>
<Version>4.3.0</Version>
<Comment>Release Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>4.3.0</Version>
@@ -141,4 +148,4 @@
<Email>vedat@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+10 -3
View File
@@ -14,7 +14,7 @@
<IsA>service</IsA>
<Summary>NTP daemon and client</Summary>
<Description>Network Time Protocol utilities and daemons that will synchronize your computer's time to Coordinated Universal Time (UTC) via the NTP protocol and NTP servers.</Description>
<Archive sha1sum="208ae3e2ce1237ad684c3bc818b6314d28636e46" type="targz">https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p8.tar.gz</Archive>
<Archive sha1sum="503d68cfd3e6a9354e0e28dd38b39d850b1228b2" type="targz">https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p10.tar.gz</Archive>
<!-- <Archive sha1sum="0c7919334f79854f3cbbd215a100805bedc735bf" type="targz" target="ntp-4.2.8p4">http://sourceforge.net/projects/ictom/files/ntpstat-0.2.tar.gz</Archive> -->
<AdditionalFiles>
<AdditionalFile permission="0755" target="fix-man-pages">fix-man-pages.sh</AdditionalFile>
@@ -69,7 +69,7 @@
<Path fileType="config">/etc/ntp/crypto</Path>
<Path fileType="executable">/usr/bin/ntpstat</Path>
<Path fileType="executable">/usr/bin/update-leap</Path>
<Path fileType="executable">/usr/bin/calc_tickadj</Path>
<Path fileType="executable">/usr/bin/calc_tickadj</Path>
<Path fileType="data">/usr/share/ntp/lib/NTP/Util.pm</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="executable">/usr/sbin</Path>
@@ -125,6 +125,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-05-09</Date>
<Version>4.2.8_p10</Version>
<Comment>Version Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-10-27</Date>
<Version>4.2.8_p8</Version>
@@ -147,4 +154,4 @@
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+11 -4
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A compact API and implementation of HTTP web server</Summary>
<Description>libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.</Description>
<Archive sha1sum="36ff5be9e6f50f0ba71025f21c026254ece7197b" type="targz">http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.49.tar.gz</Archive>
<Archive sha1sum="ff1c1a4c63e3d7c7a057adbc33db2a887340bf3f" type="targz">http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.54.tar.gz</Archive>
<BuildDependencies>
<Dependency>gnutls-devel</Dependency>
<Dependency>libgcrypt-devel</Dependency>
@@ -40,10 +40,11 @@
<Package>
<Name>libmicrohttpd-devel</Name>
<Summary>Development files for libmicrohttpd</Summary>
<BuildDependencies>
<BuildDependencies>
<Dependency>gnutls-devel</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>gnutls-devel</Dependency>
<Dependency release="current">libmicrohttpd</Dependency>
</RuntimeDependencies>
<Files>
@@ -54,6 +55,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-05-09</Date>
<Version>0.9.54</Version>
<Comment>Version Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>0.9.49</Version>
@@ -61,7 +69,6 @@
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-04-25</Date>
<Version>0.9.49</Version>
@@ -70,4 +77,4 @@
<Email>alialgul@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>