diff --git a/desktop/font/harfbuzz/pspec.xml b/desktop/font/harfbuzz/pspec.xml index 9929858bd3..2da646decc 100644 --- a/desktop/font/harfbuzz/pspec.xml +++ b/desktop/font/harfbuzz/pspec.xml @@ -13,7 +13,7 @@ library OpenType text shaping engine. The Harfbuzz package contains an OpenType text shaping engine. - http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.40.tar.bz2 + http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.2.6.tar.bz2 cairo-devel glib2-devel @@ -84,7 +84,7 @@ 2015-04-06 - 0.9.40 + 1.2.6 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/polkit-qt/pspec.xml b/desktop/toolkit/qt5/polkit-qt/pspec.xml index f63c5edf8d..6554dd77ab 100644 --- a/desktop/toolkit/qt5/polkit-qt/pspec.xml +++ b/desktop/toolkit/qt5/polkit-qt/pspec.xml @@ -13,7 +13,7 @@ A library that allows developers to access PolicyKit API with a nice Qt-style API http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-0.112.0.tar.bz2 - qt5-base-devel + qt5-base-devel glib2-devel polkit-devel mesa-devel @@ -26,7 +26,7 @@ polkit-qt - qt5-base + qt5-base glib2 polkit libgcc @@ -53,7 +53,7 @@ - 2016-04-10 + 2016-04-17 0.112 First release Ayhan Yalçınsoy diff --git a/desktop/toolkit/qt5/qt5-accountsservice/actions.py b/desktop/toolkit/qt5/qt5-accountsservice/actions.py index 89862b32a4..27b9def37b 100644 --- a/desktop/toolkit/qt5/qt5-accountsservice/actions.py +++ b/desktop/toolkit/qt5/qt5-accountsservice/actions.py @@ -11,7 +11,9 @@ from pisi.actionsapi import shelltools def setup(): shelltools.makedirs("build") shelltools.cd("build") - cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..") + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_LIBDIR=/usr/lib", sourceDir="..") def build(): shelltools.cd("build") cmaketools.make() diff --git a/desktop/toolkit/qt5/qt5-accountsservice/pspec.xml b/desktop/toolkit/qt5/qt5-accountsservice/pspec.xml index 02c376f08b..2046f80060 100644 --- a/desktop/toolkit/qt5/qt5-accountsservice/pspec.xml +++ b/desktop/toolkit/qt5/qt5-accountsservice/pspec.xml @@ -14,7 +14,7 @@ LGPLv2.1-linking-exception https://github.com/hawaii-desktop/qtaccountsservice/archive/v0.6.0.tar.gz - qt5-base-devel + qt5-base-devel qt5-declarative-devel extra-cmake-modules @@ -24,7 +24,7 @@ qt5-accountsservice libgcc - qt5-base + qt5-base qt5-declarative @@ -43,14 +43,14 @@ /usr/include - qt5-base + qt5-base qt5-accountsservice - 2015-09-11 + 2016-04-17 0.6.0 First release Ertuğrul Erata diff --git a/desktop/toolkit/qt5/qt5-base/pspec.xml b/desktop/toolkit/qt5/qt5-base/pspec.xml index b3e4a7dc38..68777df0e8 100644 --- a/desktop/toolkit/qt5/qt5-base/pspec.xml +++ b/desktop/toolkit/qt5/qt5-base/pspec.xml @@ -12,7 +12,7 @@ Cross platform application and UI framework Cross platform application and UI development framework LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtbase-opensource-src-5.6.0.tar.xz at-spi2-core-devel cups-devel @@ -41,7 +41,7 @@ postgresql-server python-devel DirectFB-devel - + libinput-devel sqlite-devel unixODBC-devel xcb-proto @@ -66,31 +66,32 @@ openssl-devel freetype-devel pulseaudio-libs-devel + alsa-lib-devel + gstreamer-devel + gstreamer-next-devel + wayland-devel mkspecs.patch - qt5-base - libpcre - libgcc + libpcre + libgcc cups dbus - gtk2 + mesa zlib glib2 icu4c libSM libXi - pango + libICE libX11 libdrm @@ -101,6 +102,7 @@ openssl freetype harfbuzz + libinput libmtdev fontconfig libXrender @@ -132,7 +134,6 @@ /usr/include /usr/lib/pkgconfig /usr/lib/cmake - /usr/lib/*.prl @@ -236,7 +237,7 @@ libdrm-32bit libpng-32bit sqlite-32bit - eudev-32bit + openssl-32bit freetype-32bit harfbuzz-32bit @@ -252,8 +253,8 @@ - 2016-03-27 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ertuğrul Erata ertugrulerata@gmail.com diff --git a/desktop/toolkit/qt5/qt5-configuration/pspec.xml b/desktop/toolkit/qt5/qt5-configuration/pspec.xml index f1ae2c767e..eb05aa83d9 100644 --- a/desktop/toolkit/qt5/qt5-configuration/pspec.xml +++ b/desktop/toolkit/qt5/qt5-configuration/pspec.xml @@ -18,7 +18,7 @@ dconf-devel qt5-declarative-devel cmake - qt5-base-devel + qt5-base-devel @@ -29,7 +29,7 @@ qt5-declarative glib2 dconf - qt5-base + qt5-base /usr/lib @@ -55,7 +55,7 @@ - 2015-10-16 + 2016-04-17 0.3.1 First release Ayhan Yalçınsoy diff --git a/desktop/toolkit/qt5/qt5-connectivity/actions.py b/desktop/toolkit/qt5/qt5-connectivity/actions.py index 7238513a36..4097ccd4d7 100644 --- a/desktop/toolkit/qt5/qt5-connectivity/actions.py +++ b/desktop/toolkit/qt5/qt5-connectivity/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-connectivity/pspec.xml b/desktop/toolkit/qt5/qt5-connectivity/pspec.xml index 75b1de2fa0..1c101fb21d 100644 --- a/desktop/toolkit/qt5/qt5-connectivity/pspec.xml +++ b/desktop/toolkit/qt5/qt5-connectivity/pspec.xml @@ -12,10 +12,12 @@ Provides access to Bluetooth hardware Provides access to Bluetooth hardware LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtconnectivity-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtconnectivity-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlitel bluez-libs-devel @@ -23,7 +25,7 @@ qt5-connectivity - qt5-base + qt5-base qt5-declarative bluez-libs libgcc @@ -45,14 +47,24 @@ qt5-connectivity - qt5-base-devel + qt5-base-devel + + + qt5-connectivity-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-declarative/actions.py b/desktop/toolkit/qt5/qt5-declarative/actions.py index e8ee7fe839..5c5f5c809b 100644 --- a/desktop/toolkit/qt5/qt5-declarative/actions.py +++ b/desktop/toolkit/qt5/qt5-declarative/actions.py @@ -13,18 +13,20 @@ from pisi.actionsapi import qt5 from pisi.actionsapi import get def setup(): + shelltools.export("CFLAGS", "CXXFLAGS") qt5.configure() def build(): - qt5.make() + qt5.make() + qt5.make("docs") def install(): - pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQml") - pisitools.insinto("/usr/lib/qt5/qml", "qml/Qt") - pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQuick") - pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQuick.2") - pisitools.insinto("/usr/lib/qt5/qml", "qml/QtTest") - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + #pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQml") + #pisitools.insinto("/usr/lib/qt5/qml", "qml/Qt") + #pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQuick") + #pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQuick.2") + #pisitools.insinto("/usr/lib/qt5/qml", "qml/QtTest") + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-declarative/pspec.xml b/desktop/toolkit/qt5/qt5-declarative/pspec.xml index a55e96ed06..299f5af55a 100644 --- a/desktop/toolkit/qt5/qt5-declarative/pspec.xml +++ b/desktop/toolkit/qt5/qt5-declarative/pspec.xml @@ -1,4 +1,3 @@ - @@ -12,12 +11,13 @@ Classes for QML and JavaScript languages Classes for QML and JavaScript languages LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtdeclarative-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtdeclarative-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel libxkbcommon-devel mesa-devel qt5-xmlpatterns-devel + qt5-assistant-devel @@ -25,7 +25,7 @@ qt5-declarative libgcc - qt5-base + qt5-base mesa qt5-xmlpatterns @@ -46,15 +46,25 @@ /usr/include/qt5 - qt5-base-devel + qt5-base-devel qt5-declarative + + + qt5-declarative-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-12-20 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-doc/actions.py b/desktop/toolkit/qt5/qt5-doc/actions.py index 0ed55c52bb..783f5f0691 100644 --- a/desktop/toolkit/qt5/qt5-doc/actions.py +++ b/desktop/toolkit/qt5/qt5-doc/actions.py @@ -14,9 +14,7 @@ def setup(): qt5.configure() def build(): - qt5.make() qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) - qt5.install("install_docs") + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) diff --git a/desktop/toolkit/qt5/qt5-doc/pspec.xml b/desktop/toolkit/qt5/qt5-doc/pspec.xml index 7cf46aab9e..bae14c1097 100644 --- a/desktop/toolkit/qt5/qt5-doc/pspec.xml +++ b/desktop/toolkit/qt5/qt5-doc/pspec.xml @@ -13,18 +13,36 @@ A cross-platform application and UI framework (Documentation) A cross-platform application and UI framework (Documentation) LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtdoc-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtdoc-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-sql-sqlite qt5-assistant + qt5-multimedia-docs + qt5-quickcontrols-docs + qt5-quickcontrols2-docs + qt5-x11extras-docs + qt5-webchannel-docs + qt5-webkit-docs + qt5-xmlpatterns-docs + qt5-svg-docs + qt5-script-docs + qt5-sensors-docs + qt5-translations-docs + qt5-graphicaleffects-docs + qt5-imageformats-docs + qt5-websockets-docs + qt5-serialport-docs + qt5-location-docs + qt5-connectivity-docs + qt5-enginio-docs qt5-doc - qt5-base + qt5-base qt5-script qt5-svg qt5-xmlpatterns @@ -40,8 +58,8 @@ - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-enginio/actions.py b/desktop/toolkit/qt5/qt5-enginio/actions.py index 8560c8fc39..24d7f153e1 100644 --- a/desktop/toolkit/qt5/qt5-enginio/actions.py +++ b/desktop/toolkit/qt5/qt5-enginio/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-enginio/pspec.xml b/desktop/toolkit/qt5/qt5-enginio/pspec.xml index 268b602b9b..9c8c4f198b 100644 --- a/desktop/toolkit/qt5/qt5-enginio/pspec.xml +++ b/desktop/toolkit/qt5/qt5-enginio/pspec.xml @@ -12,11 +12,13 @@ A Backend-as-a-Service solution to ease the backend development for connected and data-driven application A Backend-as-a-Service solution to ease the backend development for connected and data-driven application LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtenginio-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtenginio-opensource-src-1.6.0.tar.xz libgcc - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite @@ -24,7 +26,7 @@ qt5-enginio libgcc - qt5-base + qt5-base qt5-declarative @@ -44,15 +46,25 @@ /usr/include/qt5/ - qt5-base-devel + qt5-base-devel qt5-enginio + + + qt5-enginio-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-graphicaleffects/actions.py b/desktop/toolkit/qt5/qt5-graphicaleffects/actions.py index 91f60b0be5..0540967e46 100644 --- a/desktop/toolkit/qt5/qt5-graphicaleffects/actions.py +++ b/desktop/toolkit/qt5/qt5-graphicaleffects/actions.py @@ -14,12 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) - qt5.install("install_docs") + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml b/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml index cb838088fc..a018a07e6d 100644 --- a/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml +++ b/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml @@ -12,11 +12,11 @@ Graphical effects for use with Qt Quick 2 Graphical effects for use with Qt Quick 2 LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtgraphicaleffects-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtgraphicaleffects-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel - qt5-assistant + qt5-assistant-devel qt5-sql-sqlite @@ -24,7 +24,7 @@ qt5-graphicaleffects - qt5-base + qt5-base qt5-declarative @@ -34,11 +34,21 @@ /usr/share/doc + + + qt5-graphicaleffects-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-gstreamer/pspec.xml b/desktop/toolkit/qt5/qt5-gstreamer/pspec.xml index f22d346c35..9e6304d608 100644 --- a/desktop/toolkit/qt5/qt5-gstreamer/pspec.xml +++ b/desktop/toolkit/qt5/qt5-gstreamer/pspec.xml @@ -15,8 +15,8 @@ QtGStreamer is a set of libraries providing C++ bindings for GStreamer with a Qt-style API, plus some helper classes and elements for integrating GStreamer better in Qt applications.The goal of this module is to allow easy use of GStreamer for applications targetting MeeGo Mobile or the KDE desktop. http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-1.2.0.tar.xz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel qt5-quick1-devel glib2-devel gobject-introspection-devel @@ -69,7 +69,7 @@ - 2015-10-11 + 2016-04-17 1.2.0 First release Stefan Gronewold (groni) diff --git a/desktop/toolkit/qt5/qt5-imageformats/actions.py b/desktop/toolkit/qt5/qt5-imageformats/actions.py index 0e4e8a6537..1f2a862f83 100644 --- a/desktop/toolkit/qt5/qt5-imageformats/actions.py +++ b/desktop/toolkit/qt5/qt5-imageformats/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-imageformats/pspec.xml b/desktop/toolkit/qt5/qt5-imageformats/pspec.xml index a83e2fa768..5f8fc038ae 100644 --- a/desktop/toolkit/qt5/qt5-imageformats/pspec.xml +++ b/desktop/toolkit/qt5/qt5-imageformats/pspec.xml @@ -1,4 +1,3 @@ - @@ -12,9 +11,10 @@ Plugins for additional image formats: TIFF, MNG, TGA, WBMP Plugins for additional image formats: TIFF, MNG, TGA, WBMP LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtimageformats-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtimageformats-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel jasper-devel libmng-devel libjpeg-turbo-devel @@ -27,7 +27,7 @@ qt5-imageformats - qt5-base + qt5-base libgcc libmng tiff @@ -40,12 +40,22 @@ /usr/share/licenses + + + qt5-imageformats-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 - First release + 2016-04-17 + 5.6.0 + First Release. Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-location/actions.py b/desktop/toolkit/qt5/qt5-location/actions.py index aaa39f122e..3d5f9b9abf 100644 --- a/desktop/toolkit/qt5/qt5-location/actions.py +++ b/desktop/toolkit/qt5/qt5-location/actions.py @@ -15,9 +15,10 @@ def setup(): def build(): qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-location/pspec.xml b/desktop/toolkit/qt5/qt5-location/pspec.xml index c5378fc04f..f04e27eb2a 100644 --- a/desktop/toolkit/qt5/qt5-location/pspec.xml +++ b/desktop/toolkit/qt5/qt5-location/pspec.xml @@ -12,21 +12,23 @@ Provides access to position, satellite and area monitoring classes Provides access to position, satellite and area monitoring classes LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtlocation-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtlocation-opensource-src-5.6.0.tar.xz geoclue-devel glib2-devel mesa-devel - qt5-base-devel - qt5-webkit-devel + qt5-base-devel + qt5-assistant-devel qt5-declarative-devel + qt5-quick1-devel + qt5-sql-sqlite qt5-location - qt5-base + qt5-base glib2 libgcc geoclue @@ -51,11 +53,21 @@ qt5-declarative-devel + + + qt5-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-multimedia/actions.py b/desktop/toolkit/qt5/qt5-multimedia/actions.py index 8f32e80394..00f536feb9 100644 --- a/desktop/toolkit/qt5/qt5-multimedia/actions.py +++ b/desktop/toolkit/qt5/qt5-multimedia/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-multimedia/pspec.xml b/desktop/toolkit/qt5/qt5-multimedia/pspec.xml index 35dfc9561e..a1beab2e38 100644 --- a/desktop/toolkit/qt5/qt5-multimedia/pspec.xml +++ b/desktop/toolkit/qt5/qt5-multimedia/pspec.xml @@ -12,16 +12,17 @@ Classes for audio, video, radio and camera functionality Classes for audio, video, radio and camera functionality LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtmultimedia-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtmultimedia-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite pulseaudio-libs-devel gstreamer-devel gst-plugins-base-devel openal-devel mesa-devel - @@ -37,7 +38,7 @@ mesa openal alsa-lib - qt5-base + qt5-base gstreamer pulseaudio-libs qt5-declarative @@ -54,15 +55,25 @@ qt5-multimedia - qt5-base-devel + qt5-base-devel qt5-declarative-devel + + + qt5-multimedia-docs + + /usr/share/doc/qt5 + + + qt5-base + + - 2015-10-16 - 5.5.1 + 2015-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-quick1/actions.py b/desktop/toolkit/qt5/qt5-quick1/actions.py index c0d7b99570..fc6fe6512c 100644 --- a/desktop/toolkit/qt5/qt5-quick1/actions.py +++ b/desktop/toolkit/qt5/qt5-quick1/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-quick1/pspec.xml b/desktop/toolkit/qt5/qt5-quick1/pspec.xml index 9163cea72d..66f8b79b31 100644 --- a/desktop/toolkit/qt5/qt5-quick1/pspec.xml +++ b/desktop/toolkit/qt5/qt5-quick1/pspec.xml @@ -15,8 +15,10 @@ http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquick1-opensource-src-5.5.1.tar.xz mesa-devel - qt5-base-devel + qt5-base-devel qt5-script-devel + qt5-assistant-devel + qt5-sql-sqlite @@ -24,7 +26,7 @@ qt5-quick1 mesa - qt5-base + qt5-base qt5-xmlpatterns qt5-script @@ -43,7 +45,7 @@ Development file for qt5-quick1 Development file for qt5-quick1 - qt5-base-devel + qt5-base-devel qt5-script-devel qt5-quick1 @@ -52,6 +54,16 @@ /usr/include/qt5 + + + qt5-quick1-docs + + qt5-base + + + /usr/share/doc/qt5 + + diff --git a/desktop/toolkit/qt5/qt5-quickcontrols/actions.py b/desktop/toolkit/qt5/qt5-quickcontrols/actions.py index 8a95fb59b2..7bf9359a27 100644 --- a/desktop/toolkit/qt5/qt5-quickcontrols/actions.py +++ b/desktop/toolkit/qt5/qt5-quickcontrols/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml b/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml index 1f7ff4c081..16fa53f5e3 100644 --- a/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml +++ b/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml @@ -12,11 +12,13 @@ Reusable Qt Quick based UI controls to create classic desktop-style user interfaces Reusable Qt Quick based UI controls to create classic desktop-style user interfaces LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquickcontrols-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtquickcontrols-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel qt5-quick1-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel @@ -25,7 +27,7 @@ qt5-quickcontrols libgcc - qt5-base + qt5-base qt5-declarative @@ -34,11 +36,21 @@ /usr/share/licenses/ + + + qt5-quickcontrols-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.5.6 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py b/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py new file mode 100644 index 0000000000..22123bd69c --- /dev/null +++ b/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py @@ -0,0 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import qt5 +from pisi.actionsapi import get + +def setup(): + qt5.configure() + +def build(): + qt5.make("docs") + +def install(): + qt5.install("INSTALL_ROOT=%s install_doc" % get.installDIR()) + + #I hope qtchooser will manage this issue + for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): + pisitools.dosym("/usr/lib/qt5/bin/%s" % bin, "/usr/bin/%s-qt5" % bin) + + #pisitools.insinto("/usr/share/licenses/qt5-quickcontrols/", "LGPL_EXCEPTION.txt") diff --git a/desktop/toolkit/qt5/qt5-quickcontrols2/pspec.xml b/desktop/toolkit/qt5/qt5-quickcontrols2/pspec.xml new file mode 100644 index 0000000000..b006e8154a --- /dev/null +++ b/desktop/toolkit/qt5/qt5-quickcontrols2/pspec.xml @@ -0,0 +1,58 @@ + + + + + + qt5-quickcontrols2 + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + Next generation user interface controls based on Qt Quick + Next generation user interface controls based on Qt Quick + LGPLv2.1-linking-exception + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtquickcontrols2-opensource-src-5.6.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-quick1-devel + qt5-assistant-devel + qt5-sql-sqlite + + + + + qt5-quickcontrols2 + + libgcc + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses/ + + + + + qt5-quickcontrols2-docs + + qt5-base + + + /usr/share/doc/qt5 + + + + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/toolkit/qt5/qt5-quickcontrols2/translations.xml b/desktop/toolkit/qt5/qt5-quickcontrols2/translations.xml new file mode 100644 index 0000000000..066a247fd5 --- /dev/null +++ b/desktop/toolkit/qt5/qt5-quickcontrols2/translations.xml @@ -0,0 +1,8 @@ + + + + qt5-quickcontrols2 + QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri + QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri + + diff --git a/desktop/toolkit/qt5/qt5-script/actions.py b/desktop/toolkit/qt5/qt5-script/actions.py index fc0c00c8e1..2f8ae15d53 100644 --- a/desktop/toolkit/qt5/qt5-script/actions.py +++ b/desktop/toolkit/qt5/qt5-script/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-script/pspec.xml b/desktop/toolkit/qt5/qt5-script/pspec.xml index 380f91ff8d..fd6d37e75d 100644 --- a/desktop/toolkit/qt5/qt5-script/pspec.xml +++ b/desktop/toolkit/qt5/qt5-script/pspec.xml @@ -12,9 +12,11 @@ Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtscript-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtscript-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel libgcc @@ -23,7 +25,7 @@ qt5-script - qt5-base + qt5-base libgcc @@ -37,7 +39,7 @@ qt5-script-devel - qt5-base-devel + qt5-base-devel qt5-script @@ -45,11 +47,21 @@ /usr/include/qt5 + + + qt5-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-sensors/actions.py b/desktop/toolkit/qt5/qt5-sensors/actions.py index 8cecb133f5..a234d15780 100644 --- a/desktop/toolkit/qt5/qt5-sensors/actions.py +++ b/desktop/toolkit/qt5/qt5-sensors/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-sensors/pspec.xml b/desktop/toolkit/qt5/qt5-sensors/pspec.xml index 6899b80589..97bb5350aa 100644 --- a/desktop/toolkit/qt5/qt5-sensors/pspec.xml +++ b/desktop/toolkit/qt5/qt5-sensors/pspec.xml @@ -12,10 +12,12 @@ Provides access to sensor hardware and motion gesture recognition Provides access to sensor hardware and motion gesture recognition LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtsensors-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtsensors-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite @@ -23,7 +25,7 @@ qt5-sensors libgcc - qt5-base + qt5-base qt5-declarative @@ -37,19 +39,29 @@ qt5-sensors-devel qt5-sensors - qt5-base-devel + qt5-base-devel /usr/lib/pkgconfig /usr/include/qt5 - + + + qt5-sensors-docs + + qt5-base + + + /usr/share/doc/qt5 + + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-serialport/actions.py b/desktop/toolkit/qt5/qt5-serialport/actions.py index bb1ba3d773..953f19b9ff 100644 --- a/desktop/toolkit/qt5/qt5-serialport/actions.py +++ b/desktop/toolkit/qt5/qt5-serialport/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-serialport/pspec.xml b/desktop/toolkit/qt5/qt5-serialport/pspec.xml index 92b4f61359..4e807ff985 100644 --- a/desktop/toolkit/qt5/qt5-serialport/pspec.xml +++ b/desktop/toolkit/qt5/qt5-serialport/pspec.xml @@ -12,9 +12,11 @@ Provides access to hardware and virtual serial ports Provides access to hardware and virtual serial ports LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtserialport-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtserialport-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite eudev-devel @@ -22,7 +24,7 @@ qt5-serialport - qt5-base + qt5-base eudev libgcc @@ -36,7 +38,7 @@ qt5-serialport-devel - qt5-base-devel + qt5-base-devel qt5-serialport @@ -44,11 +46,21 @@ /usr/include/qt5 + + + qt5-serialport-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-svg/actions.py b/desktop/toolkit/qt5/qt5-svg/actions.py index 96ad00c0f1..77cebebe0d 100644 --- a/desktop/toolkit/qt5/qt5-svg/actions.py +++ b/desktop/toolkit/qt5/qt5-svg/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-svg/pspec.xml b/desktop/toolkit/qt5/qt5-svg/pspec.xml index 2e309712bd..b1f8dcc5f0 100644 --- a/desktop/toolkit/qt5/qt5-svg/pspec.xml +++ b/desktop/toolkit/qt5/qt5-svg/pspec.xml @@ -1,4 +1,3 @@ - qt5-svg @@ -10,10 +9,11 @@ LGPLv2.1-linking-exception Classes for displaying the contents of SVG files Classes for displaying the contents of SVG files - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtsvg-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtsvg-opensource-src-5.6.0.tar.xz mesa-devel - qt5-base-devel + qt5-base-devel + qt5-assistant-devel zlib-devel @@ -21,7 +21,7 @@ qt5-svg libgcc - qt5-base + qt5-base zlib @@ -30,11 +30,12 @@ /usr/share/licenses/ + qt5-svg-devel Development files for qt5-svg - qt5-base-devel + qt5-base-devel qt5-svg @@ -42,12 +43,23 @@ /usr/lib/pkgconfig + + + qt5-svg-docs + + qt5-base + + + /usr/share/doc/qt5 + + + - 2015-10-16 - 5.5.1 - First release - Ayhan Yalçınsoy + 2016-04-17 + 5.6.0 + First Release. + Ayhan yYalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-tools/actions.py b/desktop/toolkit/qt5/qt5-tools/actions.py index a47446b8c7..311c8a54ba 100644 --- a/desktop/toolkit/qt5/qt5-tools/actions.py +++ b/desktop/toolkit/qt5/qt5-tools/actions.py @@ -15,11 +15,9 @@ def setup(): def build(): qt5.make() - #qt5.make("docs") def install(): qt5.install("INSTALL_ROOT=%s" % get.installDIR()) - #qt5.install("install_docs") #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): @@ -29,4 +27,3 @@ def install(): pisitools.dosym("/usr/bin/qdbus-qt5", "/usr/bin/qdbus") pisitools.dosym("/usr/bin/qtpaths-qt5", "/usr/bin/qtpaths") - #pisitools.insinto("/usr/share/licenses/qt5-tools/", "LGPL_EXCEPTION.txt") diff --git a/desktop/toolkit/qt5/qt5-tools/pspec.xml b/desktop/toolkit/qt5/qt5-tools/pspec.xml index ea67b5ac11..2497da2bfe 100644 --- a/desktop/toolkit/qt5/qt5-tools/pspec.xml +++ b/desktop/toolkit/qt5/qt5-tools/pspec.xml @@ -12,12 +12,11 @@ A cross-platform application and UI framework (Development Tools, QtHelp) A cross-platform application and UI framework (Development Tools, QtHelp) LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qttools-opensource-src-5.6.0.tar.xz mesa-devel - qt5-base-devel + qt5-base-devel qt5-declarative-devel - @@ -25,7 +24,7 @@ qt5-assistant libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/assistant @@ -34,6 +33,8 @@ /usr/bin/assistant-qt5 /usr/bin/qhelpgenerator-qt5 /usr/bin/qhelpconverter-qt5 + /usr/lib/qt5/bin/qdoc + /usr/bin/qdoc-qt5 /usr/lib/cmake/Qt5Help /usr/lib/libQt5Help* /usr/lib/libQt5CLucene* @@ -52,18 +53,12 @@ assistant.desktop assistant.png - - qt5-tools - - - qt5-tools - qt5-assistant-devel - qt5-base-devel + qt5-base-devel qt5-assistant @@ -72,19 +67,13 @@ /usr/lib/pkgconfig/Qt5Help.pc /usr/lib/pkgconfig/Qt5CLucene.pc - - qt5-tools-devel - - - qt5-tools-devel - qt5-designer libgcc - qt5-base + qt5-base qt5-declarative @@ -117,18 +106,12 @@ designer_tr.qm designer.png - - qt5-tools - - - qt5-tools - qt5-designer-devel - qt5-base-devel + qt5-base-devel qt5-designer @@ -138,19 +121,13 @@ /usr/lib/pkgconfig/Qt5Designer* /usr/lib/pkgconfig/Qt5UiTools.pc - - qt5-tools-devel - - - qt5-tools-devel - qt5-linguist libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/linguist @@ -177,21 +154,13 @@ linguist.png linguist_tr.qm - - qt5-tools - qt5-tools-devel - - - qt5-tools - qt5-tools-devel - qt5-qdbusviewer libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/qdbusviewer @@ -208,20 +177,12 @@ qdbusviewer.desktop assistant.png - - qt5-tools - qt5-tools-devel - - - qt5-tools - qt5-tools-devel - - + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-translations/actions.py b/desktop/toolkit/qt5/qt5-translations/actions.py index e772fb3b6e..326032a804 100644 --- a/desktop/toolkit/qt5/qt5-translations/actions.py +++ b/desktop/toolkit/qt5/qt5-translations/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-translations/pspec.xml b/desktop/toolkit/qt5/qt5-translations/pspec.xml index 125adbd0dd..800d1fab2c 100644 --- a/desktop/toolkit/qt5/qt5-translations/pspec.xml +++ b/desktop/toolkit/qt5/qt5-translations/pspec.xml @@ -12,9 +12,11 @@ A cross-platform application and UI framework (Translations) A cross-platform application and UI framework (Translations) LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttranslations-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qttranslations-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite qt5-linguist @@ -26,14 +28,24 @@ /usr/share/licenses/ - qt5-base + qt5-base + + + + + qt5-translations-docs + + /usr/share/doc/qt5 + + + qt5-base - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-webchannel/actions.py b/desktop/toolkit/qt5/qt5-webchannel/actions.py index e65215daa5..9ddd995208 100644 --- a/desktop/toolkit/qt5/qt5-webchannel/actions.py +++ b/desktop/toolkit/qt5/qt5-webchannel/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-webchannel/pspec.xml b/desktop/toolkit/qt5/qt5-webchannel/pspec.xml index 7eeffb3ae5..d56a6b3e88 100644 --- a/desktop/toolkit/qt5/qt5-webchannel/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webchannel/pspec.xml @@ -12,10 +12,12 @@ Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebchannel-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtwebchannel-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite @@ -28,7 +30,7 @@ libgcc - qt5-base + qt5-base qt5-declarative @@ -41,14 +43,26 @@ qt5-webchannel - qt5-base-devel + qt5-base-devel + + + + + qt5-webchannel-docs + + /usr/share/doc/qt5 + + + libgcc + qt5-base + qt5-declarative - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-webkit/actions.py b/desktop/toolkit/qt5/qt5-webkit/actions.py index 1717128cda..ecca0504ed 100644 --- a/desktop/toolkit/qt5/qt5-webkit/actions.py +++ b/desktop/toolkit/qt5/qt5-webkit/actions.py @@ -14,11 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - # autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-webkit/pspec.xml b/desktop/toolkit/qt5/qt5-webkit/pspec.xml index 25d4c12016..b292c28090 100644 --- a/desktop/toolkit/qt5/qt5-webkit/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webkit/pspec.xml @@ -12,13 +12,15 @@ Classes for a WebKit2 based implementation and a new QML API Classes for a WebKit2 based implementation and a new QML API LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebkit-opensource-src-5.5.1.tar.xz + http://download.qt.io/community_releases/5.6/5.6.0/qtwebkit-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-sensors-devel qt5-location-devel qt5-declarative-devel qt5-multimedia-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel libXtst-devel gst-plugins-base-devel @@ -62,7 +64,7 @@ /usr/share/doc - qt5-base + qt5-base mesa webp zlib @@ -92,7 +94,7 @@ qt5-webkit - qt5-base-devel + qt5-base-devel mesa-devel webp-devel zlib-devel @@ -112,11 +114,21 @@ qt5-declarative-devel + + + qt5-webkit-docs + + /usr/share/doc/qt5 + + + qt5-base + + - 2015-10-28 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-websockets/actions.py b/desktop/toolkit/qt5/qt5-websockets/actions.py index 4b617ba3eb..25b8484648 100644 --- a/desktop/toolkit/qt5/qt5-websockets/actions.py +++ b/desktop/toolkit/qt5/qt5-websockets/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-websockets/pspec.xml b/desktop/toolkit/qt5/qt5-websockets/pspec.xml index d28624fe57..c0b4349a50 100644 --- a/desktop/toolkit/qt5/qt5-websockets/pspec.xml +++ b/desktop/toolkit/qt5/qt5-websockets/pspec.xml @@ -12,10 +12,12 @@ Provides WebSocket communication compliant with RFC 6455 Provides WebSocket communication compliant with RFC 6455 LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebsockets-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtwebsockets-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite @@ -27,7 +29,7 @@ libgcc - qt5-base + qt5-base qt5-declarative @@ -40,14 +42,24 @@ qt5-websockets - qt5-base-devel + qt5-base-devel + + + + + qt5-websockets-docs + + /usr/share/doc/qt5 + + + qt5-base - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-x11extras/actions.py b/desktop/toolkit/qt5/qt5-x11extras/actions.py index 49629ad6d8..11b0b92233 100644 --- a/desktop/toolkit/qt5/qt5-x11extras/actions.py +++ b/desktop/toolkit/qt5/qt5-x11extras/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-x11extras/pspec.xml b/desktop/toolkit/qt5/qt5-x11extras/pspec.xml index 023006c0c6..2dbb79e0a4 100644 --- a/desktop/toolkit/qt5/qt5-x11extras/pspec.xml +++ b/desktop/toolkit/qt5/qt5-x11extras/pspec.xml @@ -12,9 +12,10 @@ Provides platform-specific APIs for X11 Provides platform-specific APIs for X11 LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtx11extras-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtx11extras-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel mesa-devel @@ -22,7 +23,7 @@ qt5-x11extras - qt5-base + qt5-base /usr/lib @@ -42,11 +43,22 @@ qt5-base-devel + + + qt5-x11extras-docs + + /usr/share/doc/qt5/ + + + qt5-x11extras + qt5-base + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qt5/qt5-xmlpatterns/actions.py b/desktop/toolkit/qt5/qt5-xmlpatterns/actions.py index 5f567ecc13..426dbc4863 100644 --- a/desktop/toolkit/qt5/qt5-xmlpatterns/actions.py +++ b/desktop/toolkit/qt5/qt5-xmlpatterns/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml b/desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml index bde891c99c..57cdae9eea 100644 --- a/desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml +++ b/desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml @@ -12,16 +12,18 @@ Support for XPath, XQuery, XSLT and XML schema validation Support for XPath, XQuery, XSLT and XML schema validation LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtxmlpatterns-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtxmlpatterns-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite qt5-xmlpatterns - qt5-base + qt5-base libgcc @@ -44,11 +46,21 @@ qt5-base-devel + + + qt5-xmlpatterns-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/desktop/toolkit/qtcreator/pspec.xml b/desktop/toolkit/qtcreator/pspec.xml index d5c2f39ef1..36591aac2f 100644 --- a/desktop/toolkit/qtcreator/pspec.xml +++ b/desktop/toolkit/qtcreator/pspec.xml @@ -12,7 +12,7 @@ app:gui Lightweight, cross-platform integrated development environment Lightweight, cross-platform integrated development environment - http://download.qt.io/official_releases/qtcreator/3.5/3.5.1/qt-creator-opensource-src-3.5.1.tar.gz + http://download.qt.io/official_releases/qtcreator/3.6/3.6.1/qt-creator-opensource-src-3.6.1.tar.gz libgcc libX11-devel @@ -20,18 +20,18 @@ git mesa-devel openssh - qt5-base-devel - qt5-declarative-devel - qt5-linguist + qt5-base-devel + qt5-declarative-devel + qt5-linguist qt5-quick1-devel - qt5-quickcontrols - qt5-svg-devel - qt5-xmlpatterns - qt5-webkit-devel - qt5-x11extras-devel - qt5-assistant-devel - qt5-designer-devel - qt5-script-devel + qt5-quickcontrols + qt5-svg-devel + qt5-xmlpatterns + qt5-webkit-devel + qt5-x11extras-devel + qt5-assistant-devel + qt5-designer-devel + qt5-script-devel valgrind llvm-clang-devel llvm @@ -47,7 +47,7 @@ libX11 libgcc qt5-svg - qt5-base + qt5-base qt5-quick1 qt5-script qt5-webkit @@ -74,8 +74,8 @@ - 2015-12-30 - 3.5.1 + 2016-04-17 + 3.6.1 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org diff --git a/desktop/toolkit/qtermwidget5/pspec.xml b/desktop/toolkit/qtermwidget5/pspec.xml index 81fb02f25e..1ee290371b 100644 --- a/desktop/toolkit/qtermwidget5/pspec.xml +++ b/desktop/toolkit/qtermwidget5/pspec.xml @@ -1,4 +1,3 @@ - qtermwidget5 @@ -15,7 +14,7 @@ cmake libgcc - qt5-base-devel + qt5-base-devel https://github.com/qterminal/qtermwidget/releases/download/0.6.0/qtermwidget-0.6.0.tar.xz @@ -24,7 +23,7 @@ Development files for qtermwidget5 libgcc - qt5-base + qt5-base /usr/bin/consoleq @@ -48,7 +47,7 @@ - 2015-05-13 + 2016-04-17 0.6.0 First release Ayhan Yalçınsoy @@ -56,5 +55,3 @@ - - diff --git a/pisi-index.xml b/pisi-index.xml index 788644a327..87f44a9dea 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -26142,7 +26142,7 @@ Hafif, çapraz platform tümleşik geliştirme ortamı Lightweight, cross-platform integrated development environment Hafif, çapraz platform tümleşik geliştirme ortamı - http://download.qt.io/official_releases/qtcreator/3.5/3.5.1/qt-creator-opensource-src-3.5.1.tar.gz + http://download.qt.io/official_releases/qtcreator/3.6/3.6.1/qt-creator-opensource-src-3.6.1.tar.gz libgcc libX11-devel @@ -26150,18 +26150,18 @@ git mesa-devel openssh - qt5-base-devel - qt5-declarative-devel - qt5-linguist + qt5-base-devel + qt5-declarative-devel + qt5-linguist qt5-quick1-devel - qt5-quickcontrols - qt5-svg-devel - qt5-xmlpatterns - qt5-webkit-devel - qt5-x11extras-devel - qt5-assistant-devel - qt5-designer-devel - qt5-script-devel + qt5-quickcontrols + qt5-svg-devel + qt5-xmlpatterns + qt5-webkit-devel + qt5-x11extras-devel + qt5-assistant-devel + qt5-designer-devel + qt5-script-devel valgrind llvm-clang-devel llvm @@ -26175,7 +26175,7 @@ libX11 libgcc qt5-svg - qt5-base + qt5-base qt5-quick1 qt5-script qt5-webkit @@ -26202,8 +26202,8 @@ - 2015-12-30 - 3.5.1 + 2016-04-17 + 3.6.1 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -27864,10 +27864,11 @@ SVG dosyalarının içeriğini görüntüleme için sınıflar Classes for displaying the contents of SVG files SVG dosyalarının içeriğini görüntüleme için sınıflar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtsvg-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtsvg-opensource-src-5.6.0.tar.xz mesa-devel - qt5-base-devel + qt5-base-devel + qt5-assistant-devel zlib-devel desktop/toolkit/qt5/qt5-svg/pspec.xml @@ -27876,7 +27877,7 @@ qt5-svg libgcc - qt5-base + qt5-base zlib @@ -27890,7 +27891,7 @@ Development files for qt5-svg qt5-svg için geliştirme dosyaları - qt5-base-devel + qt5-base-devel qt5-svg @@ -27898,12 +27899,21 @@ /usr/lib/pkgconfig + + qt5-svg-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 - First release - Ayhan Yalçınsoy + 2016-04-17 + 5.6.0 + First Release. + Ayhan yYalçınsoy ayhanyalcinsoy@pisilinux.org @@ -27922,10 +27932,10 @@ Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) çatısı (Geliştirme Araçları, Qt Yardım). A cross-platform application and UI framework (Development Tools, QtHelp) Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) çatısı (Geliştirme Araçları, Qt Yardım). - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qttools-opensource-src-5.6.0.tar.xz mesa-devel - qt5-base-devel + qt5-base-devel qt5-declarative-devel desktop/toolkit/qt5/qt5-tools/pspec.xml @@ -27934,7 +27944,7 @@ qt5-assistant libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/assistant @@ -27943,6 +27953,8 @@ /usr/bin/assistant-qt5 /usr/bin/qhelpgenerator-qt5 /usr/bin/qhelpconverter-qt5 + /usr/lib/qt5/bin/qdoc + /usr/bin/qdoc-qt5 /usr/lib/cmake/Qt5Help /usr/lib/libQt5Help* /usr/lib/libQt5CLucene* @@ -27956,12 +27968,6 @@ /usr/lib/qt5/bin/qcollectiongenerator /usr/bin/qcollectiongenerator-qt5 - - qt5-tools - - - qt5-tools - assistant_tr.qm assistant.desktop @@ -27971,7 +27977,7 @@ qt5-assistant-devel - qt5-base-devel + qt5-base-devel qt5-assistant @@ -27980,18 +27986,12 @@ /usr/lib/pkgconfig/Qt5Help.pc /usr/lib/pkgconfig/Qt5CLucene.pc - - qt5-tools-devel - - - qt5-tools-devel - qt5-designer libgcc - qt5-base + qt5-base qt5-declarative @@ -28019,12 +28019,6 @@ /usr/lib/qt5/mkspecs/modules/qt_lib_uitools* /usr/lib/qt5/mkspecs/modules/qt_lib_uiplugin.pri - - qt5-tools - - - qt5-tools - designer.desktop designer_tr.qm @@ -28034,7 +28028,7 @@ qt5-designer-devel - qt5-base-devel + qt5-base-devel qt5-designer @@ -28044,18 +28038,12 @@ /usr/lib/pkgconfig/Qt5Designer* /usr/lib/pkgconfig/Qt5UiTools.pc - - qt5-tools-devel - - - qt5-tools-devel - qt5-linguist libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/linguist @@ -28077,14 +28065,6 @@ /usr/share/qt5/phrasebooks /usr/share/qt5/translations/linguist_tr.qm - - qt5-tools - qt5-tools-devel - - - qt5-tools - qt5-tools-devel - linguist.desktop linguist.png @@ -28095,7 +28075,7 @@ qt5-qdbusviewer libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/qdbusviewer @@ -28108,14 +28088,6 @@ /usr/share/icons/hicolor/32x32/apps/qdbusviewer.png /usr/share/pixmaps/qdbusviewer5.png - - qt5-tools - qt5-tools-devel - - - qt5-tools - qt5-tools-devel - qdbusviewer.desktop assistant.png @@ -28123,8 +28095,8 @@ - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28145,9 +28117,10 @@ İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP Plugins for additional image formats: TIFF, MNG, TGA, WBMP İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtimageformats-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtimageformats-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel jasper-devel libmng-devel libjpeg-turbo-devel @@ -28160,7 +28133,7 @@ qt5-imageformats - qt5-base + qt5-base libgcc libmng tiff @@ -28173,11 +28146,20 @@ /usr/share/licenses + + qt5-imageformats-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 - First release + 2016-04-17 + 5.6.0 + First Release. Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28197,13 +28179,15 @@ WebKit2 tabanlı uygulama ve yeni QML API için sınıflar Classes for a WebKit2 based implementation and a new QML API WebKit2 tabanlı uygulama ve yeni QML API için sınıflar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebkit-opensource-src-5.5.1.tar.xz + http://download.qt.io/community_releases/5.6/5.6.0/qtwebkit-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-sensors-devel qt5-location-devel qt5-declarative-devel qt5-multimedia-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel libXtst-devel gst-plugins-base-devel @@ -28239,7 +28223,7 @@ qt5-webkit - qt5-base + qt5-base mesa webp zlib @@ -28273,7 +28257,7 @@ qt5-webkit için geliştirme dosyaları qt5-webkit - qt5-base-devel + qt5-base-devel mesa-devel webp-devel zlib-devel @@ -28297,10 +28281,19 @@ /usr/include/qt5/ + + qt5-webkit-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-28 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28321,11 +28314,13 @@ Klasik masaüstü biçimli kullanıcı arayüzleri oluşturmak için yeniden kullanılabilir Qt Quick tabanlı UI kontrolleri Reusable Qt Quick based UI controls to create classic desktop-style user interfaces Klasik masaüstü biçimli kullanıcı arayüzleri oluşturmak için yeniden kullanılabilir Qt Quick tabanlı UI kontrolleri - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquickcontrols-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtquickcontrols-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel qt5-quick1-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml @@ -28334,7 +28329,7 @@ qt5-quickcontrols libgcc - qt5-base + qt5-base qt5-declarative @@ -28343,10 +28338,19 @@ /usr/share/licenses/ + + qt5-quickcontrols-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.5.6 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28367,10 +28371,12 @@ Bluetooth donanımlarına bağlantı sağlar Provides access to Bluetooth hardware Bluetooth donanımlarına bağlantı sağlar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtconnectivity-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtconnectivity-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlitel bluez-libs-devel desktop/toolkit/qt5/qt5-connectivity/pspec.xml @@ -28378,7 +28384,7 @@ qt5-connectivity - qt5-base + qt5-base qt5-declarative bluez-libs libgcc @@ -28396,17 +28402,26 @@ qt5-connectivity için geliştirme dosyaları qt5-connectivity - qt5-base-devel + qt5-base-devel /usr/lib/pkgconfig /usr/include/qt5 + + qt5-connectivity-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28427,10 +28442,12 @@ Ses, video, radyo ve kamera işlevsellikleri için sınıflar Classes for audio, video, radio and camera functionality Ses, video, radyo ve kamera işlevsellikleri için sınıflar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtmultimedia-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtmultimedia-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite pulseaudio-libs-devel gstreamer-devel gst-plugins-base-devel @@ -28446,7 +28463,7 @@ mesa openal alsa-lib - qt5-base + qt5-base gstreamer pulseaudio-libs qt5-declarative @@ -28464,7 +28481,7 @@ qt5-multimedia için geliştirme dosyaları qt5-multimedia - qt5-base-devel + qt5-base-devel qt5-declarative-devel @@ -28472,10 +28489,19 @@ /usr/include/qt5 + + qt5-multimedia-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2015-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28496,10 +28522,12 @@ HTML/JavaScript istemcileri ile Qt uygulamalarının tam uyumu için HTML istemcilerinden QML veya QObject nesnelerine erişim sağlar Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients HTML/JavaScript istemcileri ile Qt uygulamalarının tam uyumu için HTML istemcilerinden QML veya QObject nesnelerine erişim sağlar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebchannel-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtwebchannel-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-webchannel/pspec.xml @@ -28507,7 +28535,7 @@ qt5-webchannel libgcc - qt5-base + qt5-base qt5-declarative @@ -28521,17 +28549,28 @@ qt5-webchannel için geliştirme dosyaları qt5-webchannel - qt5-base-devel + qt5-base-devel /usr/lib/pkgconfig /usr/include/qt5 + + qt5-webchannel-docs + + libgcc + qt5-base + qt5-declarative + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28552,12 +28591,13 @@ QML ve JavaScript dilleri için sınıflar Classes for QML and JavaScript languages QML ve JavaScript dilleri için sınıflar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtdeclarative-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtdeclarative-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel libxkbcommon-devel mesa-devel qt5-xmlpatterns-devel + qt5-assistant-devel desktop/toolkit/qt5/qt5-declarative/pspec.xml @@ -28565,7 +28605,7 @@ qt5-declarative libgcc - qt5-base + qt5-base mesa qt5-xmlpatterns @@ -28581,7 +28621,7 @@ qt5-declarative-devel qt5-declarative için geliştirme dosyaları - qt5-base-devel + qt5-base-devel qt5-declarative @@ -28589,10 +28629,19 @@ /usr/include/qt5 + + qt5-declarative-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-12-20 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28613,9 +28662,11 @@ Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Çeviriler) A cross-platform application and UI framework (Translations) Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Çeviriler) - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttranslations-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qttranslations-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite qt5-linguist desktop/toolkit/qt5/qt5-translations/pspec.xml @@ -28623,17 +28674,26 @@ qt5-translations - qt5-base + qt5-base /usr/share/qt5 /usr/share/licenses/ + + qt5-translations-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28654,9 +28714,11 @@ Donanım ve sanal seri portlara erişim sağlar Provides access to hardware and virtual serial ports Donanım ve sanal seri portlara erişim sağlar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtserialport-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtserialport-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite eudev-devel desktop/toolkit/qt5/qt5-serialport/pspec.xml @@ -28664,7 +28726,7 @@ qt5-serialport - qt5-base + qt5-base eudev libgcc @@ -28678,7 +28740,7 @@ qt5-serialport-devel qt5-serialport için geliştirme dosyaları - qt5-base-devel + qt5-base-devel qt5-serialport @@ -28686,10 +28748,19 @@ /usr/include/qt5 + + qt5-serialport-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28711,18 +28782,36 @@ A cross-platform application and UI framework (Documentation) Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Belgelendirme) assistant5 - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtdoc-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtdoc-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-sql-sqlite qt5-assistant + qt5-multimedia-docs + qt5-quickcontrols-docs + qt5-quickcontrols2-docs + qt5-x11extras-docs + qt5-webchannel-docs + qt5-webkit-docs + qt5-xmlpatterns-docs + qt5-svg-docs + qt5-script-docs + qt5-sensors-docs + qt5-translations-docs + qt5-graphicaleffects-docs + qt5-imageformats-docs + qt5-websockets-docs + qt5-serialport-docs + qt5-location-docs + qt5-connectivity-docs + qt5-enginio-docs desktop/toolkit/qt5/qt5-doc/pspec.xml qt5-doc - qt5-base + qt5-base qt5-script qt5-svg qt5-xmlpatterns @@ -28736,8 +28825,8 @@ - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28758,10 +28847,12 @@ RFC 6455 ile yumuşak WebSocket iletişimi sağlar Provides WebSocket communication compliant with RFC 6455 RFC 6455 ile yumuşak WebSocket iletişimi sağlar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebsockets-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtwebsockets-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-websockets/pspec.xml @@ -28769,7 +28860,7 @@ qt5-websockets libgcc - qt5-base + qt5-base qt5-declarative @@ -28782,17 +28873,26 @@ qt5-websockets için geliştirme dosyaları qt5-websockets - qt5-base-devel + qt5-base-devel /usr/lib/pkgconfig /usr/include/qt5 + + qt5-websockets-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28813,16 +28913,18 @@ XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar Support for XPath, XQuery, XSLT and XML schema validation XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtxmlpatterns-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtxmlpatterns-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml qt5-xmlpatterns - qt5-base + qt5-base libgcc @@ -28845,10 +28947,75 @@ /usr/include/qt5 + + qt5-xmlpatterns-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-quickcontrols2 + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Next generation user interface controls based on Qt Quick + QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri + Next generation user interface controls based on Qt Quick + QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtquickcontrols2-opensource-src-5.6.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-quick1-devel + qt5-assistant-devel + qt5-sql-sqlite + + desktop/toolkit/qt5/qt5-quickcontrols2/pspec.xml + + + qt5-quickcontrols2 + + libgcc + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses/ + + + + qt5-quickcontrols2-docs + + qt5-base + + + /usr/share/doc/qt5 + + + + + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28869,21 +29036,23 @@ Konum, uydu ve alan izleme sınıflarına erişim sağlar Provides access to position, satellite and area monitoring classes Konum, uydu ve alan izleme sınıflarına erişim sağlar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtlocation-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtlocation-opensource-src-5.6.0.tar.xz geoclue-devel glib2-devel mesa-devel - qt5-base-devel - qt5-webkit-devel + qt5-base-devel + qt5-assistant-devel qt5-declarative-devel + qt5-quick1-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-location/pspec.xml qt5-location - qt5-base + qt5-base glib2 libgcc geoclue @@ -28908,10 +29077,19 @@ /usr/include/qt5 + + qt5-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -28935,8 +29113,10 @@ http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquick1-opensource-src-5.5.1.tar.xz mesa-devel - qt5-base-devel + qt5-base-devel qt5-script-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-quick1/pspec.xml @@ -28944,7 +29124,7 @@ qt5-quick1 mesa - qt5-base + qt5-base qt5-xmlpatterns qt5-script @@ -28961,7 +29141,7 @@ Development file for qt5-quick1 Development file for qt5-quick1 - qt5-base-devel + qt5-base-devel qt5-script-devel qt5-quick1 @@ -28970,6 +29150,15 @@ /usr/include/qt5 + + qt5-quick1-docs + + qt5-base + + + /usr/share/doc/qt5 + + 2015-10-16 @@ -28994,11 +29183,11 @@ Qt Quick2 ile kullanım için grafiksel efektler Graphical effects for use with Qt Quick 2 Qt Quick2 ile kullanım için grafiksel efektler - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtgraphicaleffects-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtgraphicaleffects-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel - qt5-assistant + qt5-assistant-devel qt5-sql-sqlite desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml @@ -29006,7 +29195,7 @@ qt5-graphicaleffects - qt5-base + qt5-base qt5-declarative @@ -29016,10 +29205,19 @@ /usr/share/doc + + qt5-graphicaleffects-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -29040,9 +29238,10 @@ X11 için platforma özgü API'ler sağlar Provides platform-specific APIs for X11 X11 için platforma özgü API'ler sağlar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtx11extras-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtx11extras-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel mesa-devel desktop/toolkit/qt5/qt5-x11extras/pspec.xml @@ -29050,7 +29249,7 @@ qt5-x11extras - qt5-base + qt5-base /usr/lib @@ -29070,10 +29269,20 @@ /usr/include/qt5/ + + qt5-x11extras-docs + + qt5-x11extras + qt5-base + + + /usr/share/doc/qt5/ + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -29095,8 +29304,8 @@ QtGStreamer is a set of libraries providing C++ bindings for GStreamer with a Qt-style API, plus some helper classes and elements for integrating GStreamer better in Qt applications.The goal of this module is to allow easy use of GStreamer for applications targetting MeeGo Mobile or the KDE desktop. http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-1.2.0.tar.xz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel qt5-quick1-devel glib2-devel gobject-introspection-devel @@ -29148,7 +29357,7 @@ - 2015-10-11 + 2016-04-17 1.2.0 First release Stefan Gronewold (groni) @@ -29170,11 +29379,13 @@ Bağlı ve veritabanlı uygulamlar için arka uç geliştirmeyi kolaylaştıran bir sevice çözümü A Backend-as-a-Service solution to ease the backend development for connected and data-driven application Bağlı ve veritabanlı uygulamlar için arka uç geliştirmeyi kolaylaştıran bir sevice çözümü - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtenginio-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtenginio-opensource-src-1.6.0.tar.xz libgcc - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-enginio/pspec.xml @@ -29182,7 +29393,7 @@ qt5-enginio libgcc - qt5-base + qt5-base qt5-declarative @@ -29197,7 +29408,7 @@ qt5-enginio-devel qt5-enginio için geliştirme dosyaları - qt5-base-devel + qt5-base-devel qt5-enginio @@ -29205,10 +29416,19 @@ /usr/include/qt5/ + + qt5-enginio-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -29229,9 +29449,11 @@ Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar. - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtscript-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtscript-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel libgcc @@ -29240,7 +29462,7 @@ qt5-script - qt5-base + qt5-base libgcc @@ -29253,7 +29475,7 @@ qt5-script-devel qt5-script için geliştirme dosyaları - qt5-base-devel + qt5-base-devel qt5-script @@ -29261,10 +29483,19 @@ /usr/include/qt5 + + qt5-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -29291,7 +29522,7 @@ dconf-devel qt5-declarative-devel cmake - qt5-base-devel + qt5-base-devel desktop/toolkit/qt5/qt5-configuration/pspec.xml @@ -29302,7 +29533,7 @@ qt5-declarative glib2 dconf - qt5-base + qt5-base /usr/lib @@ -29326,7 +29557,7 @@ - 2015-10-16 + 2016-04-17 0.3.1 First release Ayhan Yalçınsoy @@ -29348,7 +29579,7 @@ Qt5 - AccountService addon https://github.com/hawaii-desktop/qtaccountsservice/archive/v0.6.0.tar.gz - qt5-base-devel + qt5-base-devel qt5-declarative-devel extra-cmake-modules @@ -29358,7 +29589,7 @@ qt5-accountsservice libgcc - qt5-base + qt5-base qt5-declarative @@ -29373,7 +29604,7 @@ qt5-accountsservice-devel - qt5-base + qt5-base qt5-accountsservice @@ -29382,7 +29613,7 @@ - 2015-09-11 + 2016-04-17 0.6.0 First release Ertuğrul Erata @@ -29406,7 +29637,7 @@ Cross platform application and UI development framework Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır. Qt es un toolkit para GUI multiplataforma. - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtbase-opensource-src-5.6.0.tar.xz at-spi2-core-devel cups-devel @@ -29435,6 +29666,7 @@ postgresql-server python-devel DirectFB-devel + libinput-devel sqlite-devel unixODBC-devel xcb-proto @@ -29459,6 +29691,10 @@ openssl-devel freetype-devel pulseaudio-libs-devel + alsa-lib-devel + gstreamer-devel + gstreamer-next-devel + wayland-devel mkspecs.patch @@ -29472,14 +29708,12 @@ libgcc cups dbus - gtk2 mesa zlib glib2 icu4c libSM libXi - pango libICE libX11 libdrm @@ -29490,6 +29724,7 @@ openssl freetype harfbuzz + libinput libmtdev fontconfig libXrender @@ -29532,7 +29767,7 @@ qt5-sql-mysql Qt5'in SQL sınıfları için MySQL sürücüsü - qt5-base + qt5-base libgcc mariadb-lib @@ -29544,7 +29779,7 @@ qt5-sql-postgresql Qt5'in SQL sınıfları için PostgreSQL sürücüsü - qt5-base + qt5-base libgcc postgresql-lib @@ -29556,7 +29791,7 @@ qt5-sql-sqlite Qt5'in SQL sınıfları için SQLite sürücüsü - qt5-base + qt5-base libgcc sqlite @@ -29568,7 +29803,7 @@ qt5-sql-odbc Qt5'in SQL sınıfları için ODBC sürücüsü - qt5-base + qt5-base libgcc unixODBC @@ -29623,7 +29858,6 @@ libdrm-32bit libpng-32bit sqlite-32bit - eudev-32bit openssl-32bit freetype-32bit harfbuzz-32bit @@ -29638,8 +29872,8 @@ - 2016-03-27 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ertuğrul Erata ertugrulerata@gmail.com @@ -29660,10 +29894,12 @@ Donanım ve hareket algılama sensörüne erişim sağlar Provides access to sensor hardware and motion gesture recognition Donanım ve hareket algılama sensörüne erişim sağlar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtsensors-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtsensors-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-sensors/pspec.xml @@ -29671,7 +29907,7 @@ qt5-sensors libgcc - qt5-base + qt5-base qt5-declarative @@ -29685,17 +29921,26 @@ qt5-sensors için geliştirme dosyaları qt5-sensors - qt5-base-devel + qt5-base-devel /usr/lib/pkgconfig /usr/include/qt5 + + qt5-sensors-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -29717,7 +29962,7 @@ A library that allows developers to access PolicyKit API with a nice Qt-style API http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-0.112.0.tar.bz2 - qt5-base-devel + qt5-base-devel glib2-devel polkit-devel mesa-devel @@ -29731,7 +29976,7 @@ polkit-qt - qt5-base + qt5-base glib2 polkit libgcc @@ -29756,7 +30001,7 @@ - 2016-04-10 + 2016-04-17 0.112 First release Ayhan Yalçınsoy @@ -30039,7 +30284,7 @@ cmake libgcc - qt5-base-devel + qt5-base-devel desktop/toolkit/qtermwidget5/pspec.xml @@ -30048,7 +30293,7 @@ Development files for qtermwidget5 libgcc - qt5-base + qt5-base /usr/bin/consoleq @@ -30073,7 +30318,7 @@ - 2015-05-13 + 2016-04-17 0.6.0 First release Ayhan Yalçınsoy @@ -30613,7 +30858,7 @@ desktop.font OpenType text shaping engine The Harfbuzz package contains an OpenType text shaping engine. - http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.40.tar.bz2 + http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.2.6.tar.bz2 cairo-devel glib2-devel @@ -30681,7 +30926,7 @@ 2015-04-06 - 0.9.40 + 1.2.6 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -36595,6 +36840,7 @@ qt5-declarative qt5-xmlpatterns qt5-connectivity + python-sip /usr/bin/py2uic5 @@ -36638,6 +36884,7 @@ qt5-declarative qt5-xmlpatterns qt5-connectivity + python3-sip /usr/bin/pyuic5 @@ -41545,6 +41792,203 @@ + + + php + http://www.php.net + + Fatih Turgel + turgelfatih@gmail.com + + PHP + library + programming.language.php + PHP5 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly + Dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dili + PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. + PHP5, dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dilidir. Dil yapısının önemli bir kısmı C, Java ve Perl'den alınmıştır. Bu dilin amacı, web geliştiricilerinin kısa zamanda dinamik sayfalar oluşturmasına imkan vermektir. + PHP5 es un languaje interpretado que puede estar embebido en HTML. Muchas partes de su sintaxis fueron prestados de C, Java y Perl con algunas facilidades agregados únicas de PHP. El lenguaje permite a desarrolladores web escribir de manera sencilla páginas con contenido dinámico. + http://us2.php.net/distributions/php-5.6.20.tar.bz2 + + gd-devel + harfbuzz-devel + apr-devel + apr-util-devel + apache + postfix + libxslt-devel + db-devel + mariadb-lib + libmcrypt-devel + mit-kerberos + libc-client + postgresql-server + libjpeg-turbo-devel + zlib-devel + curl-devel + gdbm-devel + libpng-devel + freetype-devel + openssl-devel + + + int_overflow_in_mt_rand.patch + stack_buffer_overflow_in_imagepstext.patch + denial_of_service_in_getArchiveComment.patch + php-imap-myrights.diff + db6.patch + debian/052-phpinfo_no_configure.patch + + programming/php/php/pspec.xml + + + php-cli + + php-common + gd + libxslt + mariadb-lib + libmcrypt + mit-kerberos + postgresql-lib + openldap-client + libjpeg-turbo + + + /etc/php/cli + /usr/bin + /usr/share/man + + + go-pear + + + + php-common + Common config files for PHP + PHP için genel yapılandırma dosyaları + + mit-kerberos + db + + + /usr/lib/php/modules + /usr/share/php5 + /etc/php/ext + + + + php-devel + Development files for PHP + + php-common + + + /usr/bin/php-config + /usr/bin/phpize + /usr/include + /usr/lib/php/build + /usr/share/man/man1/php-config* + /usr/share/man/man1/phpize* + + + + mod_php + server.web + + apache + mariadb-lib + postgresql-lib + gd + libxslt + mit-kerberos + openldap-client + cyrus-sasl + harfbuzz + php-common + libmcrypt + libjpeg-turbo + + + /usr/lib/apache2/modules/libphp5.so + /etc/apache2 + /etc/php/apache2 + + + 70_mod_php5.conf + + + + php-zip + Zip extension for PHP + + php-common + mit-kerberos + + + /usr/lib/php/modules/zip.so + /etc/php/cli/ext/10-php-zip.ini + /etc/php/ext/10-php-zip.ini + + + 10-php-zip.ini + + + + php-imap + Module for PHP to enable IMAP support + + php-common + libc-client + mit-kerberos + + + /usr/lib/php/modules/imap.so + /etc/php/ext/11-php-imap.ini + /etc/php/cli/ext/11-php-imap.ini + /etc/php/apache2/ext/11-php-imap.ini + + + 11-php-imap.ini + + + + php-fpm + FPM for PHP + + php-common + libxslt + libxslt + libjpeg-turbo + postgresql-lib + openldap-client + libmcrypt + + + /usr/sbin/php-fpm + /usr/share/man/man8/php-fpm.8 + /etc/php/ext/php-fpm.conf + /usr/share/fpm + /run + /var/log + + + System.Service + + + php-fpm.conf + + + + + 2012-10-23 + 5.4.8 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + libnih @@ -60639,7 +61083,7 @@ Apache web server Apache HTTP Server is a free software/open source web server for Unix-like systems, Microsoft Windows, Novell NetWare and other operating systems. Apache is notable for playing a key role in the initial growth of the World Wide Web, and continues to be the most popular web server in use, serving as the de facto reference platform against which other web servers are designed and judged. Dünyanın en çok tercih edilen web sunucu olan Apache artık diğer genelağ sunucularının standartlarını belirlemek için takip ettiği hızlı, güçlü, esnek ve yüksek özelleştirilebilirliğe sahip bir genelağ sunucusudur. - http://archive.apache.org/dist/httpd/httpd-2.4.16.tar.bz2 + http://archive.apache.org/dist/httpd/httpd-2.4.20.tar.bz2 apr-devel nss-devel @@ -60711,8 +61155,8 @@ - 2015-09-04 - 2.4.16 + 2016-04-17 + 2.4.20 First release Ertuğrul Erata ertugrulerata@gmail.com diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index e1774a25f4..bda8732605 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -65b3c5a762105ed5c26a5378e76dad05b49d2446 \ No newline at end of file +4053607d3e364b88077738bb15fa45d3383c57ad \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index d97c360602..ea5c0982fb 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index c327930810..939338f4e1 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -26b59f3abc6649caf3939d64166f2eec2c7efdbe \ No newline at end of file +ddef4e46f8c0dfec74e8c3751c9773123d6be8cf \ No newline at end of file diff --git a/programming/language/python/python-qt5/pspec.xml b/programming/language/python/python-qt5/pspec.xml index dc7fc508f3..b70e04ee3a 100644 --- a/programming/language/python/python-qt5/pspec.xml +++ b/programming/language/python/python-qt5/pspec.xml @@ -21,20 +21,20 @@ python-devel python3-sip python-sip - qt5-base-devel - qt5-connectivity-devel - qt5-declarative-devel - qt5-enginio-devel - qt5-location-devel - qt5-multimedia-devel - qt5-sensors-devel - qt5-serialport-devel - qt5-svg-devel - qt5-webchannel-devel - qt5-webkit-devel - qt5-websockets-devel - qt5-x11extras-devel - qt5-xmlpatterns-devel + qt5-base-devel + qt5-connectivity-devel + qt5-declarative-devel + qt5-enginio-devel + qt5-location-devel + qt5-multimedia-devel + qt5-sensors-devel + qt5-serialport-devel + qt5-svg-devel + qt5-webchannel-devel + qt5-webkit-devel + qt5-websockets-devel + qt5-x11extras-devel + qt5-xmlpatterns-devel @@ -45,7 +45,7 @@ libgcc dbus python - qt5-base + qt5-base qt5-sensors qt5-location qt5-webkit @@ -59,6 +59,7 @@ qt5-declarative qt5-xmlpatterns qt5-connectivity + python-sip /usr/bin/py2uic5 @@ -74,7 +75,7 @@ Development files for python3-qt5 libgcc - qt5-base + qt5-base python-qt5 @@ -89,7 +90,7 @@ libgcc dbus python3 - qt5-base + qt5-base qt5-sensors qt5-location qt5-webkit @@ -103,6 +104,7 @@ qt5-declarative qt5-xmlpatterns qt5-connectivity + python3-sip /usr/bin/pyuic5 @@ -120,7 +122,7 @@ Development files for python3-qt5 libgcc - qt5-base + qt5-base python3-qt5 @@ -130,7 +132,7 @@ - 2015-11-02 + 2016-04-17 5.5.1 First release Ayhan Yalçınsoy diff --git a/programming/php/component.xml b/programming/php/component.xml new file mode 100644 index 0000000000..811769d403 --- /dev/null +++ b/programming/php/component.xml @@ -0,0 +1,3 @@ + + programming.language.php + diff --git a/programming/php/php/actions.py b/programming/php/php/actions.py new file mode 100644 index 0000000000..4d80ec8ce5 --- /dev/null +++ b/programming/php/php/actions.py @@ -0,0 +1,179 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools + +def extensions(): + configure_disabled = [] + + configure_enabled = [ + 'exif', 'ftp', 'soap', 'sockets', 'bcmath', + 'dom', 'wddx', 'tokenizer', 'simplexml', 'mbstring', 'calendar', + 'gd-native-ttf' + ] + configure_shared = [ + 'dba', 'embedded-mysqli', 'zip' + ] + configure_with = [ + 'bz2', 'curl', 'iconv', 'mysql', 'mysqli', 'kerberos', 'sqlite3', + 'xsl', 'gdbm', 'db', 'ldap', 'gd', 'gettext', + 'regex=php', 'pic', 'pcre-regex', 'pgsql', 'pdo-mysql', 'pdo-pgsql', + 'openssl' + ] + configure_without = [] + + conf = [] + for i in configure_disabled: + conf.append("--disable-%s" % i) + for i in configure_enabled: + conf.append("--enable-%s " % i) + for i in configure_shared: + conf.append("--enable-%s=shared" % i) + for i in configure_with: + conf.append("--with-%s" % i) + for i in configure_without: + conf.append("--without-%s" % i) + + return ' '.join(conf) + +def setup(): + shelltools.unlinkDir("ext/openssl") + + # create directories for apache, fcgi and fpm's Makefiles + shelltools.makedirs("fcgi") + shelltools.makedirs("apache") + shelltools.makedirs("fpm") + + # link configure script + shelltools.sym("../configure", "fcgi/configure") + shelltools.sym("../configure", "apache/configure") + shelltools.sym("../configure", "fpm/configure") + + shelltools.export("LC_ALL", "C") + shelltools.export("CFLAGS", "%s -fwrapv -lkrb5 -lgssapi_krb5 -lpam" % get.CFLAGS()) + shelltools.export("NO_INTERACTION", "1") + shelltools.export("EXTENSION_DIR", "/usr/lib/php/modules") + + shelltools.system("sed -i '/APACHE_THREADED_MPM=/d' sapi/apache2handler/config.m4") + pisitools.dosed("ext/pgsql/config.m4", "include/postgresql", " include/postgresql/pgsql") + + # Don't touch apache.conf + for i in pisitools.ls("sapi/*/config.m4"): + pisitools.dosed(i, "\\-i \\-a \\-n php5", "-i -n php5") + pisitools.dosed(i, "\\-i \\-A \\-n php5", "-i -n php5") + + autotools.autoconf() + + # workaround for pkg-config 0.28 + pisitools.dosed("configure", " && test -n \"\$OPENSSL_INCS\"") + + common_options = "--sysconfdir=/etc \ + --cache-file=./config.cache \ + --with-zlib-dir=/usr/lib \ + --with-libxml-dir=/usr/lib \ + --with-jpeg-dir=/usr/lib/ \ + --with-png-dir=/usr/lib/ \ + --with-freetype-dir=/usr \ + --without-pear \ + --with-zend-vm=GOTO \ + --with-zend-vm=SWITCH \ + --with-db4=/usr/lib \ + --with-pic \ + --with-gnu-ld \ + --with-system-tzdata=/usr/share/zoneinfo \ + --with-mcrypt=/usr/bin/mcrypt \ + --with-imap=shared \ + --with-openssl=shared \ + --with-imap-ssl \ + --with-mysql-sock=/run/mysqld/mysqld.sock \ + --disable-rpath \ + " + + # Enable FastCGI and CGI + shelltools.cd("fcgi") + autotools.configure("--enable-cgi \ + --disable-cli \ + --with-config-file-path=/etc/php/cli \ + --with-config-file-scan-dir=/etc/php/cli/ext \ + %s \ + %s" % (common_options, extensions())) + + # Enable Apache + shelltools.cd("../apache") + autotools.configure("--with-apxs2=/usr/bin/apxs \ + --disable-cli \ + --with-config-file-path=/etc/php/apache2 \ + --with-config-file-scan-dir=/etc/php/apache2/ext \ + %s \ + %s" % (common_options, extensions())) + # Enable FPM + shelltools.cd("../fpm") + autotools.configure("--enable-fpm \ + --disable-cli \ + --with-fpm-user=apache \ + --with-fpm-group=apache \ + --with-config-file-path=/etc/php/apache2 \ + --with-config-file-scan-dir=/etc/php/apache2/ext \ + %s \ + %s" % (common_options, extensions())) + + +def build(): + shelltools.cd("fcgi") + shelltools.export("LC_ALL", "en_US.UTF-8") + autotools.make() + + shelltools.cd("../apache") + autotools.make() + + shelltools.cd("../fpm") + autotools.make() + + +def check(): + shelltools.cd("apache") + autotools.make("test") + +def install(): + shelltools.cd("fcgi") + autotools.rawInstall("INSTALL_ROOT=\"%s\"" % get.installDIR(), "install-cgi") + autotools.rawInstall("INSTALL_ROOT=\"%s\"" % get.installDIR(), "install-sapi") + + shelltools.cd("../apache") + autotools.rawInstall("INSTALL_ROOT=\"%s\"" % get.installDIR(), "install") + + shelltools.cd("../fpm") + autotools.rawInstall("INSTALL_ROOT=\"%s\"" % get.installDIR(), "install-fpm") + + shelltools.cd("..") + + pisitools.insinto("/etc/php/apache2/", "php.ini-development", "php.ini") + pisitools.insinto("/etc/php/cli/", "php.ini-development", "php.ini") + + pisitools.dosed("%s/etc/php/*/php.ini" % get.installDIR(), "(extension_dir = .*)", ";\\1") + pisitools.dosed("%s/etc/php/*/php.ini" % get.installDIR(), r";include_path = \".:/php/includes\"", + "include_path = \".:/usr/share/php5/PEAR\"") + + pisitools.dodir("/etc/php/ext") + pisitools.dodir("/etc/php/apache2/ext") + pisitools.dodir("/etc/php/cli/ext") + + # Operations for php-zip package + pisitools.dosym("/etc/php/ext/10-php-zip.ini", "/etc/php/cli/ext/10-php-zip.ini") + + # Operations for php-imap package + pisitools.dosym("/etc/php/ext/11-php-imap.ini", "/etc/php/cli/ext/11-php-imap.ini") + pisitools.dosym("/etc/php/ext/11-php-imap.ini", "/etc/php/apache2/ext/11-php-imap.ini") + + # Move /var/run to run + pisitools.domove("/var/run", "/") + + pisitools.remove("/etc/php-fpm.conf.default") + + pisitools.dodir("/var/log/php-fpm/") diff --git a/programming/php/php/comar/service.py b/programming/php/php/comar/service.py new file mode 100644 index 0000000000..011ac709de --- /dev/null +++ b/programming/php/php/comar/service.py @@ -0,0 +1,29 @@ +from comar.service import * +import os + +serviceType = "server" +serviceDesc = _({"en": "The PHP FastCGI Process Manager", + "tr": "The PHP FastCGI Süreç Yöneticisi"}) + +PIDFILE = "/run/php-fpm.pid" +CONFIG = "/etc/php/ext/php-fpm.conf" + +@synchronized +def start(): + startService(command="/usr/sbin/php-fpm", + args="-D -y %s" % CONFIG, + pidfile=PIDFILE, + donotify=True) + +@synchronized +def stop(): + stopService(pidfile=PIDFILE, + donotify=True) + + try: + os.unlink(PIDFILE) + except OSError: + pass + +def status(): + return isServiceRunning(PIDFILE) diff --git a/programming/php/php/files/10-php-zip.ini b/programming/php/php/files/10-php-zip.ini new file mode 100644 index 0000000000..22d9345d9a --- /dev/null +++ b/programming/php/php/files/10-php-zip.ini @@ -0,0 +1,2 @@ +; Comment the following line to disable php-zip extension +extension = zip.so diff --git a/programming/php/php/files/11-php-imap.ini b/programming/php/php/files/11-php-imap.ini new file mode 100644 index 0000000000..6938de5525 --- /dev/null +++ b/programming/php/php/files/11-php-imap.ini @@ -0,0 +1,2 @@ +; Comment the following line to disable php-imap extension +extension = imap.so diff --git a/programming/php/php/files/70_mod_php5.conf b/programming/php/php/files/70_mod_php5.conf new file mode 100644 index 0000000000..246e548980 --- /dev/null +++ b/programming/php/php/files/70_mod_php5.conf @@ -0,0 +1,19 @@ +LoadModule php5_module modules/libphp5.so + +AddHandler php5-script .php + +# Set it to handle the files + + AddType application/x-httpd-php .php + AddType application/x-httpd-php .phtml + AddType application/x-httpd-php .php3 + AddType application/x-httpd-php .php4 + AddType application/x-httpd-php .php5 + AddType application/x-httpd-php-source .phps + + +# +# Add index.php to the list of files that will be served as directory +# indexes. +# +DirectoryIndex index.php index.phtml diff --git a/programming/php/php/files/950-Fix-dl-cross-compiling-issue.patch b/programming/php/php/files/950-Fix-dl-cross-compiling-issue.patch new file mode 100644 index 0000000000..02b1f644c1 --- /dev/null +++ b/programming/php/php/files/950-Fix-dl-cross-compiling-issue.patch @@ -0,0 +1,62 @@ +diff -u --recursive php-5.6.6-vanilla/configure.in php-5.6.6/configure.in +--- php-5.6.6-vanilla/configure.in 2015-02-26 22:10:51.865487530 -0500 ++++ php-5.6.6/configure.in 2015-02-26 22:29:59.043102135 -0500 +@@ -453,7 +453,10 @@ + PHP_CHECK_FUNC(gethostbyaddr, nsl) + PHP_CHECK_FUNC(yp_get_default_domain, nsl) + +-PHP_CHECK_FUNC(dlopen, dl) ++PHP_ADD_LIBRARY(dl) ++PHP_DEF_HAVE(dlopen) ++PHP_DEF_HAVE(libdl) ++ac_cv_func_dlopen=yes + if test "$ac_cv_func_dlopen" = "yes"; then + AC_DEFINE(HAVE_LIBDL, 1, [ ]) + fi +diff -u --recursive php-5.6.6-vanilla/ext/fileinfo/config.m4 php-5.6.6/ext/fileinfo/config.m4 +--- php-5.6.6-vanilla/ext/fileinfo/config.m4 2015-02-26 22:10:51.639487135 -0500 ++++ php-5.6.6/ext/fileinfo/config.m4 2015-02-26 22:22:47.645609128 -0500 +@@ -46,6 +46,10 @@ + AC_MSG_RESULT(no) + AC_MSG_NOTICE(using libmagic strcasestr implementation) + libmagic_sources="$libmagic_sources libmagic/strcasestr.c" ++ ],[ ++ dnl cross-compiling; assume not present ++ AC_MSG_NOTICE(using libmagic strcasestr implementation) ++ libmagic_sources="$libmagic_sources libmagic/strcasestr.c" + ]) + + PHP_NEW_EXTENSION(fileinfo, fileinfo.c $libmagic_sources, $ext_shared,,-I@ext_srcdir@/libmagic) +diff -u --recursive php-5.6.6-vanilla/ext/opcache/config.m4 php-5.6.6/ext/opcache/config.m4 +--- php-5.6.6-vanilla/ext/opcache/config.m4 2015-02-26 22:10:51.790487399 -0500 ++++ php-5.6.6/ext/opcache/config.m4 2015-02-26 22:34:19.240414394 -0500 +@@ -341,7 +341,14 @@ + flock_type=linux + AC_DEFINE([HAVE_FLOCK_LINUX], [], [Struct flock is Linux-type]) + AC_MSG_RESULT("yes") +-], AC_MSG_RESULT("no") ) ++], [ ++ AC_MSG_RESULT("no") ++], [ ++ dnl cross-compiling; assume Linux ++ flock_type=linux ++ AC_DEFINE([HAVE_FLOCK_LINUX], [], [Struct flock is Linux-type]) ++ AC_MSG_RESULT("yes") ++]) + + AC_MSG_CHECKING("whether flock struct is BSD ordered") + AC_TRY_RUN([ +@@ -357,7 +364,12 @@ + flock_type=bsd + AC_DEFINE([HAVE_FLOCK_BSD], [], [Struct flock is BSD-type]) + AC_MSG_RESULT("yes") +-], AC_MSG_RESULT("no") ) ++], [ ++ AC_MSG_RESULT("no") ++], [ ++ dnl cross-compiling; assume Linux ++ AC_MSG_RESULT("no") ++]) + + if test "$flock_type" == "unknown"; then + AC_MSG_ERROR([Don't know how to define struct flock on this system[,] set --enable-opcache=no]) diff --git a/programming/php/php/files/db6.patch b/programming/php/php/files/db6.patch new file mode 100644 index 0000000000..0d04ce0490 --- /dev/null +++ b/programming/php/php/files/db6.patch @@ -0,0 +1,59 @@ +--- configure 2013-07-03 08:16:15.000000000 +0200 ++++ configure 2013-08-07 19:19:16.797273766 +0200 +@@ -42409,7 +42409,7 @@ + /* end confdefs.h. */ + + #include "$THIS_INCLUDE" +-#if DB_VERSION_MAJOR == 4 || (4 == 4 && DB_VERSION_MAJOR == 5) ++#if DB_VERSION_MAJOR == 4 || (4 == 4 && DB_VERSION_MAJOR >= 5) + yes + #endif + +@@ -42785,7 +42785,7 @@ + /* end confdefs.h. */ + + #include "$THIS_INCLUDE" +-#if DB_VERSION_MAJOR == 3 || (3 == 4 && DB_VERSION_MAJOR == 5) ++#if DB_VERSION_MAJOR == 3 || (3 == 4 && DB_VERSION_MAJOR >= 5) + yes + #endif + +@@ -43161,7 +43161,7 @@ + /* end confdefs.h. */ + + #include "$THIS_INCLUDE" +-#if DB_VERSION_MAJOR == 2 || (2 == 4 && DB_VERSION_MAJOR == 5) ++#if DB_VERSION_MAJOR == 2 || (2 == 4 && DB_VERSION_MAJOR >= 5) + yes + #endif + +--- ext/dba/config.m4 2013-07-03 08:10:53.000000000 +0200 ++++ ext/dba/config.m4 2013-08-07 19:18:55.774448348 +0200 +@@ -245,7 +245,7 @@ + ],[ + AC_EGREP_CPP(yes,[ + #include "$THIS_INCLUDE" +-#if DB_VERSION_MAJOR == $1 || ($1 == 4 && DB_VERSION_MAJOR == 5) ++#if DB_VERSION_MAJOR == $1 || ($1 == 4 && DB_VERSION_MAJOR >= 5) + yes + #endif + ],[ +--- ext/dba/dba_db4.c 2013-07-03 08:10:53.000000000 +0200 ++++ ext/dba/dba_db4.c 2013-08-07 19:19:04.827562638 +0200 +@@ -44,7 +44,7 @@ + { + TSRMLS_FETCH(); + +-#if (DB_VERSION_MAJOR == 5 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR == 8)) ++#if (DB_VERSION_MAJOR >= 5 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR == 8)) + /* Bug 51086, Berkeley DB 4.8.26 */ + /* This code suppresses a BDB 4.8+ error message, thus keeping PHP test compatibility */ + { +--- ext/dba/tests/dba_db4_handlers.phpt 2013-07-03 08:10:53.000000000 +0200 ++++ ext/dba/tests/dba_db4_handlers.phpt 2013-08-07 20:39:34.640194224 +0200 +@@ -47,4 +47,4 @@ + Test 1 + Success: db4 enabled + Test 2 - full info +-.*Berkeley DB (4|5).* ++.*Berkeley DB (4|5|6).* diff --git a/programming/php/php/files/debian/052-phpinfo_no_configure.patch b/programming/php/php/files/debian/052-phpinfo_no_configure.patch new file mode 100644 index 0000000000..49ce73a6a9 --- /dev/null +++ b/programming/php/php/files/debian/052-phpinfo_no_configure.patch @@ -0,0 +1,33 @@ +Description: Disable configure parameters on phpinfo() output + . + Patch needs to be discussed with upstream and the issues that lead to + its addition re-checked. Quoting changelog entry: + . + Add [...], which disables the display of our "Configure Command" in + phpinfo(), which was the source of many bogus bug reports over the + years, due to people misinterpreting its meaning. +Origin: vendor +Forwarded: no +Last-Update: 2010-01-18 + +--- a/ext/standard/info.c ++++ b/ext/standard/info.c +@@ -704,7 +704,7 @@ PHPAPI void php_print_info(int flag TSRM + #ifdef ARCHITECTURE + php_info_print_table_row(2, "Architecture", ARCHITECTURE); + #endif +-#ifdef CONFIGURE_COMMAND ++#if 0 + php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND ); + #endif + +--- a/ext/standard/tests/general_functions/phpinfo.phpt ++++ b/ext/standard/tests/general_functions/phpinfo.phpt +@@ -20,7 +20,6 @@ PHP Version => %s + + System => %s + Build Date => %s%a +-Configure Command => %s + Server API => Command Line Interface + Virtual Directory Support => %s + Configuration File (php.ini) Path => %s diff --git a/programming/php/php/files/denial_of_service_in_getArchiveComment.patch b/programming/php/php/files/denial_of_service_in_getArchiveComment.patch new file mode 100644 index 0000000000..b4605c982b --- /dev/null +++ b/programming/php/php/files/denial_of_service_in_getArchiveComment.patch @@ -0,0 +1,12 @@ +--- php-5.2.14.orig/ext/zip/php_zip.c 2011-01-14 16:12:17.886000067 +0200 ++++ php-5.2.14/ext/zip/php_zip.c 2011-01-14 16:14:50.233000067 +0200 +@@ -1954,6 +1954,9 @@ + + PHP_ZIP_STAT_INDEX(intern, index, 0, sb); + comment = zip_get_file_comment(intern, index, &comment_len, (int)flags); ++ if(comment==NULL) { ++ RETURN_FALSE; ++ } + RETURN_STRINGL((char *)comment, (long)comment_len, 1); + } + /* }}} */ diff --git a/programming/php/php/files/go-pear b/programming/php/php/files/go-pear new file mode 100644 index 0000000000..a90efcd92a --- /dev/null +++ b/programming/php/php/files/go-pear @@ -0,0 +1,2676 @@ +#!/usr/bin/php -q + + * @author Stig Bakken + * @author Christian Dickmann + * @author Pierre-Alain Joye + * @author Greg Beaver + * @author Tias Guns + */ + + +$sapi_name = php_sapi_name(); + +$safe_mode = (bool)ini_get('safe_mode'); +if (!$safe_mode) { + set_time_limit(0); +} + +@ob_end_clean(); +ob_implicit_flush(true); +define('WEBINSTALLER', ($sapi_name != 'cli' && !(substr($sapi_name,0,3)=='cgi' && !isset($_SERVER['GATEWAY_INTERFACE'])))); + +ini_set('track_errors', true); +ini_set('html_errors', WEBINSTALLER); +ini_set('magic_quotes_runtime', false); +error_reporting( E_ALL & ~E_NOTICE); + +define('WINDOWS', (substr(PHP_OS, 0, 3) == 'WIN')); +define('GO_PEAR_VER', '1.1.2'); + +define('WIN32GUI', !WEBINSTALLER && WINDOWS && $sapi_name=='cli' && which('cscript')); + +/* + * See bug #23069 + */ +if ( WEBINSTALLER && WINDOWS ) { + $php_sapi_name = win32DetectPHPSAPI(); + if($php_sapi_name=='cgi'){ + $msg = nl2br(" +Sorry! The PEAR installer actually does not work on Windows platform +using CGI and Apache. Please install the module SAPI (see +http://www.php.net/manual/en/install.apache.php for the instructions) or +use the CLI (cli\php.exe) in the console. +"); + displayHTML('error', $msg); + } +} + +if (WEBINSTALLER && isset($_GET['action']) && $_GET['action'] == 'img' && isset($_GET['img'])) { + switch ($_GET['img']) + { + case 'note': + case 'pearlogo': + case 'smallpear': + showImage($_GET['img']); + exit; + default: + exit; + }; +} + +// Check if PHP version is sufficient +if (function_exists("version_compare") && version_compare(phpversion(), "4.3.0",'<')) { + die("Sorry! Your PHP version is too old. PEAR and this script requires at +least PHP 4.3.0 for stable operation. + +It may be that you have a newer version of PHP installed in your web +server, but an older version installed as the 'php' command. In this +case, you need to rebuilt PHP from source. +If your source is 4.3.x or newer, just make sure you don't run +'configure' with --disable-cli, rebuilt and copy sapi/cli/php. + +Please upgrade PHP to a newer version, and try again. See you then. + +"); +} + +$gopear_bundle_dir = dirname(__FILE__).'/go-pear-bundle'; + +$bootstrap_files = array( + 'PEAR.php' => 'http://cvs.php.net/viewvc.cgi/pear-core/PEAR.php?view=co&pathrev=PEAR_1_4', + 'Archive/Tar.php' => 'http://cvs.php.net/viewvc.cgi/pear/Archive_Tar/Archive/Tar.php?view=co&pathrev=RELEASE_1_3_2', + 'Console/Getopt.php' => 'http://cvs.php.net/viewvc.cgi/pear-core/Console/Getopt.php?view=co&pathrev=PEAR_1_4', + ); + +$bootstrap_pkgs = array( // uses URL like http://pear.php.net/get/%s + 'PEAR', + 'Structures_Graph' +); + +$installer_packages = array( + 'PEAR', + 'Structures_Graph-stable', + 'Archive_Tar-stable', + 'Console_Getopt-stable', +); + +$pfc_packages = array( + 'PEAR_Frontend_Web-beta' => 'Webbased PEAR Installer', + 'PEAR_Frontend_Gtk2' => 'Graphical PEAR installer based on PHP-Gtk2', + 'MDB2' => 'database abstraction layer.', +); + +$config_desc = array( + 'prefix' => 'Installation prefix ($prefix)', + 'temp_dir' => 'Temporary files directory', + 'bin_dir' => 'Binaries directory', + 'php_dir' => 'PHP code directory ($php_dir)', + 'doc_dir' => 'Documentation base directory', + 'data_dir' => 'Data base directory', + 'test_dir' => 'Tests base directory', +); + +if(!WEBINSTALLER && WINDOWS){ + $config_desc['php_bin'] = 'php.exe path'; +} + +if (WEBINSTALLER) { + $config_desc['cache_dir'] = 'PEAR Installer cache directory'; + $config_desc['cache_ttl'] = 'Cache TimeToLive'; + $config_desc['webfrontend_file'] = 'Filename of WebFrontend'; + $config_desc['php_bin'] = "php.exe path, optional (CLI command tools)"; +} + +if (my_env('HTTP_PROXY')) { + $http_proxy = my_env('HTTP_PROXY'); +} elseif (my_env('http_proxy')) { + $http_proxy = my_env('http_proxy'); +} else { + $http_proxy = ''; +} + +register_shutdown_function('bail'); + +detect_install_dirs(); + +if (WEBINSTALLER) { + @session_start(); + + // If welcome, just welcome + if (!isset($_GET['step'])) { + $_GET['step'] = 'Welcome'; + /* clean up old sessions datas */ + session_destroy(); + } + if ($_GET['step'] == 'Welcome') { + displayHTML('Welcome'); + exit(); + } + + if (!isset($_SESSION['go-pear']) || isset($_GET['restart'])) { + $_SESSION['go-pear'] = array( + 'http_proxy' => $http_proxy, + 'config' => array( + 'prefix' => dirname(__FILE__), + 'bin_dir' => $bin_dir, + 'php_bin' => $php_bin, + 'php_dir' => '$prefix/PEAR', + 'doc_dir' => $doc_dir, + 'data_dir' => $data_dir, + 'test_dir' => $test_dir, + 'temp_dir' => '$prefix/temp', + 'cache_dir' => '$php_dir/cache', + 'cache_ttl' => 300, + 'webfrontend_file' => '$prefix/index.php', + ), + 'install_pfc' => true, + 'install_optional_packages' => array(), + 'DHTML' => true, + ); + } + + // save submited values + if ($_GET['step'] == 'install') { + $_SESSION['go-pear']['http_proxy'] = strip_magic_quotes($_POST['proxy']['host']).':'.strip_magic_quotes($_POST['proxy']['port']); + if ($_SESSION['go-pear']['http_proxy'] == ':') { + $_SESSION['go-pear']['http_proxy'] = ''; + }; + + $config_errors = array(); + foreach($_POST['config'] as $key => $value) { + $_POST['config'][$key] = strip_magic_quotes($value); + if ($key != 'cache_ttl' && $key != 'php_bin') { + if ( empty($_POST['config'][$key]) ) { + $config_errors[$key] = 'Please fill this path, you can use $prefix, $php_dir or a full path.'; + } + } + } + + if( sizeof($config_errors)>0){ + $_GET['step'] = 'config'; + } + + $_SESSION['go-pear']['config'] = $_POST['config']; + $_SESSION['go-pear']['install_pfc'] = (isset($_POST['install_pfc']) && $_POST['install_pfc'] == 'on'); + // webinstaller allows to choose pfc packages individually + foreach ($pfc_packages as $key => $value) { + $pos = array_search($key, $_SESSION['go-pear']['install_optional_packages']); + if (isset($_POST[$key]) && $_POST[$key] == 'on' && $pos === false) { + $_SESSION['go-pear']['install_optional_packages'][] = $key; + } + if (!isset($_POST[$key]) && $pos !== false) { + unset($_SESSION['go-pear']['install_optional_packages'][$pos]); + } + } + $_SESSION['go-pear']['DHTML'] = isset($_POST['BCmode']) ? false : true; + } + + // export session values + $http_proxy = $_SESSION['go-pear']['http_proxy']; + $GLOBALS['config_vars'] = array_keys($config_desc); + array_unshift($GLOBALS['config_vars'], ''); + unset($GLOBALS['config_vars'][0]); // make indices run from 1... + foreach($_SESSION['go-pear']['config'] as $var => $value) { + $$var = $value; + } + $install_pfc = $_SESSION['go-pear']['install_pfc']; + $install_optional_packages = $_SESSION['go-pear']['install_optional_packages']; + + if ($_GET['step'] == 'config') { + displayHTML('config'); + exit(); + } + // Anything past this step has something to do with the installation +} + +if (!WEBINSTALLER) { + $tty = WINDOWS ? @fopen('\con', 'r') : @fopen('/dev/tty', 'r'); + + if (!$tty) { + $tty = fopen('php://stdin', 'r'); + } + + $local = isset($_SERVER['argv'][1]) && $_SERVER['argv'][1] == 'local'; + if ($local) { + $local = " +Running in local install mode +"; + } elseif (WINDOWS) { + $local = " +Use 'php " . $_SERVER['argv'][0] . " local' to install a local copy of PEAR. +"; + } + print "Welcome to go-pear! + +Go-pear will install the 'pear' command and all the files needed by +it. This command is your tool for PEAR installation and maintenance. +$local +Go-pear also lets you download and install the following optional PEAR +packages: " . implode(', ', array_keys($pfc_packages)) . ". + + +If you wish to abort, press Control-C now, or press Enter to continue: "; + + fgets($tty, 1024); + + print "\n"; + + print "HTTP proxy (http://user:password@proxy.myhost.com:port), or Enter for none:"; + + if (!empty($http_proxy)) { + print " [$http_proxy]"; + } + print ": "; + $tmp = trim(fgets($tty, 1024)); + if (!empty($tmp)) { + $http_proxy = $tmp; + } +} + +$origpwd = getcwd(); + +$config_vars = array_keys($config_desc); + +// make indices run from 1... +array_unshift($config_vars, ""); +unset($config_vars[0]); +reset($config_vars); +$desclen = max(array_map('strlen', $config_desc)); +$descfmt = "%-{$desclen}s"; +$first = key($config_vars); +end($config_vars); +$last = key($config_vars); + +$progress = 0; + +/* + * Checks PHP SAPI version under windows/CLI + */ +if( WINDOWS && !WEBINSTALLER && $php_bin=='') { + print " +We do not find any php.exe, please select the php.exe folder (CLI is +recommanded, usually in c:\php\cli\php.exe) +"; + $php_bin_set = false; +} elseif ( WINDOWS && !WEBINSTALLER && strlen($php_bin) ) { + $php_bin_sapi = win32DetectPHPSAPI(); + $php_bin_set = true; + switch($php_bin_sapi){ + case 'cli': + break; + case 'cgi': + print " +*NOTICE* +We found php.exe under $php_bin, it uses a $php_bin_sapi SAPI. PEAR commandline +tool works well with it, if you have a CLI php.exe available, we +recommand to use it. +"; + break; + default: + print " +*WARNING* +We found php.exe under $php_bin, it uses an unknown SAPI. PEAR commandline +tool has not been tested with it, if you have a CLI (or CGI) php.exe available, +we strongly recommand to use it. + +"; + break; + } +} + +while (!WEBINSTALLER) { + print " +Below is a suggested file layout for your new PEAR installation. To +change individual locations, type the number in front of the +directory. Type 'all' to change all of them or simply press Enter to +accept these locations. + +"; + + foreach ($config_vars as $n => $var) { + printf("%2d. $descfmt : %s\n", $n, $config_desc[$var], $$var); + } + + print "\n$first-$last, 'all' or Enter to continue: "; + $tmp = trim(fgets($tty, 1024)); + if ( empty($tmp) ) { + if( WINDOWS && !$php_bin_set ){ + echo "**ERROR** +Please, enter the php.exe path. + +"; + } else { + break; + } + } + if (isset($config_vars[(int)$tmp])) { + $var = $config_vars[(int)$tmp]; + $desc = $config_desc[$var]; + $current = $$var; + + if(WIN32GUI){ + $tmp = win32BrowseForFolder("$desc [$current] :"); + } else { + print "$desc [$current] : "; + $tmp = trim(fgets($tty, 1024)); + } + + $old = $$var; + if(WINDOWS && $var=='php_bin' ){ + if(file_exists($tmp.DIRECTORY_SEPARATOR.'php.exe')){ + $tmp = $tmp.DIRECTORY_SEPARATOR.'php.exe'; + $php_bin_sapi = win32DetectPHPSAPI(); + if($php_bin_sapi=='cgi'){ + print " +****************************************************************************** +NOTICE! We found php.exe under $php_bin, it uses a $php_bin_sapi SAPI. +PEAR commandline tool works well with it. +If you have a CLI php.exe available, we recommand to use it. + +"; + } elseif ($php_bin_sapi=='unknown') { + print " +****************************************************************************** +WARNING! We found php.exe under $php_bin, it uses an $php_bin_sapi SAPI. +PEAR commandline tool has not been tested with it. +If you have a CLI (or CGI) php.exe available, we strongly recommand to use it. + +"; + } + echo "php.exe (sapi: $php_bin_sapi) found.\n\n"; + $php_bin_set = true; + } else { + echo "**ERROR**: no php.exe found in this folder.\n"; + $tmp=''; + } + } + + if (!empty($tmp) ) { + $$var = parse_dirname($tmp); + } + } elseif ($tmp == 'all') { + foreach ($config_vars as $n => $var) { + $desc = $config_desc[$var]; + $current = $$var; + print "$desc [$current] : "; + $tmp = trim(fgets($tty, 1024)); + if (!empty($tmp)) { + $$var = $tmp; + } + } + } +} + +#### +# Installation stuff +#### + +// expand all subvars in the config vars +foreach ($config_vars as $n => $var) { + for ($m = 1; $m <= count($config_vars); $m++) { + $var2 = $config_vars[$m]; + $$var = str_replace('$'.$var2, $$var2, $$var); + } + $$var = parse_dirname($$var); +} + + // temp dir stuff (separate for windows bugs) + if (!empty($temp_dir)) { + $_found = temp_dir($temp_dir); + } else { + $_found = temp_dir(); + } + if (!$_found) { + if (!WEBINSTALLER) { + print " + +****************************************************************************** +FATAL ERROR! We cannot initialize the temp directory. Please be sure to give +full write access to this directory and the install directory. + +"; + if (!empty($temp_dir)) { + print "'$temp_dir' was given."; + } + exit(); + + } else { // WEBINSTALLER + if (!is_dir($temp_dir)) { + $config_errors['temp_dir'] = 'FATAL ERROR! This directory does not exist and we can not create it. Create the directory manually or make sure we have full permission in its parent directory.'; + if (!WINDOWS) { + $config_errors['temp_dir'] .= '

You can grant this permission by logging on to the server and issuing the following command:
+mkdir '.dirname($temp_dir).' && chmod 0777 '.dirname($temp_dir).'

'; + } + } else { // is_dir(temp_dir) + $config_errors['temp_dir'] = 'FATAL ERROR! This directory exists, but we have no write permission in it.'; + if (!WINDOWS) { + $config_errors['temp_dir'] .= '

You can grant this permission by logging on to the server and issuing the following command:
+chmod 0777 '.$temp_dir.'

'; + } + } + } + } + if (@is_dir($ptmp)) { + chdir($ptmp); + } + + // check every dir, existence and permissions + foreach ($config_vars as $var) { + if (!preg_match('/_dir$/', $var) || $var == 'temp_dir') { + continue; + } + + $dir = $$var; + if (!@is_dir($dir)) { + if (!mkdir_p($dir)) { + if (!WEBINSTALLER) { + $root = WINDOWS ? 'administrator' : 'root'; + bail("Unable to create {$config_desc[$var]} $dir. +Run this script as $root or pick another location.\n"); + } else { // WEBINSTALLER + $config_errors[$var] = 'ERROR! This directory does not exist and we can not create it. Create the directory manually or make sure we have full permission in its parent directory.'; + if (!WINDOWS) { + $config_errors[$var] .= '

You can grant this permission by logging on to the server and issuing the following command:
+mkdir '.dirname($dir).' && chmod 0777 '.dirname($dir).'

'; + } + } + } + } + if (WEBINSTALLER && @is_dir($dir) && !is_writable($dir)) { + $config_errors[$var] = 'ERROR! This directory exists, but we have no write permission in it.'; + if (!WINDOWS) { + $config_errors[$var] .= '

You can grant this permission by logging on to the server and issuing the following command:
+chmod 0777 '.$dir.'

'; + } + } + } + + // check every file, existence and permissions + foreach ($config_vars as $var) { + if (!preg_match('/_file$/', $var)) { + continue; + } + + $file = $$var; + $dir = dirname($file); + if (!file_exists($file) && !is_writable($dir)) { + if (!WEBINSTALLER) { + $root = WINDOWS ? 'administrator' : 'root'; + bail("Unable to create {$config_desc[$var]} $file. +Run this script as $root or pick another location.\n"); + } else { // WEBINSTALLER + $config_errors[$var] = 'ERROR! This file does not exist and we can not create it. Make sure we have full permission in its parent directory.'; + if (!WINDOWS) { + $config_errors[$var] .= '

You can grant this permission by logging on to the server and issuing the following command:
+chmod 0777 '.$dir.'

'; + } + } + } elseif (WEBINSTALLER && file_exists($file) && !is_writable($file)) { + $config_errors[$var] = 'ERROR! This file exists, but we have no write permission on it.'; + if (!WINDOWS) { + $config_errors[$var] .= '

You can grant this permission by logging on to the server and issuing the following command:
+chmod 0777 '.$file.'

'; + } + } + } + +if (WEBINSTALLER) { + if ( isset($config_errors) && sizeof($config_errors) ) { + displayHTML('config'); + exit(); + } else { + if (isset($_SESSION['go-pear']['DHTML']) && $_SESSION['go-pear']['DHTML'] == true && $_GET['step'] == 'install') { + $_GET['step'] = 'preinstall'; + } + if ($_GET['step'] != 'install' && $_GET['step'] != 'install-progress') { + displayHTML($_GET['step']); + exit; + } + if ($_GET['step'] == 'install-progress') { + displayHTMLHeader(); + echo "Starting installation ...
"; + } + ob_start(); + } +} + +if (!WEBINSTALLER) { + $msg = "The following PEAR packages are bundled with PHP: " . + implode(', ', array_keys($pfc_packages)); + print "\n" . wordwrap($msg, 75) . ".\n"; + print "Would you like to install these as well? [Y/n] : "; + $install_pfc = !stristr(fgets($tty, 1024), "n"); + $install_optional_packages = array(); + print "\n"; +} + +#### +# Download +#### + +if (function_exists('set_include_path')) { + set_include_path($ptmp); +} else { + ini_set('include_path', $ptmp); +} + +if (!extension_loaded('zlib') && !WEBINSTALLER) { // In Web context we could be in multithread env which makes dl() end up with a fatal error. + if (WINDOWS) { + @dl('php_zlib.dll'); + } elseif (PHP_OS == 'HP-UX') { + @dl('zlib.sl'); + } elseif (PHP_OS == 'AIX') { + @dl('zlib.a'); + } else { + @dl('zlib.so'); + } +} +if (!extension_loaded('zlib')) { + $urltemplate = 'http://pear.php.net/get/%s?uncompress=yes'; + $have_gzip = null; +} else { + $urltemplate = 'http://pear.php.net/get/%s'; + $have_gzip = true; +} + +print "Loading zlib: ".($have_gzip ? 'ok' : 'failed')."\n"; + +if (!$have_gzip) { + print "Downloading uncompressed packages\n"; +}; + +if ($install_pfc) { + $to_install = array_merge($installer_packages, array_keys($pfc_packages)); +} else { + $to_install = $installer_packages; + + // webinstaller allows to choose pfc packages individually + foreach ($pfc_packages as $pkg => $desc) { + if (in_array($pkg, $install_optional_packages)) { + array_push($to_install, $pkg); + } + } +} + +// gopear_bundle usage +$local_dir = array(); +if (file_exists($gopear_bundle_dir) || is_dir($gopear_bundle_dir)) { + $dh = @opendir($gopear_bundle_dir); + + while($file = @readdir($dh)) { + if ($file == '.' || $file == '..' || !is_file($gopear_bundle_dir.'/'.$file)) { + continue; + } + $_pos = strpos($file, '-'); + if ($_pos === false) { + $local_dir[$file] = $file; + } else { + $local_dir[substr($file, 0, $_pos)] = $file; + } + } + closedir($dh); + unset($dh, $file, $_pos); +} + +print "\n".'Bootstrapping Installer...................'."\n"; +displayHTMLProgress($progress = 5); + +// Bootstrap needed ? +$nobootstrap = false; +if (is_dir($php_dir)) { + $nobootstrap = true; + foreach ($bootstrap_files as $file => $url) { + $nobootstrap &= is_file($php_dir.'/'.$file); + } +} + +if ($nobootstrap) { + print('Using previously install ... '); + if (function_exists('set_include_path')) { + set_include_path($php_dir); + } else { + ini_set('include_path', $php_dir); + } + include_once 'PEAR.php'; + print "ok\n"; +} else { + foreach($bootstrap_files as $name => $url) { + $file = basename($name); + $dir = dirname($name); + + print 'Bootstrapping '.$name.'............'; + displayHTMLProgress($progress += round(14 / count($bootstrap_files))); + if ($dir != '' && $dir != '.') { + mkdir($dir, 0700); + } + + if (in_array($file, $local_dir)) { + copy($gopear_bundle_dir.'/'.$file, $name); + echo '(local) '; + } else { + download_url($url, $name, $http_proxy); + echo '(remote) '; + } + include_once $name; + print "ok\n"; + } +} +unset($nobootstrap, $file, $url, $name, $dir); + +PEAR::setErrorHandling(PEAR_ERROR_DIE, "\n%s\n"); +print "\n".'Extracting installer..................'."\n"; +displayHTMLProgress($progress = 20); + +// Extract needed ? +$noextract = false; +if (is_dir($php_dir)) { + $noextract = @include_once 'PEAR/Registry.php'; + + if ($noextract) { + $registry = new PEAR_Registry($php_dir); + foreach ($bootstrap_pkgs as $pkg) { + $noextract &= $registry->packageExists($pkg); + } + } +} + +if ($noextract) { + print('Using previously installed installer ... '); + print "ok\n"; +} else { + $bootstrap_pkgs_tarballs = array(); + foreach ($bootstrap_pkgs as $pkg) { + $tarball = null; + if (isset($local_dir[$pkg])) { + echo str_pad("Using local package: $pkg", max(38,21+strlen($pkg)+4), '.'); + copy($gopear_bundle_dir.'/'.$local_dir[$pkg], $local_dir[$pkg]); + $tarball = $local_dir[$pkg]; + } else { + print str_pad("Downloading package: $pkg", max(38,21+strlen($pkg)+4), '.'); + $url = sprintf($urltemplate, $pkg); + $pkg = str_replace('-stable', '', $pkg); + $tarball = download_url($url, null, $http_proxy); + } + displayHTMLProgress($progress += round(19 / count($bootstrap_pkgs))); + + $fullpkg = substr($tarball, 0, strrpos($tarball, '.')); + $tar = &new Archive_Tar($tarball, $have_gzip); + if (!$tar->extractModify($ptmp, $fullpkg)) { + bail("Extraction for $fullpkg failed!\n"); + } + $bootstrap_pkgs_tarballs[$pkg] = $tarball; + print "ok\n"; + } +} +unset($noextract, $registry, $pkg, $tarball, $url, $fullpkg, $tar); + + +print "\n".'Preparing installer..................'."\n"; +displayHTMLProgress($progress = 40); + +// Default for sig_bin +putenv('PHP_PEAR_SIG_BIN=""'); +// Default for sig_keydir +putenv('PHP_PEAR_SIG_KEYDIR=""'); +putenv('PHP_PEAR_DOWNLOAD_DIR=' . $temp_dir . '/download'); +putenv('PHP_PEAR_TEMP_DIR=' . $temp_dir); + +include_once "PEAR/Config.php"; +include_once "PEAR/Command.php"; +include_once "PEAR/Registry.php"; + +if (WEBINSTALLER || isset($_SERVER['argv'][1]) && $_SERVER['argv'][1] == 'local') { + $config = &PEAR_Config::singleton($prefix."/pear.conf", ''); +} else { + $config = &PEAR_Config::singleton(); +} + + +$config->set('preferred_state', 'stable'); +foreach ($config_vars as $var) { + if (isset($$var) && $$var != '') { + $config->set($var, $$var); + } +} +$config->set('download_dir', $temp_dir . '/download'); +$config->set('temp_dir', $temp_dir); +$config->set('http_proxy', $http_proxy); +$config->store(); + +$registry = new PEAR_Registry($php_dir); +PEAR_Command::setFrontendType('CLI'); + +PEAR::staticPushErrorHandling(PEAR_ERROR_DIE); //fail silently +$ch_cmd = &PEAR_Command::factory('update-channels', $config); +$ch_cmd->run('update-channels', $options, array()); +PEAR::staticPopErrorHandling(); // reset error handling +unset($ch_cmd); + + +print "\n".'Installing selected packages..................'."\n"; +displayHTMLProgress($progress = 45); + +$install = &PEAR_Command::factory('install', $config); +foreach ($to_install as $pkg) { + $pkg_basename = substr($pkg, 0, strpos($pkg, '-')); + + if (in_array($pkg, $installer_packages)) { + $options = array('nodeps' => true); + } else { + $options = array('onlyreqdeps' => true); + } + if ($registry->packageExists($pkg) || $registry->packageExists($pkg_basename)) { + print(str_pad("Package: $pkg", max(50,9+strlen($pkg)+4), '.').' already installed ... ok'."\n"); + displayHTMLProgress($progress += round(50 / count($to_install))); + continue; + } + + $pkg_basename = substr($pkg, 0, strpos($pkg, '-')); + if (in_array($pkg_basename, $bootstrap_pkgs)) { + print(str_pad("Installing bootstrap package: $pkg_basename", max(50,30+strlen($pkg_basename)+4), '.')."..."); + displayHTMLProgress($progress += round(25 / count($to_install))); + $install->run('install', $options, array($bootstrap_pkgs_tarballs[$pkg_basename])); + } elseif (isset($local_dir[$pkg_basename])) { + print(str_pad("Installing local package: $pkg", max(50,26+strlen($pkg)+4), '.')."..."); + displayHTMLProgress($progress += round(25 / count($to_install))); + $install->run('install', $options, array($gopear_bundle_dir.'/'.$local_dir[$pkg_basename])); + } else { // no local copy + print(str_pad("Downloading and installing package: $pkg", max(50,36+strlen($pkg)+4), '.')."..."); + displayHTMLProgress($progress += round(25 / count($to_install))); + $install->run('install', $options, array($pkg)); + } + displayHTMLProgress($progress += round(25 / count($to_install))); +} +unset($pkg, $pkg_basename, $options, $bootstrap_pkgs_tarballs); + +/* TODO: Memory exhaustion in webinstaller : / (8Mb) +print "\n".'Making sure every package is at the latest version........'; +$install->run('upgrade-all', array('soft' => true), array()); +print "ok\n"; +*/ +unset($config, $registry, $install); +displayHTMLProgress($progress = 99); + + +// Base installation finished + +ini_restore("include_path"); + +if (!WEBINSTALLER) { + $sep = WINDOWS ? ';' : ':'; + $include_path = explode($sep, ini_get('include_path')); + if (WINDOWS) { + $found = false; + $t = strtolower($php_dir); + foreach($include_path as $path) { + if ($t==strtolower($path)) { + $found = true; + break; + } + } + } else { + $found = in_array($php_dir, $include_path); + } + if (!$found) { + print " +****************************************************************************** +WARNING! The include_path defined in the currently used php.ini does not +contain the PEAR PHP directory you just specified: +<$php_dir> +If the specified directory is also not in the include_path used by +your scripts, you will have problems getting any PEAR packages working. +"; + + if ( $php_ini = getPhpiniPath() ) { + print "\n\nWould you like to alter php.ini <$php_ini>? [Y/n] : "; + $alter_phpini = !stristr(fgets($tty, 1024), "n"); + if( $alter_phpini ) { + alterPhpIni($php_ini); + } else { + if (WINDOWS) { + print " +Please look over your php.ini file to make sure +$php_dir is in your include_path."; + } else { + print " +I will add a workaround for this in the 'pear' command to make sure +the installer works, but please look over your php.ini or Apache +configuration to make sure $php_dir is in your include_path. +"; + } + + } + } + + print " +Current include path : ".ini_get('include_path')." +Configured directory : $php_dir +Currently used php.ini (guess) : $php_ini +"; + + print "Press Enter to continue: "; + fgets($tty, 1024); + } + + $pear_cmd = $bin_dir . DIRECTORY_SEPARATOR . 'pear'; + $pear_cmd = WINDOWS ? strtolower($pear_cmd).'.bat' : $pear_cmd; + + // check that the installed pear and the one in tha path are the same (if any) + $pear_old = which(WINDOWS ? 'pear.bat' : 'pear', $bin_dir); + if ($pear_old && ($pear_old != $pear_cmd)) { + // check if it is a link or symlink + $islink = WINDOWS ? false : is_link($pear_old) ; + if ($islink && readlink($pear_old) != $pear_cmd) { + print "\n** WARNING! The link $pear_old does not point to the " . + "installed $pear_cmd\n"; + } elseif (is_writable($pear_old) && !is_dir($pear_old)) { + rename($pear_old, "{$pear_old}_old"); + print "\n** WARNING! Backed up old pear to {$pear_old}_old\n"; + } else { + print "\n** WARNING! Old version found at $pear_old, please remove it or ". + "be sure to use the new $pear_cmd command\n"; + } + } + + print "\nThe 'pear' command is now at your service at $pear_cmd\n"; + + // Alert the user if the pear cmd is not in PATH + $old_dir = $pear_old ? dirname($pear_old) : false; + if (!which('pear', $old_dir)) { + print " +** The 'pear' command is not currently in your PATH, so you need to +** use '$pear_cmd' until you have added +** '$bin_dir' to your PATH environment variable. + +"; + + print "Run it without parameters to see the available actions, try 'pear list' +to see what packages are installed, or 'pear help' for help. + +For more information about PEAR, see: + + http://pear.php.net/faq.php + http://pear.php.net/manual/ + +Thanks for using go-pear! + +"; + } +} + +if (WEBINSTALLER) { + print "\n".'Writing WebFrontend file ... '; + @unlink($webfrontend_file); //Delete old one + copy ( $doc_dir.DIRECTORY_SEPARATOR. + 'PEAR_Frontend_Web'.DIRECTORY_SEPARATOR. + 'docs'.DIRECTORY_SEPARATOR. + 'index.php.txt', + $webfrontend_file + ); + print "ok\n"; + + if ($_GET['step'] == 'install-progress') { + displayHTMLProgress($progress = 100); + ob_end_clean(); + displayHTMLInstallationSummary(); + displayHTMLFooter(); + } else { + $out = ob_get_contents(); + + $out = explode("\n", $out); + foreach($out as $line => $value) { + if (preg_match('/ok$/', $value)) { + $value = preg_replace('/(ok)$/', '\1', $value); + }; + if (preg_match('/^install ok:/', $value)) { + $value = preg_replace('/^(install ok:)/', '\1', $value); + }; + if (preg_match('/^Warning:/', $value)) { + $value = ''.$value.''; + }; + $out[$line] = $value; + }; + $out = nl2br(implode("\n",$out)); + ob_end_clean(); + + displayHTML('install', $out); + } + // Little hack, this will be fixed in PEAR later + if ( WINDOWS ) { + clearstatcache(); + @unlink($bin_dir.DIRECTORY_SEPARATOR.'.tmppear'); + } + exit; +} + +// Little hack, this will be fixed in PEAR later +if ( WINDOWS ) { + clearstatcache(); + @unlink($bin_dir.DIRECTORY_SEPARATOR.'.tmppear'); +} + +if (WINDOWS && !WEBINSTALLER) { + win32CreateRegEnv(); +} +// Set of functions following +/** + * Parse the given dirname + * eg. expands '~' etc + * + * @param string $dir directory, from input + * @return string parsed directory + */ +function parse_dirname($dir) +{ + if (!isset($_ENV['HOME'])) { + if (strpos($dir, '~') === 0) { + if (WEBINSTALLER) { + die('

Can\'t use the \'~\' symbol for homedir substitution, write the directory out in full.

'); + } else { + die('Can\'t use the \'~\' symbol for homedir substitution, write the directory out in full.'); + } + } + return $dir; + } + + $home_root = $_ENV['HOME']; + // first strip last slash, if available + if (substr($home_root, -1) == DIRECTORY_SEPARATOR) { + $home_root = substr($home_root, 0, -1); + } + if (strpos($dir, '~/') === 0) { + // eg ~/ = /home/tias/ + $dir = substr_replace($dir, $home_root, 0, 1); + } elseif (strpos($dir, '~') === 0) { + // eg ~tias/ = /home/tias/ + // then delete user-dir + $home_root = dirname($home_root) . DIRECTORY_SEPARATOR; + $dir = substr_replace($dir, $home_root, 0, 1); + } + + return $dir; +} + + +// {{{ download_url() + +function download_url($url, $destfile = null, $proxy = null) +{ + $use_suggested_filename = ($destfile === null); + if ($use_suggested_filename) { + $destfile = basename($url); + } + $tmp = parse_url($url); + if (empty($tmp['port'])) { + $tmp['port'] = 80; + } + if (empty($proxy)) { + $fp = fsockopen($tmp['host'], $tmp['port'], $errno, $errstr); + //print "\nconnecting to $tmp[host]:$tmp[port]\n"; + } else { + $tmp_proxy = parse_url($proxy); + $phost = $tmp_proxy['host']; + $pport = $tmp_proxy['port']; + $fp = fsockopen($phost, $pport, $errno, $errstr); + //print "\nconnecting to $phost:$pport\n"; + } + if (!$fp) { + bail("download of $url failed: $errstr ($errno)\n"); + // If valid URL but error, no CURL extentions installed + } + if (empty($proxy)) { + $path = $tmp['path']; + } else { + $path = "http://$tmp[host]:$tmp[port]$tmp[path]"; + } + if (isset($tmp['query'])) { + $path .= "?$tmp[query]"; + } + if (isset($tmp['fragment'])) { + $path .= "#$tmp[fragment]"; + } + $request = "GET $path HTTP/1.0\r\nHost: $tmp[host]:$tmp[port]\r\n". + "User-Agent: go-pear\r\n"; + + if (!empty($proxy) && $tmp_proxy['user'] != '') { + $request .= 'Proxy-Authorization: Basic ' . + base64_encode($tmp_proxy['user'] . ':' . $tmp_proxy['pass']) . "\r\n"; + } + $request .= "\r\n"; + fwrite($fp, $request); + $cdh = "content-disposition:"; + $cdhl = strlen($cdh); + $content_length = 0; + while ($line = fgets($fp, 2048)) { + if (trim($line) == '') { + break; + } + if (preg_match('/^Content-Length: (.*)$/i', $line, $matches)) { + $content_length = trim($matches[1]); + } + if ($use_suggested_filename && !strncasecmp($line, $cdh, $cdhl)) { + if (eregi('filename="([^"]+)"', $line, $matches)) { + $destfile = basename($matches[1]); + } + } + } + + displayHTMLSetDownload($destfile); + $wp = fopen($destfile, "wb"); + if (!$wp) { + bail("could not open $destfile for writing\n"); + } + $bytes_read = 0; + $progress = 0; + while ($data = fread($fp, 2048)) { + fwrite($wp, $data); + $bytes_read += strlen($data); + if ($content_length != 0 && floor($bytes_read * 10 / $content_length) != $progress) { + $progress = floor($bytes_read * 10 / $content_length); + displayHTMLDownloadProgress($progress * 10); + }; + } + displayHTMLDownloadProgress(100); + fclose($fp); + fclose($wp); + + displayHTMLSetDownload(''); + return $destfile; +} + +// }}} +// {{{ which() + +function which($program, $dont_search_in = false) +{ + if (WINDOWS) { + if ($_path=my_env('Path')) { + $dirs = explode(';', $_path); + } else { + $dirs = explode(';', my_env('PATH')); + } + foreach ($dirs as $i => $dir) { + $dirs[$i] = strtolower(realpath($dir)); + } + if ($dont_search_in) { + $dont_search_in = strtolower(realpath($dont_search_in)); + } + if ($dont_search_in && + ($key = array_search($dont_search_in, $dirs)) !== false) + { + unset($dirs[$key]); + } + + foreach ($dirs as $dir) { + $dir = str_replace('\\\\', '\\', $dir); + if (!strlen($dir)) { + continue; + } + if ($dir{strlen($dir) - 1} != '\\') { + $dir .= '\\'; + } + $tmp = $dir . $program; + $info = pathinfo($tmp); + if (in_array(strtolower($info['extension']), + array('exe', 'com', 'bat', 'cmd'))) { + if (file_exists($tmp)) { + return strtolower($tmp); + } + } elseif (file_exists($ret = $tmp . '.exe') || + file_exists($ret = $tmp . '.com') || + file_exists($ret = $tmp . '.bat') || + file_exists($ret = $tmp . '.cmd')) { + return strtolower($ret); + } + } + } else { + $dirs = explode(':', my_env('PATH')); + if ($dont_search_in && + ($key = array_search($dont_search_in, $dirs)) !== false) + { + unset($dirs[$key]); + } + foreach ($dirs as $dir) { + if (is_executable("$dir/$program")) { + return "$dir/$program"; + } + } + } + return false; +} + +// }}} +// {{{ bail() + +function bail($msg = '') +{ + global $ptmp, $origpwd; + if ($ptmp && is_dir($ptmp)) { + chdir($origpwd); + rm_rf($ptmp); + } + if ($msg && WEBINSTALLER) { + $msg = @ob_get_contents() ."\n\n". $msg; + @ob_end_clean(); + displayHTML('error', $msg); + exit; + }; + if ($msg && !WEBINSTALLER) { + die($msg); + } +} + +// }}} +// {{{ mkdir_p() + +function mkdir_p($dir, $mode = 0777) +{ + if (@is_dir($dir)) { + return true; + } + + $parent = dirname($dir); + $ok = true; + if (!@is_dir($parent) && $parent != $dir) { + $ok = mkdir_p(dirname($dir), $mode); + } + if ($ok) { + $ok = @mkdir($dir, $mode); + // This is handled in the caller function (eg. webfrontend or not) + //if (!$ok) { + // print "mkdir failed: <$dir>\n"; + //} + } + return $ok; +} + +// }}} +// {{{ rm_rf() + +function rm_rf($path) +{ + if (@is_dir($path) && is_writable($path)) { + $dp = opendir($path); + while ($ent = readdir($dp)) { + if ($ent == '.' || $ent == '..') { + continue; + } + $file = $path . DIRECTORY_SEPARATOR . $ent; + if (@is_dir($file)) { + rm_rf($file); + } elseif (is_writable($file)) { + unlink($file); + } else { + echo $file . "is not writable and cannot be removed. +Please fix the permission or select a new path.\n"; + } + } + closedir($dp); + return rmdir($path); + } else { + return @unlink($path); + } +} + +// }}} +// {{{ tmpdir() +/* + * Fixes for winXP/wrong tmp set by Urs Gehrig (urs@circle.ch) + */ +function temp_dir($default=false) +{ + global $ptmp, $prefix; + + if ($default) { + if (!@is_dir($default)) { + if (!mkdir_p($default)) { + return false; + } + } + + /* try it really, is_writable is buggy with openbasedir */ + $fh = @fopen(realpath($default) . "/test","wb"); + if ($fh) { + // desparately try to set temp dir any possible way, see bug #13167 + $ptmp = $_temp = $temp_dir = $default; + putenv('TMPDIR='.$default); + return true; + } else { + return false; + } + } + + $_temp = false; + if (WINDOWS){ + if ( my_env('TEMP') ) { + $_temp = my_env('TEMP'); + } elseif ( my_env('TMP') ) { + $_temp = my_env('TMP'); + } elseif ( my_env('windir') ) { + $_temp = my_env('windir') . '\temp'; + } elseif ( my_env('SystemRoot') ) { + $_temp = my_env('SystemRoot') . '\temp'; + } + + // handle ugly ENV var like \Temp instead of c:\Temp + $dirs = explode("\\", realpath($_temp)); + if(strpos($_temp, ":") != 1) { + unset($_temp); + $_dirs = array(); + foreach($dirs as $val) { + if((boolean)$val ) { + $_dirs[] = str_replace("/", "", $val); + } + } + unset($dirs); + $dirs = $_dirs; + array_unshift ($dirs, "c:" ); + $_temp = $dirs[0]; + for($i = 1;$i < count($dirs);$i++) { + $_temp .= "//" . $dirs[$i]; + } + } + $ptmp = $_temp; + } else { + $_temp = my_env('TMPDIR'); + if (!$_temp) { + if (is_writable('/tmp')) { + $_temp = '/tmp'; + } + } + } + + // If for some reason the user has no rights to access to + // the standard tempdir, we assume that he has the right + // to access his prefix and choose $prefix/tmp as tempdir + if (!$_temp || !is_writable($_temp)) { + print "System's Tempdir failed, trying to use \$prefix/tmp ..."; + $res = mkdir_p($prefix.'/tmp'); + if (!$res) { + bail('mkdir '.$prefix.'/tmp'.' ... failed'); + } + + $ptmp = $prefix . '/tmp'; + $_temp = tempnam($prefix.'/tmp', 'gope'); + + rm_rf($_temp); + mkdir_p($_temp, 0700); + $ok = @chdir($ptmp); + + if (!$ok) { // This should not happen, really ;) + bail('chdir '.$ptmp.' ... failed'); + } + + print "ok\n"; + + // Adjust TEMPDIR envvars + if (!isset($_ENV)) { + $_ENV = array(); + } + $_ENV['TMPDIR'] = $_ENV['TEMP'] = $prefix.'/tmp'; + } else { + $_temp = tempnam($_temp.'/tmp', 'gope'); + } + $temp_dir = $ptmp = $_temp; + return true; +} + +// }}} +// {{{ my_env() +/* +(cox) In my system PHP 4.2.1 (both cgi & cli) $_ENV is empty + but getenv() does work fine +*/ +function my_env($var) +{ + if (is_array($_ENV) && isset($_ENV[$var])) { + return $_ENV[$var]; + } + return getenv($var); +} + +// }}} +// {{{ detect_install_dirs() + +function detect_install_dirs($_prefix = null) { + global $temp_dir, $prefix, $bin_dir, $php_dir, $php_bin, $doc_dir, $data_dir, $test_dir; + if (WINDOWS) { + if ($_prefix === null) { + $prefix = getcwd(); + } else { + $prefix = $_prefix; + } + + if (!@is_dir($prefix)) { + if (@is_dir('c:\php5')) { + $prefix = 'c:\php5'; + } elseif (@is_dir('c:\php4')) { + $prefix = 'c:\php4'; + } elseif (@is_dir('c:\php')) { + $prefix = 'c:\php'; + } + } + + $bin_dir = '$prefix'; + $php_dir = '$prefix\pear'; + $doc_dir = '$php_dir\docs'; + $data_dir = '$php_dir\data'; + $test_dir = '$php_dir\tests'; + $temp_dir = '$prefix\temp'; + + /* + * Detects php.exe + */ + if( $t=getenv('PHP_PEAR_PHP_BIN') ){ + $php_bin = $t; + } elseif ($t=getenv('PHP_BIN') ) { + $php_bin = $t; + } elseif ( $t=which('php') ) { + $php_bin = $t; + } elseif ( is_file($prefix.'\cli\php.exe') ) { + $php_bin = $prefix.'\cli\php.exe'; + } elseif ( is_file($prefix.'\php.exe') ) { + $php_bin = $prefix.'\php.exe'; + } + if( $php_bin && !is_file($php_bin) ){ + $php_bin = ''; + } else { + if(!ereg(":",$php_bin)){ + $php_bin = getcwd().DIRECTORY_SEPARATOR.$php_bin; + } + } + if (!is_file($php_bin)) { + if (is_file('c:/php/cli/php.exe')) { + $php_bin = 'c:/php/cli/php.exe'; + } elseif (is_file('c:/php5/php.exe')) { + $php_bin = 'c:/php5/php.exe'; + } elseif (is_file('c:/php4/cli/php.exe')) { + $php_bin = 'c:/php4/cli/php.exe'; + } + } + } else { + if ($_prefix === null) { + #$prefix = dirname(PHP_BINDIR); + $prefix = dirname(__FILE__); + } else { + $prefix = $_prefix; + } + $bin_dir = '$prefix/bin'; + #$php_dir = '$prefix/share/pear'; + $php_dir = '$prefix/PEAR'; + $doc_dir = '$php_dir/docs'; + $data_dir = '$php_dir/data'; + $test_dir = '$php_dir/tests'; + $temp_dir = '$prefix/temp'; + + // check if the user has installed PHP with PHP or GNU layout + if (@is_dir("$prefix/lib/php/.registry")) { + $php_dir = '$prefix/lib/php'; + } elseif (@is_dir("$prefix/share/pear/lib/.registry")) { + $php_dir = '$prefix/share/pear/lib'; + $doc_dir = '$prefix/share/pear/docs'; + $data_dir = '$prefix/share/pear/data'; + $test_dir = '$prefix/share/pear/tests'; + } elseif (@is_dir("$prefix/share/php/.registry")) { + $php_dir = '$prefix/share/php'; + } + } +} + +// }}} +// {{{ displayHTMLHeader + +function displayHTMLHeader() +{ +?> + + + + PEAR :: Installer :: Go-PEAR + + + + + + + + + + + + + + + + + + + + + +
+ PEAR + +   + + Go-PEAR Installer +
+ Version  
+
+ + + + + + + + + +
+ + + + +
+


+ 'Welcome to Go-PEAR', + 'config' => 'Configuration', + 'preinstall' => 'Installation', + 'install' => 'Completed'); + $after_current = false; + + // Menu robustness (a bit low, but better then never) + if ($page == 'error') { + $_GET['last'] = $_GET['step']; + $after_current = true; + } elseif (!array_key_exists($page, $menus)) { + $page = 'Welcome'; + } + + foreach ($menus as $menu => $descr) { + print(''); + + if (!$after_current) { + $class = ''; + if ($page == $menu) { + $class = 'green'; + } + if (!isSet($_GET['last'])) { $_GET['last'] = $page; } + print(''.$descr.'
'); + + if ($_GET['last'] == $menu) { + $after_current = true; + } + } else { + print(''.$descr.'
'); + } + } + ?> + +

+
+ + + + +
+ + + + + + +
+ + + Error
+
+\1', $value); + } + if (preg_match('/failed$/', $value)) { + $value = preg_replace('/(failed)$/', '\1', $value); + } + if (preg_match('/^install ok:/', $value)) { + $value = preg_replace('/^(install ok:)/', '\1', $value); + } + if (preg_match('/^Warning:/', $value)) { + $value = ''.$value.''; + } + + echo nl2br($value); + } elseif ($page == 'Welcome') { +?> + Welcome to go-pear !
+

+ Go-pear will install Pear, its Web Frontend and all the needed files. This
+ frontend is your tool for PEAR installation and maintenance. +

+

+ Go-pear also lets you download and install the following optional PEAR
+ packages: . +

+ + Next >> + +
+ + Packages +

+ The following PEAR packages will be installed. You can select some optional
+ packages to be installed by go-pear too:
+

+ + + + + + + + '); + unset($GLOBALS['pfc_packages'][$frontend]); + + foreach ($GLOBALS['pfc_packages'] as $var => $descr) { + $checked = ''; + if (in_array($var, $GLOBALS['install_optional_packages'])) { $checked = ' checked'; } + printf('', + $var, + $checked, + $var, + $descr); + } + ?> +
 PackageDescription
(required)PEAR corePEAR Base System
(required)'.$frontend.''.$GLOBALS['pfc_packages'][$frontend].'
%s%s
+
+ + + Configuration +

+ Below is a suggested file layout for your new PEAR installation. +

+ + + + + $var) { + $error_class = ''; + if (is_array($GLOBALS['config_errors']) && array_key_exists($var, $GLOBALS['config_errors'])) { + // www_error for this var + $error_class = ' class="red"'; + } + + printf('', + $n, + $GLOBALS['config_desc'][$var], + $var, + $_SESSION['go-pear']['config'][$var], + $error_class); + + // prefix dir, check perm (uses GLOBALS: resolved subvars) + if ($n == 1 && is_dir($GLOBALS[$var]) && !is_writable($GLOBALS[$var])) { + $error = 'WARNING! No permission to create subdirectories in this prefix dir. Unless you fix this, the default configuration will not work.'; + if (!WINDOWS) { + $error .= '

You can grant this permission by logging on to the server and issuing the following command:
+chmod 0777 '.$GLOBALS[$var].'

'; + } + print(''); + } + + + if (is_array($GLOBALS['config_errors']) && array_key_exists($var, $GLOBALS['config_errors'])) { + // www_error for this var + print(''); + } + } +?> +
%d. %s
'.$error.'
'.$GLOBALS['config_errors'][$var].'
+

+
+ + + Optional: + +
    +

    +

  • HTTP proxy (host:port) + : +

    + +

    +

  • Compatibility-Mode for old non-DOM Browsers + +

    +
+ + +

+ + + + + +
+ + Warning: Your PHP version (4.1.1) might be imcompatible with go-pear due to a bug
+ in your PHP binary. If the installation crashes you might want to update your PHP version.
+
+
+

+ +
+ +

+ + + + + +
+ + Note: Installation might take some time, because go-pear has to
+ download all needed files from pear.php.net. Just be patient and wait for
+ the next page to load.
+
+
+

+ + +
+ + + Installation Complete - Summary
+ +

+ Installation in progress ...
+ (If the page stops loading before the end of the installation, then just reload it)

+ + + + + +
+ + + + + + + + + + + + + + + +
           0 %
+
+ + + + + + + + + + + + + + + + + +
           0 % 
+
+ +
+ +
+ + +
+
+ + + + ".$data; + } +?> +

+ Installation Completed ! +

+ + + + + + +
+ + Note: To use PEAR without any problems you need to add your
+ PEAR Installation path ()
+ to your include_path.
+
+ Using a .htaccess file or directly edit httpd.conf would be working solutions
+ for Apache running servers, too.
+
+
+
+ For more information about PEAR, see:
+ PEAR FAQ
+ PEAR Manual
+
+ Thanks for using go-pear!
+
+ + + + + + +
+ + Warning: Can not determine the URL of the freshly installed Web Frontend
+ (file: ).
+ Please access it manually ! +
+
+ + Start Web Frontend of the PEAR Installer >> + + Start Web Frontend of the PEAR Installer >> + array( + 'type' => 'gif', + 'data' => 'R0lGODlhEQATAMQAAAAAACqUACiTAC2WAC+YAzKZBTSaBsHgszOZADCYADmcB4TCZp3Ohtfrzd/v1+by4PD47DaaAz+fDUijF2WyOlCoHvT58VqtJPn893y+S/v9+f7//f3+/Pz9+////////ywAAAAAEQATAAAFkqAnjiR5NGXqcdpCoapnMVRdWbEHUROVVROYalHJTCaVAKWTcjAUGckgQY04SJAFMhJJIL5e4a5I6X6/gwlkRIwOzucAY9SYZBRvOCKheIwYFxR5enxCLhVeemAHbBQVg4SMIoCCinsKVyIOdlKKAhQcJFpGiWgFQiIYPxeJCQEEcykcDIgDAwYUkjEWB70NGykhADs=', + ), + 'pearlogo' => array( + 'type' => 'gif', + 'data' => 'R0lGODlhaAAyAMT/AMDAwP3+/TWaAvD47Pj89vz++zebBDmcBj6fDEekFluvKmu3PvX68ujz4XvBS8LgrNXqxeHw1ZnPaa/dgvv9+cLqj8LmltD2msnuls3xmszwmf7+/f///wAAAAAAAAAAACH5BAEAAAAALAAAAABoADIAQAX/ICCOZGmeaKqubOtWWjwJphLLgH1XUu//C1Jisfj9YLEKQnSY3GaixWQqQTkYHM4AMulNLJFC9pEwIW/odKU8cqTfsWoTTtcomU4ZjbR4ZP+AgYKCG0EiZ1AuiossEhwEXRMEg5SVWQ6MmZqKWD0QlqCUEHubpaYlExwRPRZioZZVp7KzKQoSDxANDLsNXA5simd2FcQYb4YAc2jEU80TmAAIztPCMcjKdg4OEsZJmwIWWQPQI4ikIwtoVQnddgrv8PFlCWgYCwkI+fp5dkvJ/IlUKMCy6tYrDhNIIKLFEAWCTxse+ABD4SClWA0zovAjcUJFi6EwahxZwoGqHhFA/4IqoICkyxQSKkbo0gDkuBXV4FRAJkRCnTgi2P28IcEfk5xpWppykFJVuScmEvDTEETAVJ6bEpypcADPkz3pvKVAICHChkC7siQ08zVqu4Q6hgIFEFZuEn/KMgRUkaBmAQs+cEHgIiHVH5EAFpIgW4+NT6LnaqhDwe/Ov7YOmWZp4MkiAWBIl0kAVsJWuzcYpdiNgddc0E8cKBAu/FElBwagMb88ZZKDRAkWJtkWhHh3wwUbKHQJN3wQAaXGR2LpArv5oFHRR34C7Mf6oLXZNfqBgNI7oOLhj1f8PaGpygHQ0xtP8MDVKwYTSKcgxr9/hS6/pCCAAg5M4B9/sWh1YP9/XSgQWRML/idBfKUc4IBET9lFjggKhDYZAELZJYEBI2BDB3ouNBEABwE8gAwiCcSYgAKqPdEVAG7scM8BPPZ4AIlM+OgjAgpMhRE24OVoBwsIFEGFA7ZkQQBWienWxmRa7XDjKZXhBdAeSmKQwgLuUVLICa6VEKIGcK2mQWoVZHCBXJblJUFkY06yAXlGsPIHBEYdYiWHb+WQBgaIJqqoHFNpgMGB7dT5ZQuG/WbBAIAUEEFNfwxAWpokTIXJAWdgoJ9kRFG2g5eDRpXSBpEIF0oEQFaZhDbaSFANRgqcJoEDRARLREtxOQpsPO906ZUeJgjQB6dZUPBAdwcF8KLXXRVQaKFcsRRLJ6vMiiCNKxRE8ECZKgUA3Va4arOAAqdGRWO7uMZH5AL05gvsjQbg6y4NCjQ1kw8TVGcbdoKGKx8j3bGH7nARBArqwi0gkFJBrZiXBQRbHoIgnhSjcEBKfD7c3HMhz+JIQSY3t8GGKW+SUhfUajxGzKd0IoHBNkNQK86ZYEqdzYA8AHQpqXRUm80oHs1CAgMoBxzRqvzs9CIKECC1JBp7enUpfXHApwVYNAfo16c4IrYPLVdSAJVob7IAtCBFQGHcs/RRdiUDPHA33oADEAIAOw==', + ), + 'note' => array( + 'type' => 'png', + 'data' => 'iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAAAAADFHGIkAAAAAmJLR0QAAKqNIzIAAAEESURBVHjaZZIhksMwDEV9voWFSwsLA0MLDf8VdARBUUNBQ1FBHcErZ5M0baXJjOPnb0vfLuMMn3H+lWMgBKL89A1Eq9Q9IrwB+gIOsnMPBR8giMclguQfBGS8x5xIoPQxnxqb4LL/eQ4l2AVNONP2ZshLCqJ3qqzWtT5pNgNnLU4OcNbuiqaLmFmHGhJ0TCMC99+f2wphlhaOYjuQVc0IIzLH2BRWfQoWsNSjct8AVop4rF3belTuVAb3MRj6kLrcTwtIy+g03V1vC57t1XrMzqfP5pln5yLTkk7+5UhstvOni1X3ixLEdf2c36+W0Q7kOb48hnSRLI/XdNPfX4kpMkgP5R+elfdkDPprQgAAAEN0RVh0U29mdHdhcmUAQCgjKUltYWdlTWFnaWNrIDQuMi44IDk5LzA4LzAxIGNyaXN0eUBteXN0aWMuZXMuZHVwb250LmNvbZG6IbgAAAAqdEVYdFNpZ25hdHVyZQAzYmQ3NDdjNWU0NTgwNzAwNmIwOTBkZDNlN2EyNmM0NBTTk/oAAAAOdEVYdFBhZ2UAMjR4MjQrMCswclsJMQAAAABJRU5ErkJggg==', + ), + ); + + Header('Content-Type: image/'.$images[$img]['type']); + echo base64_decode($images[$img]['data']); +}; + +// }}} +// {{{ displayHTMLProgress + +function displayHTMLProgress($progress) +{ + if (!(WEBINSTALLER && isset($_SESSION['go-pear']['DHTML']) && $_SESSION['go-pear']['DHTML'])) { + return; + }; + $msg = ob_get_contents(); + ob_end_clean(); + + $msg = explode("\n", $msg); + foreach($msg as $key => $value) { + if (preg_match('/ok$/', $value)) { + $value = preg_replace('/(ok)$/', '\1', $value); + }; + if (preg_match('/failed$/', $value)) { + $value = preg_replace('/(failed)$/', '\1', $value); + }; + if (preg_match('/^install ok:/', $value)) { + //$value = preg_replace('/^(install ok:)/', '\1', $value).'
'; + //$msg = array($value); // if install succeeded: don't show the irritatingly verbose pear installer + $msg = array('ok
'); + break; + }; + if (preg_match('/^Warning:/', $value)) { + $value = ''.$value.''; + }; + $msg[$key] = $value; + }; + $msg = implode('
', $msg); + + $msg.=''; + + echo $msg; + ob_start(); +}; + +// }}} +// {{{ displayHTMLDownloadProgress + +function displayHTMLDownloadProgress($progress) +{ + if (!(WEBINSTALLER && isset($_SESSION['go-pear']['DHTML']) && $_SESSION['go-pear']['DHTML'])) { + return; + }; + $msg = ob_get_contents(); + ob_end_clean(); + + echo ''; + + ob_start(); + echo $msg; +}; + +// }}} +// {{{ displayHTMLSetDownload + +function displayHTMLSetDownload($file) +{ + if (!(WEBINSTALLER && isset($_SESSION['go-pear']['DHTML']) && $_SESSION['go-pear']['DHTML'])) { + return; + }; + $msg = ob_get_contents(); + ob_end_clean(); + + if ($file != null && $file != '') { + echo ''; + } else { + echo ''; + } + + ob_start(); + echo $msg; +}; + +// }}} +// {{{ win32BrowseForFolder + +/* + * Create a vbs script to browse the getfolder dialog, called + * by cscript, if it's available. + * $label is the label text in the header of the dialog box + * + * TODO: + * - Do not show Control panel + * - Replace WSH with calls to w32 as soon as callbacks work + * @Author Pierrre-Alain Joye + */ +function win32BrowseForFolder($label) +{ + global $ptmp; + static $wshSaved=false; + static $cscript=''; +$wsh_browserfolder = 'Option Explicit +Dim ArgObj, var1, var2, sa, sFld +Set ArgObj = WScript.Arguments +Const BIF_EDITBOX = &H10 +Const BIF_NEWDIALOGSTYLE = &H40 +Const BIF_RETURNONLYFSDIRS = &H0001 +Const BIF_DONTGOBELOWDOMAIN = &H0002 +Const BIF_STATUSTEXT = &H0004 +Const BIF_RETURNFSANCESTORS = &H0008 +Const BIF_VALIDATE = &H0020 +Const BIF_BROWSEFORCOMPUTER = &H1000 +Const BIF_BROWSEFORPRINTER = &H2000 +Const BIF_BROWSEINCLUDEFILES = &H4000 +Const OFN_LONGNAMES = &H200000 +Const OFN_NOLONGNAMES = &H40000 +Const ssfDRIVES = &H11 +Const ssfNETWORK = &H12 +Set sa = CreateObject("Shell.Application") +var1=ArgObj(0) +Set sFld = sa.BrowseForFolder(0, var1, BIF_EDITBOX + BIF_VALIDATE + BIF_BROWSEINCLUDEFILES + BIF_RETURNFSANCESTORS+BIF_NEWDIALOGSTYLE , ssfDRIVES ) +if not sFld is nothing Then + if not left(sFld.items.item.path,1)=":" Then + WScript.Echo sFld.items.item.path + Else + WScript.Echo "invalid" + End If +Else + WScript.Echo "cancel" +End If +'; + if( !$wshSaved){ + $cscript = $ptmp.DIRECTORY_SEPARATOR."bf.vbs"; + $fh = fopen($cscript,"wb+"); + fwrite($fh,$wsh_browserfolder,strlen($wsh_browserfolder)); + fclose($fh); + $wshSaved = true; + } + exec('cscript '.$cscript.' "'.$label.'" //noLogo',$arPath); + if($arPath[0]=='' || $arPath[0]=='cancel'){ + return ''; + } elseif ($arPath[0]=='invalid') { + echo "Invalid Path.\n"; + return ''; + } + return $arPath[0]; +} + +// }}} +// {{{ win32CreateRegEnv + +/* + * Generates a registry addOn for Win32 platform + * This addon set PEAR environment variables + * @Author Pierrre-Alain Joye + */ +function win32CreateRegEnv() +{ + global $prefix, $bin_dir, $php_dir, $php_bin, $doc_dir, $data_dir, $test_dir, $temp_dir; + $nl = "\r\n"; + $reg ='REGEDIT4'.$nl. + '[HKEY_CURRENT_USER\Environment]'.$nl. + '"PHP_PEAR_SYSCONF_DIR"="'.addslashes($prefix).'"'.$nl. + '"PHP_PEAR_INSTALL_DIR"="'.addslashes($php_dir).'"'.$nl. + '"PHP_PEAR_DOC_DIR"="'.addslashes($doc_dir).'"'.$nl. + '"PHP_PEAR_BIN_DIR"="'.addslashes($bin_dir).'"'.$nl. + '"PHP_PEAR_DATA_DIR"="'.addslashes($data_dir).'"'.$nl. + '"PHP_PEAR_PHP_BIN"="'.addslashes($php_bin).'"'.$nl. + '"PHP_PEAR_TEST_DIR"="'.addslashes($test_dir).'"'.$nl; + + $fh = fopen($prefix.DIRECTORY_SEPARATOR.'PEAR_ENV.reg','wb'); + if($fh){ + fwrite($fh, $reg ,strlen($reg)); + fclose($fh); + echo " + +* WINDOWS ENVIRONMENT VARIABLES * +For convenience, a REG file is available under $prefix\\PEAR_ENV.reg . +This file creates ENV variables for the current user. + +Double-click this file to add it to the current user registry. + +"; + } +} + +// }}} +// {{{ win32DetectPHPSAPI + +/* + * Try to detect the kind of SAPI used by the + * the given php.exe. + * @Author Pierrre-Alain Joye + */ +function win32DetectPHPSAPI() +{ + global $php_bin,$php_sapi_name; + if (WEBINSTALLER) { + return $php_sapi_name; + } + if($php_bin!=''){ + exec($php_bin.' -v', $res); + if(is_array($res)) { + if( isset($res[0]) && strpos($res[0],"(cli)")) { + return 'cli'; + } + if( isset($res[0]) && strpos($res[0],"cgi")) { + return 'cgi'; + } else { + return 'unknown'; + } + } + } + return 'unknown'; +} + +// }}} +// {{{ getPhpiniPath + +/* + * Get the php.ini file used with the current + * process or with the given php.exe + * + * Horrible hack, but well ;) + * + * Not used yet, will add the support later + * @Author Pierre-Alain Joye + */ +function getPhpiniPath() +{ + $pathIni = get_cfg_var('cfg_file_path'); + if( $pathIni && is_file($pathIni) ){ + return $pathIni; + } + + // Oh well, we can keep this too :) + // I dunno if get_cfg_var() is safe on every OS + if (WINDOWS) { + // on Windows, we can be pretty sure that there is a php.ini + // file somewhere + do { + $php_ini = PHP_CONFIG_FILE_PATH . DIRECTORY_SEPARATOR . 'php.ini'; + if ( @file_exists($php_ini) ) break; + $php_ini = 'c:\winnt\php.ini'; + if ( @file_exists($php_ini) ) break; + $php_ini = 'c:\windows\php.ini'; + } while (false); + } else { + $php_ini = PHP_CONFIG_FILE_PATH . DIRECTORY_SEPARATOR . 'php.ini'; + } + + if( @is_file($php_ini) ){ + return $php_ini; + } + + // We re running in hackz&troubles :) + ob_implicit_flush(false); + ob_start(); + phpinfo(INFO_GENERAL); + $strInfo = ob_get_contents (); + ob_end_clean(); + ob_implicit_flush(true); + + if ( php_sapi_name() != 'cli' ) { + $strInfo = strip_tags($strInfo,''); + $arrayInfo = explode("", $strInfo ); + $cli = false; + } else { + $arrayInfo = explode("\n",$strInfo); + $cli = true; + } + + foreach($arrayInfo as $val){ + if ( strpos($val,"php.ini") ) { + if($cli){ + list(,$pathIni) = explode('=>',$val); + } else { + $pathIni = strip_tags(trim($val) ); + } + $pathIni = trim($pathIni); + if(is_file($pathIni)){ + return $pathIni; + } + } + } + + return false; +} + +// }}} +// {{{ alterPhpIni + +/* + * Not optimized, but seems to work, if some nice + * peardev will test it? :) + * + * @Author Pierre-Alain Joye + */ +function alterPhpIni($pathIni='') +{ + global $php_dir, $prefix; + + $iniSep = WINDOWS?';':':'; + + if( $pathIni=='' ){ + $pathIni = getphpinipath(); + } + + $arrayIni = file($pathIni); + $i=0; + $found=0; + + // Looks for each active include_path directives + foreach ( $arrayIni as $iniLine ) { + $iniLine = trim($iniLine); + $iniLine = str_replace(array("\n","\r"),array(),$iniLine); + if( preg_match("/^include_path/",$iniLine) ){ + $foundAt[] = $i; + $found++; + } + $i++; + } + + if ( $found ) { + $includeLine = $arrayIni[$foundAt[0]]; + list(,$currentPath)=explode('=',$includeLine); + + $currentPath = trim($currentPath); + if(substr($currentPath,0,1)=='"'){ + $currentPath = substr($currentPath,1,strlen($currentPath)-2); + } + + $arrayPath = explode($iniSep, $currentPath); + if( $arrayPath[0]=='.' ){ + $newPath[0] = '.'; + $newPath[1] = $php_dir; + array_shift($arrayPath); + } else { + $newPath[0] = $php_dir; + } + + foreach( $arrayPath as $path ){ + $newPath[]= $path; + } + } else { + $newPath[0] = '.'; + $newPath[1] = $php_dir; + + } + $nl = WINDOWS?"\r\n":"\n"; + $includepath = 'include_path="'.implode($iniSep,$newPath).'"'; + $newInclude = "$nl$nl;***** Added by go-pear$nl". + $includepath. + $nl.";*****". + $nl.$nl; + + $arrayIni[$foundAt[0]] = $newInclude; + + for( $i=1; $i<$found; $i++){ + $arrayIni[$foundAt[$i]]=';'.trim($arrayIni[$foundAt[$i]]); + } + + $newIni = implode("",$arrayIni); + if ( !($fh = @fopen($pathIni, "wb+")) ){ + $prefixIni = $prefix.DIRECTORY_SEPARATOR."php.ini-gopear"; + $fh = fopen($prefixIni, "wb+"); + if ( !$fh ) { + echo +" +****************************************************************************** +WARNING! I cannot write to $pathIni nor in $prefix/php.ini-gopear. Please +modify manually your php.ini by adding: + +$includepath + +"; + return false; + } else { + fwrite($fh, $newIni, strlen($newIni)); + fclose($fh); + echo +" +****************************************************************************** +WARNING! I cannot write to $pathIni, but I succesfully created a php.ini +under <$prefix/php.ini-gopear>. Please replace the file <$pathIni> with +<$prefixIni> or modify your php.ini by adding: + +$includepath + +"; + + } + } else { + fwrite($fh, $newIni, strlen($newIni)); + fclose($fh); + echo " +php.ini <$pathIni> include_path updated. +"; + } + return true; +} + +?> diff --git a/programming/php/php/files/int_overflow_in_mt_rand.patch b/programming/php/php/files/int_overflow_in_mt_rand.patch new file mode 100644 index 0000000000..95470bb6b1 --- /dev/null +++ b/programming/php/php/files/int_overflow_in_mt_rand.patch @@ -0,0 +1,14 @@ +--- php-5.2.14.orig/ext/standard/rand.c 2011-02-07 14:44:55.975000003 +0200 ++++ php-5.2.14/ext/standard/rand.c 2011-02-07 16:24:24.017000004 +0200 +@@ -322,6 +322,11 @@ + php_mt_srand(GENERATE_SEED() TSRMLS_CC); + } + ++ if (max < min) { ++ php_error_docref(NULL TSRMLS_CC, E_WARNING, "max(%d) is smaller than min(%d)", max, min); ++ RETURN_FALSE; ++ } ++ + /* + * Melo: hmms.. randomMT() returns 32 random bits... + * Yet, the previous php_rand only returns 31 at most. diff --git a/programming/php/php/files/php-fpm.conf b/programming/php/php/files/php-fpm.conf new file mode 100644 index 0000000000..3fcf87e388 --- /dev/null +++ b/programming/php/php/files/php-fpm.conf @@ -0,0 +1,522 @@ +;;;;;;;;;;;;;;;;;;;;; +; FPM Configuration ; +;;;;;;;;;;;;;;;;;;;;; + +; All relative paths in this configuration file are relative to PHP's install +; prefix (/usr). This prefix can be dynamically changed by using the +; '-p' argument from the command line. + +; Include one or more files. If glob(3) exists, it is used to include a bunch of +; files from a glob(3) pattern. This directive can be used everywhere in the +; file. +; Relative path can also be used. They will be prefixed by: +; - the global prefix if it's been set (-p argument) +; - /usr otherwise +;include=etc/fpm.d/*.conf + +;;;;;;;;;;;;;;;;;; +; Global Options ; +;;;;;;;;;;;;;;;;;; + +[global] +; Pid file +; Note: the default prefix is /var +; Default Value: none +pid = /run/php-fpm.pid + +; Error log file +; If it's set to "syslog", log is sent to syslogd instead of being written +; in a local file. +; Note: the default prefix is /var +; Default Value: log/php-fpm.log +error_log = /var/log/php-fpm/php-fpm.log + +; syslog_facility is used to specify what type of program is logging the +; message. This lets syslogd specify that messages from different facilities +; will be handled differently. +; See syslog(3) for possible values (ex daemon equiv LOG_DAEMON) +; Default Value: daemon +;syslog.facility = daemon + +; syslog_ident is prepended to every message. If you have multiple FPM +; instances running on the same server, you can change the default value +; which must suit common needs. +; Default Value: php-fpm +;syslog.ident = php-fpm + +; Log level +; Possible Values: alert, error, warning, notice, debug +; Default Value: notice +;log_level = notice + +; If this number of child processes exit with SIGSEGV or SIGBUS within the time +; interval set by emergency_restart_interval then FPM will restart. A value +; of '0' means 'Off'. +; Default Value: 0 +;emergency_restart_threshold = 0 + +; Interval of time used by emergency_restart_interval to determine when +; a graceful restart will be initiated. This can be useful to work around +; accidental corruptions in an accelerator's shared memory. +; Available Units: s(econds), m(inutes), h(ours), or d(ays) +; Default Unit: seconds +; Default Value: 0 +;emergency_restart_interval = 0 + +; Time limit for child processes to wait for a reaction on signals from master. +; Available units: s(econds), m(inutes), h(ours), or d(ays) +; Default Unit: seconds +; Default Value: 0 +;process_control_timeout = 0 + +; The maximum number of processes FPM will fork. This has been design to control +; the global number of processes when using dynamic PM within a lot of pools. +; Use it with caution. +; Note: A value of 0 indicates no limit +; Default Value: 0 +; process.max = 128 + +; Specify the nice(2) priority to apply to the master process (only if set) +; The value can vary from -19 (highest priority) to 20 (lower priority) +; Note: - It will only work if the FPM master process is launched as root +; - The pool process will inherit the master process priority +; unless it specified otherwise +; Default Value: no set +; process.priority = -19 + +; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging. +; Default Value: yes +daemonize = no + +; Set open file descriptor rlimit for the master process. +; Default Value: system defined value +;rlimit_files = 1024 + +; Set max core size rlimit for the master process. +; Possible Values: 'unlimited' or an integer greater or equal to 0 +; Default Value: system defined value +;rlimit_core = 0 + +; Specify the event mechanism FPM will use. The following is available: +; - select (any POSIX os) +; - poll (any POSIX os) +; - epoll (linux >= 2.5.44) +; - kqueue (FreeBSD >= 4.1, OpenBSD >= 2.9, NetBSD >= 2.0) +; - /dev/poll (Solaris >= 7) +; - port (Solaris >= 10) +; Default Value: not set (auto detection) +;events.mechanism = epoll + +; When FPM is build with systemd integration, specify the interval, +; in second, between health report notification to systemd. +; Set to 0 to disable. +; Available Units: s(econds), m(inutes), h(ours) +; Default Unit: seconds +; Default value: 10 +;systemd_interval = 10 + +;;;;;;;;;;;;;;;;;;;; +; Pool Definitions ; +;;;;;;;;;;;;;;;;;;;; + +; Multiple pools of child processes may be started with different listening +; ports and different management options. The name of the pool will be +; used in logs and stats. There is no limitation on the number of pools which +; FPM can handle. Your system will tell you anyway :) + +; Start a new pool named 'www'. +; the variable $pool can we used in any directive and will be replaced by the +; pool name ('www' here) +[www] + +; Per pool prefix +; It only applies on the following directives: +; - 'slowlog' +; - 'listen' (unixsocket) +; - 'chroot' +; - 'chdir' +; - 'php_values' +; - 'php_admin_values' +; When not set, the global prefix (or /usr) applies instead. +; Note: This directive can also be relative to the global prefix. +; Default Value: none +;prefix = /path/to/pools/$pool + +; Unix user/group of processes +; Note: The user is mandatory. If the group is not set, the default user's group +; will be used. +user = apache +group = apache + +; The address on which to accept FastCGI requests. +; Valid syntaxes are: +; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on +; a specific port; +; 'port' - to listen on a TCP socket to all addresses on a +; specific port; +; '/path/to/unix/socket' - to listen on a unix socket. +; Note: This value is mandatory. +listen = 127.0.0.1:9000 + +; Set listen(2) backlog. +; Default Value: 128 (-1 on FreeBSD and OpenBSD) +;listen.backlog = 128 + +; Set permissions for unix socket, if one is used. In Linux, read/write +; permissions must be set in order to allow connections from a web server. Many +; BSD-derived systems allow connections regardless of permissions. +; Default Values: user and group are set as the running user +; mode is set to 0666 +;listen.owner = apache +;listen.group = apache +;listen.mode = 0666 + +; List of ipv4 addresses of FastCGI clients which are allowed to connect. +; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original +; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address +; must be separated by a comma. If this value is left blank, connections will be +; accepted from any ip address. +; Default Value: any +;listen.allowed_clients = 127.0.0.1 + +; Specify the nice(2) priority to apply to the pool processes (only if set) +; The value can vary from -19 (highest priority) to 20 (lower priority) +; Note: - It will only work if the FPM master process is launched as root +; - The pool processes will inherit the master process priority +; unless it specified otherwise +; Default Value: no set +; priority = -19 + +; Choose how the process manager will control the number of child processes. +; Possible Values: +; static - a fixed number (pm.max_children) of child processes; +; dynamic - the number of child processes are set dynamically based on the +; following directives. With this process management, there will be +; always at least 1 children. +; pm.max_children - the maximum number of children that can +; be alive at the same time. +; pm.start_servers - the number of children created on startup. +; pm.min_spare_servers - the minimum number of children in 'idle' +; state (waiting to process). If the number +; of 'idle' processes is less than this +; number then some children will be created. +; pm.max_spare_servers - the maximum number of children in 'idle' +; state (waiting to process). If the number +; of 'idle' processes is greater than this +; number then some children will be killed. +; ondemand - no children are created at startup. Children will be forked when +; new requests will connect. The following parameter are used: +; pm.max_children - the maximum number of children that +; can be alive at the same time. +; pm.process_idle_timeout - The number of seconds after which +; an idle process will be killed. +; Note: This value is mandatory. +pm = dynamic + +; The number of child processes to be created when pm is set to 'static' and the +; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'. +; This value sets the limit on the number of simultaneous requests that will be +; served. Equivalent to the ApacheMaxClients directive with mpm_prefork. +; Equivalent to the PHP_FCGI_CHILDREN environment variable in the original PHP +; CGI. The below defaults are based on a server without much resources. Don't +; forget to tweak pm.* to fit your needs. +; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand' +; Note: This value is mandatory. +pm.max_children = 5 + +; The number of child processes created on startup. +; Note: Used only when pm is set to 'dynamic' +; Default Value: min_spare_servers + (max_spare_servers - min_spare_servers) / 2 +pm.start_servers = 2 + +; The desired minimum number of idle server processes. +; Note: Used only when pm is set to 'dynamic' +; Note: Mandatory when pm is set to 'dynamic' +pm.min_spare_servers = 1 + +; The desired maximum number of idle server processes. +; Note: Used only when pm is set to 'dynamic' +; Note: Mandatory when pm is set to 'dynamic' +pm.max_spare_servers = 3 + +; The number of seconds after which an idle process will be killed. +; Note: Used only when pm is set to 'ondemand' +; Default Value: 10s +;pm.process_idle_timeout = 10s; + +; The number of requests each child process should execute before respawning. +; This can be useful to work around memory leaks in 3rd party libraries. For +; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS. +; Default Value: 0 +;pm.max_requests = 500 + +; The URI to view the FPM status page. If this value is not set, no URI will be +; recognized as a status page. It shows the following informations: +; pool - the name of the pool; +; process manager - static, dynamic or ondemand; +; start time - the date and time FPM has started; +; start since - number of seconds since FPM has started; +; accepted conn - the number of request accepted by the pool; +; listen queue - the number of request in the queue of pending +; connections (see backlog in listen(2)); +; max listen queue - the maximum number of requests in the queue +; of pending connections since FPM has started; +; listen queue len - the size of the socket queue of pending connections; +; idle processes - the number of idle processes; +; active processes - the number of active processes; +; total processes - the number of idle + active processes; +; max active processes - the maximum number of active processes since FPM +; has started; +; max children reached - number of times, the process limit has been reached, +; when pm tries to start more children (works only for +; pm 'dynamic' and 'ondemand'); +; Value are updated in real time. +; Example output: +; pool: www +; process manager: static +; start time: 01/Jul/2011:17:53:49 +0200 +; start since: 62636 +; accepted conn: 190460 +; listen queue: 0 +; max listen queue: 1 +; listen queue len: 42 +; idle processes: 4 +; active processes: 11 +; total processes: 15 +; max active processes: 12 +; max children reached: 0 +; +; By default the status page output is formatted as text/plain. Passing either +; 'html', 'xml' or 'json' in the query string will return the corresponding +; output syntax. Example: +; http://www.foo.bar/status +; http://www.foo.bar/status?json +; http://www.foo.bar/status?html +; http://www.foo.bar/status?xml +; +; By default the status page only outputs short status. Passing 'full' in the +; query string will also return status for each pool process. +; Example: +; http://www.foo.bar/status?full +; http://www.foo.bar/status?json&full +; http://www.foo.bar/status?html&full +; http://www.foo.bar/status?xml&full +; The Full status returns for each process: +; pid - the PID of the process; +; state - the state of the process (Idle, Running, ...); +; start time - the date and time the process has started; +; start since - the number of seconds since the process has started; +; requests - the number of requests the process has served; +; request duration - the duration in µs of the requests; +; request method - the request method (GET, POST, ...); +; request URI - the request URI with the query string; +; content length - the content length of the request (only with POST); +; user - the user (PHP_AUTH_USER) (or '-' if not set); +; script - the main script called (or '-' if not set); +; last request cpu - the %cpu the last request consumed +; it's always 0 if the process is not in Idle state +; because CPU calculation is done when the request +; processing has terminated; +; last request memory - the max amount of memory the last request consumed +; it's always 0 if the process is not in Idle state +; because memory calculation is done when the request +; processing has terminated; +; If the process is in Idle state, then informations are related to the +; last request the process has served. Otherwise informations are related to +; the current request being served. +; Example output: +; ************************ +; pid: 31330 +; state: Running +; start time: 01/Jul/2011:17:53:49 +0200 +; start since: 63087 +; requests: 12808 +; request duration: 1250261 +; request method: GET +; request URI: /test_mem.php?N=10000 +; content length: 0 +; user: - +; script: /home/fat/web/docs/php/test_mem.php +; last request cpu: 0.00 +; last request memory: 0 +; +; Note: There is a real-time FPM status monitoring sample web page available +; It's available in: /usr/share/fpm/status.html +; +; Note: The value must start with a leading slash (/). The value can be +; anything, but it may not be a good idea to use the .php extension or it +; may conflict with a real PHP file. +; Default Value: not set +;pm.status_path = /status + +; The ping URI to call the monitoring page of FPM. If this value is not set, no +; URI will be recognized as a ping page. This could be used to test from outside +; that FPM is alive and responding, or to +; - create a graph of FPM availability (rrd or such); +; - remove a server from a group if it is not responding (load balancing); +; - trigger alerts for the operating team (24/7). +; Note: The value must start with a leading slash (/). The value can be +; anything, but it may not be a good idea to use the .php extension or it +; may conflict with a real PHP file. +; Default Value: not set +;ping.path = /ping + +; This directive may be used to customize the response of a ping request. The +; response is formatted as text/plain with a 200 response code. +; Default Value: pong +;ping.response = pong + +; The access log file +; Default: not set +;access.log = log/$pool.access.log + +; The access log format. +; The following syntax is allowed +; %%: the '%' character +; %C: %CPU used by the request +; it can accept the following format: +; - %{user}C for user CPU only +; - %{system}C for system CPU only +; - %{total}C for user + system CPU (default) +; %d: time taken to serve the request +; it can accept the following format: +; - %{seconds}d (default) +; - %{miliseconds}d +; - %{mili}d +; - %{microseconds}d +; - %{micro}d +; %e: an environment variable (same as $_ENV or $_SERVER) +; it must be associated with embraces to specify the name of the env +; variable. Some exemples: +; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e +; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e +; %f: script filename +; %l: content-length of the request (for POST request only) +; %m: request method +; %M: peak of memory allocated by PHP +; it can accept the following format: +; - %{bytes}M (default) +; - %{kilobytes}M +; - %{kilo}M +; - %{megabytes}M +; - %{mega}M +; %n: pool name +; %o: output header +; it must be associated with embraces to specify the name of the header: +; - %{Content-Type}o +; - %{X-Powered-By}o +; - %{Transfert-Encoding}o +; - .... +; %p: PID of the child that serviced the request +; %P: PID of the parent of the child that serviced the request +; %q: the query string +; %Q: the '?' character if query string exists +; %r: the request URI (without the query string, see %q and %Q) +; %R: remote IP address +; %s: status (response code) +; %t: server time the request was received +; it can accept a strftime(3) format: +; %d/%b/%Y:%H:%M:%S %z (default) +; %T: time the log has been written (the request has finished) +; it can accept a strftime(3) format: +; %d/%b/%Y:%H:%M:%S %z (default) +; %u: remote user +; +; Default: "%R - %u %t \"%m %r\" %s" +;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%" + +; The log file for slow requests +; Default Value: not set +; Note: slowlog is mandatory if request_slowlog_timeout is set +slowlog = /var/log/php-fpm/www-slow.log + +; The timeout for serving a single request after which a PHP backtrace will be +; dumped to the 'slowlog' file. A value of '0s' means 'off'. +; Available units: s(econds)(default), m(inutes), h(ours), or d(ays) +; Default Value: 0 +;request_slowlog_timeout = 0 + +; The timeout for serving a single request after which the worker process will +; be killed. This option should be used when the 'max_execution_time' ini option +; does not stop script execution for some reason. A value of '0' means 'off'. +; Available units: s(econds)(default), m(inutes), h(ours), or d(ays) +; Default Value: 0 +;request_terminate_timeout = 0 + +; Set open file descriptor rlimit. +; Default Value: system defined value +;rlimit_files = 1024 + +; Set max core size rlimit. +; Possible Values: 'unlimited' or an integer greater or equal to 0 +; Default Value: system defined value +;rlimit_core = 0 + +; Chroot to this directory at the start. This value must be defined as an +; absolute path. When this value is not set, chroot is not used. +; Note: you can prefix with '$prefix' to chroot to the pool prefix or one +; of its subdirectories. If the pool prefix is not set, the global prefix +; will be used instead. +; Note: chrooting is a great security feature and should be used whenever +; possible. However, all PHP paths will be relative to the chroot +; (error_log, sessions.save_path, ...). +; Default Value: not set +;chroot = + +; Chdir to this directory at the start. +; Note: relative path can be used. +; Default Value: current directory or / when chroot +;chdir = /var/www + +; Redirect worker stdout and stderr into main error log. If not set, stdout and +; stderr will be redirected to /dev/null according to FastCGI specs. +; Note: on highloaded environement, this can cause some delay in the page +; process time (several ms). +; Default Value: no +;catch_workers_output = yes + +; Limits the extensions of the main script FPM will allow to parse. This can +; prevent configuration mistakes on the web server side. You should only limit +; FPM to .php extensions to prevent malicious users to use other extensions to +; exectute php code. +; Note: set an empty value to allow all extensions. +; Default Value: .php +;security.limit_extensions = .php .php3 .php4 .php5 + +; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from +; the current environment. +; Default Value: clean env +;env[HOSTNAME] = $HOSTNAME +;env[PATH] = /usr/local/bin:/usr/bin:/bin +;env[TMP] = /tmp +;env[TMPDIR] = /tmp +;env[TEMP] = /tmp + +; Additional php.ini defines, specific to this pool of workers. These settings +; overwrite the values previously defined in the php.ini. The directives are the +; same as the PHP SAPI: +; php_value/php_flag - you can set classic ini defines which can +; be overwritten from PHP call 'ini_set'. +; php_admin_value/php_admin_flag - these directives won't be overwritten by +; PHP call 'ini_set' +; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no. + +; Defining 'extension' will load the corresponding shared extension from +; extension_dir. Defining 'disable_functions' or 'disable_classes' will not +; overwrite previously defined php.ini values, but will append the new value +; instead. + +; Note: path INI options can be relative and will be expanded with the prefix +; (pool, global or /usr) + +; Default Value: nothing is defined by default except the values in php.ini and +; specified at startup with the -d argument +;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com +;php_flag[display_errors] = off +;php_admin_value[error_log] = /var/log/fpm-php.www.log +;php_admin_flag[log_errors] = on +;php_admin_value[memory_limit] = 32M + +; Set session path to a directory owned by process user +php_value[session.save_handler] = files +php_value[session.save_path] = /tmp diff --git a/programming/php/php/files/php-imap-annotation+status-current.diff b/programming/php/php/files/php-imap-annotation+status-current.diff new file mode 100644 index 0000000000..2da8d70fe4 --- /dev/null +++ b/programming/php/php/files/php-imap-annotation+status-current.diff @@ -0,0 +1,302 @@ +diff -Naurp php-5.3.4RC1/ext/imap/php_imap.c php-5.3.4RC1.oden/ext/imap/php_imap.c +--- php-5.3.4RC1/ext/imap/php_imap.c 2010-11-18 16:22:22.000000000 +0100 ++++ php-5.3.4RC1.oden/ext/imap/php_imap.c 2010-11-22 10:01:42.538863104 +0100 +@@ -164,6 +164,22 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_geta + ZEND_ARG_INFO(0, mailbox) + ZEND_END_ARG_INFO() + #endif ++#if defined(HAVE_IMAP2005) ++ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_setannotation, 0, 0, 5) ++ ZEND_ARG_INFO(0, stream_id) ++ ZEND_ARG_INFO(0, mailbox) ++ ZEND_ARG_INFO(0, entry) ++ ZEND_ARG_INFO(0, attr) ++ ZEND_ARG_INFO(0, value) ++ZEND_END_ARG_INFO() ++ ++ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_getannotation, 0, 0, 4) ++ ZEND_ARG_INFO(0, stream_id) ++ ZEND_ARG_INFO(0, mailbox) ++ ZEND_ARG_INFO(0, entry) ++ ZEND_ARG_INFO(0, attr) ++ZEND_END_ARG_INFO() ++#endif + + ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_expunge, 0, 0, 1) + ZEND_ARG_INFO(0, stream_id) +@@ -408,6 +424,11 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_stat + ZEND_ARG_INFO(0, options) + ZEND_END_ARG_INFO() + ++ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_status_current, 0, 0, 2) ++ ZEND_ARG_INFO(0, stream_id) ++ ZEND_ARG_INFO(0, options) ++ZEND_END_ARG_INFO() ++ + ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_bodystruct, 0, 0, 3) + ZEND_ARG_INFO(0, stream_id) + ZEND_ARG_INFO(0, msg_no) +@@ -507,6 +528,7 @@ const zend_function_entry imap_functions + PHP_FE(imap_binary, arginfo_imap_binary) + PHP_FE(imap_utf8, arginfo_imap_utf8) + PHP_FE(imap_status, arginfo_imap_status) ++ PHP_FE(imap_status_current, arginfo_imap_status_current) + PHP_FE(imap_mailboxmsginfo, arginfo_imap_mailboxmsginfo) + PHP_FE(imap_setflag_full, arginfo_imap_setflag_full) + PHP_FE(imap_clearflag_full, arginfo_imap_clearflag_full) +@@ -537,6 +559,10 @@ const zend_function_entry imap_functions + PHP_FE(imap_setacl, arginfo_imap_setacl) + PHP_FE(imap_getacl, arginfo_imap_getacl) + #endif ++#if defined(HAVE_IMAP2005) ++ PHP_FE(imap_setannotation, arginfo_imap_setannotation) ++ PHP_FE(imap_getannotation, arginfo_imap_getannotation) ++#endif + + PHP_FE(imap_mail, arginfo_imap_mail) + +@@ -798,6 +824,30 @@ void mail_getacl(MAILSTREAM *stream, cha + /* }}} */ + #endif + ++#if defined(HAVE_IMAP2005) ++/* {{{ mail_getannotation ++ * ++ * Mail GET_ANNOTATION callback ++ * Called via the mail_parameter function in c-client:src/c-client/mail.c ++ */ ++void mail_getannotation(MAILSTREAM *stream, ANNOTATION *alist) ++{ ++ ANNOTATION_VALUES *cur; ++ ++ TSRMLS_FETCH(); ++ ++ /* walk through the ANNOTATION_VALUES */ ++ ++ for(cur = alist->values; cur; cur = cur->next) { ++ if (cur->value) ++ add_assoc_stringl(IMAPG(imap_annotation_list), cur->attr, cur->value, strlen(cur->value), 1); ++ else ++ add_assoc_stringl(IMAPG(imap_annotation_list), cur->attr, "", 0, 1); ++ } ++} ++/* }}} */ ++#endif ++ + /* {{{ PHP_GINIT_FUNCTION + */ + static PHP_GINIT_FUNCTION(imap) +@@ -823,6 +873,7 @@ static PHP_GINIT_FUNCTION(imap) + #if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001) + imap_globals->quota_return = NIL; + imap_globals->imap_acl_list = NIL; ++ imap_globals->imap_annotation_list = NIL; + #endif + imap_globals->gets_stream = NIL; + } +@@ -1547,7 +1598,119 @@ PHP_FUNCTION(imap_getacl) + } + /* }}} */ + #endif /* HAVE_IMAP2000 || HAVE_IMAP2001 */ ++ ++#if defined(HAVE_IMAP2005) ++ ++/* {{{ proto bool imap_setannotation(resource stream_id, string mailbox, string entry, string attr, string value) ++ Sets an annotation for a given mailbox */ ++PHP_FUNCTION(imap_setannotation) ++{ ++ zval **streamind, **mailbox, **entry, **attr, **value; ++ pils *imap_le_struct; ++ long ret; ++ ++ // TODO: Use zend_parse_parameters here ++ if (ZEND_NUM_ARGS() != 5 || zend_get_parameters_ex(5, &streamind, &mailbox, &entry, &attr, &value) == FAILURE) { ++ ZEND_WRONG_PARAM_COUNT(); ++ } ++ ++ ZEND_FETCH_RESOURCE(imap_le_struct, pils *, streamind, -1, "imap", le_imap); ++ ++ convert_to_string_ex(mailbox); ++ convert_to_string_ex(entry); ++ convert_to_string_ex(attr); ++ convert_to_string_ex(value); ++ ++ // create annotation object ++ ANNOTATION *annotation = mail_newannotation(); ++ if (!annotation) ++ RETURN_FALSE; ++ annotation->values = mail_newannotationvalue(); ++ if (!annotation->values) { ++ mail_free_annotation(&annotation); ++ RETURN_FALSE; ++ } ++ ++ // fill in annotation values ++ annotation->mbox = Z_STRVAL_PP(mailbox); ++ annotation->entry = Z_STRVAL_PP(entry); ++ annotation->values->attr = Z_STRVAL_PP(attr); ++ annotation->values->value = Z_STRVAL_PP(value); ++ ++ ret = imap_setannotation(imap_le_struct->imap_stream, annotation); ++ ++ // make sure mail_free_annotation doesn't free our variables ++ annotation->mbox = NULL; ++ annotation->entry = NULL; ++ annotation->values->attr = NULL; ++ annotation->values->value = NULL; ++ mail_free_annotation(&annotation); ++ ++ RETURN_BOOL(ret); ++} ++/* }}} */ ++ ++/* {{{ proto array imap_getannotation(resource stream_id, string mailbox, string entry, string attr) ++ Gets the ACL for a given mailbox */ ++PHP_FUNCTION(imap_getannotation) ++{ ++ zval **streamind, **mailbox, **entry, **attr; ++ pils *imap_le_struct; ++ long ret; ++ ++ if(ZEND_NUM_ARGS() != 4 || zend_get_parameters_ex(4, &streamind, &mailbox, &entry, &attr) == FAILURE) { ++ ZEND_WRONG_PARAM_COUNT(); ++ } + ++ ZEND_FETCH_RESOURCE(imap_le_struct, pils *, streamind, -1, "imap", le_imap); ++ ++ convert_to_string_ex(mailbox); ++ convert_to_string_ex(entry); ++ convert_to_string_ex(attr); ++ ++ /* initializing the special array for the return values */ ++ if (array_init(return_value) == FAILURE) { ++ RETURN_FALSE; ++ } ++ ++ // fillup calling parameters ++ STRINGLIST *entries = mail_newstringlist(); ++ if (!entries) ++ RETURN_FALSE; ++ ++ STRINGLIST *cur = entries; ++ cur->text.data = (unsigned char *)cpystr(Z_STRVAL_PP(entry)); ++ cur->text.size = Z_STRLEN_PP(entry); ++ cur->next = NIL; ++ ++ STRINGLIST *attributes = mail_newstringlist(); ++ if (!attributes) ++ RETURN_FALSE; ++ cur = attributes; ++ cur->text.data = (unsigned char *)cpystr (Z_STRVAL_PP(attr)); ++ cur->text.size = Z_STRLEN_PP(attr); ++ cur->next = NIL; ++ ++ IMAPG(imap_annotation_list) = return_value; ++ ++ /* set the callback for the GET_ANNOTATION function */ ++ mail_parameters(NIL, SET_ANNOTATION, (void *) mail_getannotation); ++ ret = imap_getannotation(imap_le_struct->imap_stream, Z_STRVAL_PP(mailbox), entries, attributes); ++ ++ mail_free_stringlist(&entries); ++ mail_free_stringlist(&attributes); ++ ++ if (!ret) { ++ zval_dtor(return_value); ++ RETURN_FALSE; ++ } ++ ++ IMAPG(imap_annotation_list) = NIL; ++} ++/* }}} */ ++ ++#endif /* HAVE_IMAP2005 */ ++ + /* {{{ proto bool imap_expunge(resource stream_id) + Permanently delete all messages marked for deletion */ + PHP_FUNCTION(imap_expunge) +@@ -3190,6 +3353,42 @@ PHP_FUNCTION(imap_msgno) + } + /* }}} */ + ++/* {{{ proto object imap_status_current(resource stream_id, int options) ++ Get (cached) status info from current mailbox */ ++PHP_FUNCTION(imap_status_current) ++{ ++ zval **streamind, **pflags; ++ pils *imap_le_struct; ++ long flags = 0L; ++ ++ if (ZEND_NUM_ARGS() != 2 || zend_get_parameters_ex(2, &streamind, &pflags) == FAILURE) { ++ ZEND_WRONG_PARAM_COUNT(); ++ } ++ ++ ZEND_FETCH_RESOURCE(imap_le_struct, pils *, streamind, -1, "imap", le_imap); ++ ++ convert_to_long_ex(pflags); ++ flags = Z_LVAL_PP(pflags); ++ ++ if (object_init(return_value) == FAILURE) { ++ RETURN_FALSE; ++ } ++ ++ if (flags & SA_MESSAGES) { ++ add_property_long(return_value, "messages", imap_le_struct->imap_stream->nmsgs); ++ } ++ if (flags & SA_RECENT) { ++ add_property_long(return_value, "recent", imap_le_struct->imap_stream->recent); ++ } ++ if (flags & SA_UIDNEXT) { ++ add_property_long(return_value, "uidnext", imap_le_struct->imap_stream->uid_last+1); ++ } ++ if (flags & SA_UIDVALIDITY) { ++ add_property_long(return_value, "uidvalidity", imap_le_struct->imap_stream->uid_validity); ++ } ++} ++/* }}} */ ++ + /* {{{ proto object imap_status(resource stream_id, string mailbox, int options) + Get status info from a mailbox */ + PHP_FUNCTION(imap_status) +diff -Naurp php-5.3.4RC1/ext/imap/php_imap.h php-5.3.4RC1.oden/ext/imap/php_imap.h +--- php-5.3.4RC1/ext/imap/php_imap.h 2010-01-03 10:23:27.000000000 +0100 ++++ php-5.3.4RC1.oden/ext/imap/php_imap.h 2010-11-22 10:01:42.542862889 +0100 +@@ -153,6 +153,7 @@ PHP_FUNCTION(imap_lsub); + PHP_FUNCTION(imap_lsub_full); + PHP_FUNCTION(imap_create); + PHP_FUNCTION(imap_rename); ++PHP_FUNCTION(imap_status_current); + PHP_FUNCTION(imap_status); + PHP_FUNCTION(imap_bodystruct); + PHP_FUNCTION(imap_fetch_overview); +@@ -173,6 +174,9 @@ PHP_FUNCTION(imap_mime_header_decode); + PHP_FUNCTION(imap_thread); + PHP_FUNCTION(imap_timeout); + ++// TODO: Needs fixing in configure in ++#define HAVE_IMAP2005 1 ++ + #if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001) + PHP_FUNCTION(imap_get_quota); + PHP_FUNCTION(imap_get_quotaroot); +@@ -180,7 +184,10 @@ PHP_FUNCTION(imap_set_quota); + PHP_FUNCTION(imap_setacl); + PHP_FUNCTION(imap_getacl); + #endif +- ++#if defined(HAVE_IMAP2005) ++PHP_FUNCTION(imap_setannotation); ++PHP_FUNCTION(imap_getannotation); ++#endif + + ZEND_BEGIN_MODULE_GLOBALS(imap) + char *imap_user; +@@ -211,6 +218,9 @@ ZEND_BEGIN_MODULE_GLOBALS(imap) + zval **quota_return; + zval *imap_acl_list; + #endif ++#if defined(HAVE_IMAP2005) ++ zval *imap_annotation_list; ++#endif + /* php_stream for php_mail_gets() */ + php_stream *gets_stream; + ZEND_END_MODULE_GLOBALS(imap) diff --git a/programming/php/php/files/php-imap-myrights.diff b/programming/php/php/files/php-imap-myrights.diff new file mode 100644 index 0000000000..274a5f73da --- /dev/null +++ b/programming/php/php/files/php-imap-myrights.diff @@ -0,0 +1,92 @@ +diff -Naurp php-5.3.4RC1/ext/imap/php_imap.c php-5.3.4RC1.oden/ext/imap/php_imap.c +--- php-5.3.4RC1/ext/imap/php_imap.c 2010-11-22 10:39:59.349863220 +0100 ++++ php-5.3.4RC1.oden/ext/imap/php_imap.c 2010-11-22 10:40:14.709956619 +0100 +@@ -163,6 +163,11 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_geta + ZEND_ARG_INFO(0, stream_id) + ZEND_ARG_INFO(0, mailbox) + ZEND_END_ARG_INFO() ++ ++ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_myrights, 0, 0, 2) ++ ZEND_ARG_INFO(0, stream_id) ++ ZEND_ARG_INFO(0, mailbox) ++ZEND_END_ARG_INFO() + #endif + #if defined(HAVE_IMAP2005) + ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_setannotation, 0, 0, 5) +@@ -558,6 +563,7 @@ const zend_function_entry imap_functions + PHP_FE(imap_set_quota, arginfo_imap_set_quota) + PHP_FE(imap_setacl, arginfo_imap_setacl) + PHP_FE(imap_getacl, arginfo_imap_getacl) ++ PHP_FE(imap_myrights, arginfo_imap_myrights) + #endif + #if defined(HAVE_IMAP2005) + PHP_FE(imap_setannotation, arginfo_imap_setannotation) +@@ -822,6 +828,20 @@ void mail_getacl(MAILSTREAM *stream, cha + } + } + /* }}} */ ++ ++/* {{{ mail_myrights ++ * ++ * Mail MYRIGHTS callback ++ * Called via the mail_parameter function in c-client:src/c-client/mail.c ++ */ ++void mail_myrights(MAILSTREAM *stream, char *mailbox, char *rights) ++{ ++ TSRMLS_FETCH(); ++ ++ ZVAL_STRING(IMAPG(imap_acl_list), rights, 1); ++ ++} ++/* }}} */ + #endif + + #if defined(HAVE_IMAP2005) +@@ -1597,6 +1617,36 @@ PHP_FUNCTION(imap_getacl) + IMAPG(imap_acl_list) = NIL; + } + /* }}} */ ++ ++/* {{{ proto string imap_myrights(resource stream_id, string mailbox) ++ Gets my rights (ACL) for a given mailbox */ ++PHP_FUNCTION(imap_myrights) ++{ ++ zval **streamind, **mailbox; ++ pils *imap_le_struct; ++ ++ if(ZEND_NUM_ARGS() != 2 || zend_get_parameters_ex(2, &streamind, &mailbox) == FAILURE) { ++ ZEND_WRONG_PARAM_COUNT(); ++ } ++ ++ ZEND_FETCH_RESOURCE(imap_le_struct, pils *, streamind, -1, "imap", le_imap); ++ ++ convert_to_string_ex(mailbox); ++ ++ IMAPG(imap_acl_list) = return_value; ++ ++ /* set the callback for the GET_ACL function */ ++ mail_parameters(NIL, SET_MYRIGHTS, (void *) mail_myrights); ++ if(!imap_myrights(imap_le_struct->imap_stream, Z_STRVAL_PP(mailbox))) { ++ php_error(E_WARNING, "c-client imap_myrights failed"); ++ zval_dtor(return_value); ++ RETURN_FALSE; ++ } ++ ++ IMAPG(imap_acl_list) = NIL; ++} ++/* }}} */ ++ + #endif /* HAVE_IMAP2000 || HAVE_IMAP2001 */ + + #if defined(HAVE_IMAP2005) +diff -Naurp php-5.3.4RC1/ext/imap/php_imap.h php-5.3.4RC1.oden/ext/imap/php_imap.h +--- php-5.3.4RC1/ext/imap/php_imap.h 2010-11-22 10:39:59.349863220 +0100 ++++ php-5.3.4RC1.oden/ext/imap/php_imap.h 2010-11-22 10:40:14.709956619 +0100 +@@ -183,6 +183,7 @@ PHP_FUNCTION(imap_get_quotaroot); + PHP_FUNCTION(imap_set_quota); + PHP_FUNCTION(imap_setacl); + PHP_FUNCTION(imap_getacl); ++PHP_FUNCTION(imap_myrights); + #endif + #if defined(HAVE_IMAP2005) + PHP_FUNCTION(imap_setannotation); diff --git a/programming/php/php/files/php5-imap-symlink.diff b/programming/php/php/files/php5-imap-symlink.diff new file mode 100644 index 0000000000..475c037557 --- /dev/null +++ b/programming/php/php/files/php5-imap-symlink.diff @@ -0,0 +1,15 @@ +--- ext/imap/config.m4 2006-01-23 23:55:13.000000000 +0200 ++++ ext.orig/imap/config.m4 2006-01-23 23:56:08.000000000 +0200 +@@ -146,12 +146,6 @@ + AC_MSG_ERROR(Cannot find rfc822.h. Please check your c-client installation.) + fi + +- if test -r "$IMAP_DIR/c-client/c-client.a"; then +- ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1 +- elif test -r "$IMAP_DIR/$PHP_LIBDIR/c-client.a"; then +- ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1 +- fi +- + for lib in c-client4 c-client imap; do + IMAP_LIB=$lib + IMAP_LIB_CHK($PHP_LIBDIR) diff --git a/programming/php/php/files/stack_buffer_overflow_in_imagepstext.patch b/programming/php/php/files/stack_buffer_overflow_in_imagepstext.patch new file mode 100644 index 0000000000..338e5e6d3e --- /dev/null +++ b/programming/php/php/files/stack_buffer_overflow_in_imagepstext.patch @@ -0,0 +1,14 @@ +--- php-5.2.14.orig/ext/gd/gd.c 2011-01-26 12:38:42.956023043 +0200 ++++ php-5.2.14/ext/gd/gd.c 2011-01-26 13:37:21.171023045 +0200 +@@ -4593,6 +4593,11 @@ + return; + } + ++ if (aa_steps != 4 && aa_steps != 16) { ++ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Antialias steps must be 4 or 16"); ++ RETURN_FALSE; ++ } ++ + ZEND_FETCH_RESOURCE(bg_img, gdImagePtr, &img, -1, "Image", le_gd); + ZEND_FETCH_RESOURCE(f_ind, int *, &fnt, -1, "Type 1 font", le_ps_font); + diff --git a/programming/php/php/files/system-timezone.patch b/programming/php/php/files/system-timezone.patch new file mode 100644 index 0000000000..42e470b5a1 --- /dev/null +++ b/programming/php/php/files/system-timezone.patch @@ -0,0 +1,265 @@ +Index: ext/date/lib/parse_tz.c +=================================================================== +RCS file: /repository/php-src/ext/date/lib/parse_tz.c,v +retrieving revision 1.35 +diff -u -r1.35 parse_tz.c +--- ext/date/lib/parse_tz.c 31 Dec 2007 07:12:08 -0000 1.35 ++++ ext/date/lib/parse_tz.c 10 Jan 2008 11:42:15 -0000 +@@ -20,6 +20,16 @@ + + #include "timelib.h" + ++#ifdef HAVE_SYSTEM_TZDATA ++#include ++#include ++#include ++#include ++#include ++ ++#include "php_scandir.h" ++#endif ++ + #include + + #ifdef HAVE_STRING_H +@@ -27,7 +37,10 @@ + #else + #include + #endif ++ ++#ifndef HAVE_SYSTEM_TZDATA + #include "timezonedb.h" ++#endif + + #if (defined(__APPLE__) || defined(__APPLE_CC__)) && (defined(__BIG_ENDIAN__) || defined(__LITTLE_ENDIAN__)) + # if defined(__LITTLE_ENDIAN__) +@@ -202,6 +215,195 @@ + } + } + ++#ifdef HAVE_SYSTEM_TZDATA ++ ++#ifdef HAVE_SYSTEM_TZDATA_PREFIX ++#define ZONEINFO_PREFIX HAVE_SYSTEM_TZDATA_PREFIX ++#else ++#define ZONEINFO_PREFIX "/usr/share/zoneinfo" ++#endif ++ ++static const timelib_tzdb *timezonedb_system = NULL; ++ ++/* Filter out some non-tzdata files and the posix/right databases, if ++ * present. */ ++static int index_filter(const struct dirent *ent) ++{ ++ return strcmp(ent->d_name, ".") != 0 ++ && strcmp(ent->d_name, "..") != 0 ++ && strcmp(ent->d_name, "posix") != 0 ++ && strcmp(ent->d_name, "posixrules") != 0 ++ && strcmp(ent->d_name, "right") != 0 ++ && strstr(ent->d_name, ".tab") == NULL; ++} ++ ++/* Create the zone identifier index by trawling the filesystem. */ ++static void create_zone_index(timelib_tzdb *db) ++{ ++ size_t dirstack_size, dirstack_top; ++ size_t index_size, index_next; ++ timelib_tzdb_index_entry *db_index; ++ char **dirstack; ++ ++ /* LIFO stack to hold directory entres to scan; each slot is a ++ * directory name relative to the zoneinfo prefix. */ ++ dirstack_size = 32; ++ dirstack = malloc(dirstack_size * sizeof *dirstack); ++ dirstack_top = 1; ++ dirstack[0] = strdup(""); ++ ++ /* Index array. */ ++ index_size = 64; ++ db_index = malloc(index_size * sizeof *db_index); ++ index_next = 0; ++ ++ do { ++ struct dirent **ents; ++ char name[PATH_MAX], *top; ++ int count; ++ ++ /* Pop the top stack entry, and iterate through its contents. */ ++ top = dirstack[--dirstack_top]; ++ snprintf(name, sizeof name, ZONEINFO_PREFIX "/%s", top); ++ ++ count = php_scandir(name, &ents, index_filter, php_alphasort); ++ ++ while (count > 0) { ++ struct stat st; ++ const char *leaf = ents[count - 1]->d_name; ++ ++ snprintf(name, sizeof name, ZONEINFO_PREFIX "/%s/%s", ++ top, leaf); ++ ++ if (strlen(name) && stat(name, &st) == 0) { ++ /* Name, relative to the zoneinfo prefix. */ ++ const char *root = top; ++ ++ if (root[0] == '/') root++; ++ ++ snprintf(name, sizeof name, "%s%s%s", root, ++ *root ? "/": "", leaf); ++ ++ if (S_ISDIR(st.st_mode)) { ++ if (dirstack_top == dirstack_size) { ++ dirstack_size *= 2; ++ dirstack = realloc(dirstack, ++ dirstack_size * sizeof *dirstack); ++ } ++ dirstack[dirstack_top++] = strdup(name); ++ } ++ else { ++ if (index_next == index_size) { ++ index_size *= 2; ++ db_index = realloc(db_index, ++ index_size * sizeof *db_index); ++ } ++ ++ db_index[index_next].id = strdup(name); ++ db_index[index_next++].pos = 0; ++ } ++ } ++ ++ free(ents[--count]); ++ } ++ ++ free(ents); ++ free(top); ++ } while (dirstack_top); ++ ++ db->index = db_index; ++ db->index_size = index_next; ++ ++ free(dirstack); ++} ++ ++/* Return the mmap()ed tzfile if found, else NULL. On success, the ++ * length of the mapped data is placed in *length. */ ++static char *map_tzfile(const char *timezone, size_t *length) ++{ ++ char fname[PATH_MAX]; ++ struct stat st; ++ char *p; ++ int fd; ++ ++ if (strstr(timezone, "..") != NULL) { ++ return NULL; ++ } ++ ++ snprintf(fname, sizeof fname, ZONEINFO_PREFIX "/%s", timezone); ++ ++ fd = open(fname, O_RDONLY); ++ if (fd == -1) { ++ return NULL; ++ } else if (fstat(fd, &st) != 0 || st.st_size < 21) { ++ close(fd); ++ return NULL; ++ } ++ ++ *length = st.st_size; ++ p = mmap(NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0); ++ close(fd); ++ ++ return p != MAP_FAILED ? p : NULL; ++} ++ ++const timelib_tzdb *timelib_builtin_db(void) ++{ ++ if (timezonedb_system == NULL) { ++ timelib_tzdb *tmp = malloc(sizeof *tmp); ++ ++ tmp->version = "0.system"; ++ tmp->data = NULL; ++ create_zone_index(tmp); ++ timezonedb_system = tmp; ++ } ++ ++ return timezonedb_system; ++} ++ ++const timelib_tzdb_index_entry *timelib_timezone_builtin_identifiers_list(int *count) ++{ ++ *count = timezonedb_system->index_size; ++ return timezonedb_system->index; ++} ++ ++int timelib_timezone_id_is_valid(char *timezone, const timelib_tzdb *tzdb) ++{ ++ char fname[PATH_MAX]; ++ ++ if (strstr(timezone, "..") != NULL) { ++ return 0; ++ } ++ ++ snprintf(fname, sizeof fname, ZONEINFO_PREFIX "/%s", timezone); ++ ++ return access(fname, R_OK) == 0 ? 1 : 0; ++} ++ ++timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb) ++{ ++ char *tzf, *orig; ++ timelib_tzinfo *tmp; ++ size_t len; ++ ++ orig = map_tzfile(timezone, &len); ++ if (orig == NULL) { ++ return NULL; ++ } ++ ++ tmp = timelib_tzinfo_ctor(timezone); ++ ++ tzf = orig + 20; ++ read_header(&tzf, tmp); ++ read_transistions(&tzf, tmp); ++ read_types(&tzf, tmp); ++ ++ munmap(orig, len); ++ ++ return tmp; ++} ++#else /* !HAVE_SYSTEM_TZDATA */ ++ + static int seek_to_tz_position(const unsigned char **tzf, char *timezone, const timelib_tzdb *tzdb) + { + int left = 0, right = tzdb->index_size - 1; +@@ -258,6 +460,7 @@ + + return tmp; + } ++#endif + + static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_time) + { +Index: ext/date/lib/timelib.m4 +=================================================================== +RCS file: /repository/php-src/ext/date/lib/timelib.m4,v +retrieving revision 1.4 +diff -u -r1.4 timelib.m4 +--- ext/date/lib/timelib.m4 3 Jul 2005 23:30:52 -0000 1.4 ++++ ext/date/lib/timelib.m4 10 Jan 2008 11:42:16 -0000 +@@ -78,3 +78,17 @@ + + dnl Check for strtoll, atoll + AC_CHECK_FUNCS(strtoll atoll strftime) ++ ++PHP_ARG_WITH(system-tzdata, for use of system timezone data, ++[ --with-system-tzdata[=DIR] to specify use of system timezone data], ++no, no) ++ ++if test "$PHP_SYSTEM_TZDATA" != "no"; then ++ AC_DEFINE(HAVE_SYSTEM_TZDATA, 1, [Define if system timezone data is used]) ++ ++ if test "$PHP_SYSTEM_TZDATA" != "yes"; then ++ AC_DEFINE_UNQUOTED(HAVE_SYSTEM_TZDATA_PREFIX, "$PHP_SYSTEM_TZDATA", ++ [Define for location of system timezone data]) ++ fi ++fi ++ + diff --git a/programming/php/php/pspec.xml b/programming/php/php/pspec.xml new file mode 100644 index 0000000000..bb62d58f62 --- /dev/null +++ b/programming/php/php/pspec.xml @@ -0,0 +1,205 @@ + + + + + php + http://www.php.net + + Fatih Turgel + turgelfatih@gmail.com + + PHP + library + PHP5 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly + PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. + http://us2.php.net/distributions/php-5.6.20.tar.bz2 + + gd-devel + harfbuzz-devel + apr-devel + apr-util-devel + apache + postfix + libxslt-devel + db-devel + mariadb-lib + libmcrypt-devel + mit-kerberos + libc-client + postgresql-server + libjpeg-turbo-devel + zlib-devel + curl-devel + gdbm-devel + libpng-devel + freetype-devel + openssl-devel + + + int_overflow_in_mt_rand.patch + stack_buffer_overflow_in_imagepstext.patch + denial_of_service_in_getArchiveComment.patch + php-imap-myrights.diff + db6.patch + + + + debian/052-phpinfo_no_configure.patch + + + + + php-cli + + php-common + gd + libxslt + mariadb-lib + libmcrypt + mit-kerberos + postgresql-lib + openldap-client + libjpeg-turbo + + + /etc/php/cli + /usr/bin + /usr/share/man + + + go-pear + + + + + php-common + Common config files for PHP + + mit-kerberos + db + + + + /usr/lib/php/modules + /usr/share/php5 + /etc/php/ext + + + + + php-devel + Development files for PHP + + php-common + + + /usr/bin/php-config + /usr/bin/phpize + /usr/include + /usr/lib/php/build + /usr/share/man/man1/php-config* + /usr/share/man/man1/phpize* + + + + + mod_php + server.web + + apache + mariadb-lib + postgresql-lib + gd + libxslt + mit-kerberos + openldap-client + cyrus-sasl + harfbuzz + php-common + libmcrypt + libjpeg-turbo + + + /usr/lib/apache2/modules/libphp5.so + /etc/apache2 + /etc/php/apache2 + + + 70_mod_php5.conf + + + + + php-zip + Zip extension for PHP + + php-common + mit-kerberos + + + /usr/lib/php/modules/zip.so + /etc/php/cli/ext/10-php-zip.ini + /etc/php/ext/10-php-zip.ini + + + 10-php-zip.ini + + + + + php-imap + Module for PHP to enable IMAP support + + php-common + libc-client + mit-kerberos + + + /usr/lib/php/modules/imap.so + /etc/php/ext/11-php-imap.ini + /etc/php/cli/ext/11-php-imap.ini + /etc/php/apache2/ext/11-php-imap.ini + + + 11-php-imap.ini + + + + php-fpm + FPM for PHP + + php-common + libxslt + libxslt + libjpeg-turbo + postgresql-lib + openldap-client + libmcrypt + + + /usr/sbin/php-fpm + /usr/share/man/man8/php-fpm.8 + /etc/php/ext/php-fpm.conf + /usr/share/fpm + /run + /var/log + + + php-fpm.conf + + + System.Service + + + + + + + 2012-10-23 + 5.4.8 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + diff --git a/programming/php/php/translations.xml b/programming/php/php/translations.xml new file mode 100644 index 0000000000..57c0eea258 --- /dev/null +++ b/programming/php/php/translations.xml @@ -0,0 +1,14 @@ + + + + php + Dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dili + PHP5, dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dilidir. Dil yapısının önemli bir kısmı C, Java ve Perl'den alınmıştır. Bu dilin amacı, web geliştiricilerinin kısa zamanda dinamik sayfalar oluşturmasına imkan vermektir. + PHP5 es un languaje interpretado que puede estar embebido en HTML. Muchas partes de su sintaxis fueron prestados de C, Java y Perl con algunas facilidades agregados únicas de PHP. El lenguaje permite a desarrolladores web escribir de manera sencilla páginas con contenido dinámico. + + + + php-common + PHP için genel yapılandırma dosyaları + + diff --git a/server/web/apache/pspec.xml b/server/web/apache/pspec.xml index 04065da9e3..33806109d8 100644 --- a/server/web/apache/pspec.xml +++ b/server/web/apache/pspec.xml @@ -14,7 +14,7 @@ service Apache web server Apache HTTP Server is a free software/open source web server for Unix-like systems, Microsoft Windows, Novell NetWare and other operating systems. Apache is notable for playing a key role in the initial growth of the World Wide Web, and continues to be the most popular web server in use, serving as the de facto reference platform against which other web servers are designed and judged. - http://archive.apache.org/dist/httpd/httpd-2.4.16.tar.bz2 + http://archive.apache.org/dist/httpd/httpd-2.4.20.tar.bz2 apr-devel nss-devel @@ -93,8 +93,8 @@ - 2015-09-04 - 2.4.16 + 2016-04-17 + 2.4.20 First release Ertuğrul Erata ertugrulerata@gmail.com