# HG changeset patch # User Aleksej Bobylev # Date 1519828087 -7200 # Node ID e6615350078d0fe0ccfea31a48a964ecb11bdc0c # Parent 0fcf48f89432c3a46927c2c2d8cb282cb0c82bb3 Undo openssl split diff -r 0fcf48f89432 -r e6615350078d GConf/receipt --- a/GConf/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/GConf/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -14,7 +14,7 @@ polkit ORBit2 atk cairo gtk+ fontconfig freetype pango xorg-pixman libpng \ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" -BUILD_DEPENDS="intltool gettext libcrypto libcomerr3 gobject-introspection-dev \ +BUILD_DEPENDS="intltool gettext openssl libcomerr3 gobject-introspection-dev \ ORBit2-dev dbus-dev dbus-glib-dev polkit-dev libxml2-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d aircrack-ng/receipt --- a/aircrack-ng/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/aircrack-ng/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -31,6 +31,6 @@ genpkg_rules() { copy @std - DEPENDS="libcrypto libnl libsqlite3 libssl zlib aircrack-ng-oui iw" + DEPENDS="openssl libnl libsqlite3 zlib aircrack-ng-oui iw" PROVIDE="aircrack-ng-scripts" } diff -r 0fcf48f89432 -r e6615350078d airpwn/receipt --- a/airpwn/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/airpwn/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,8 +10,8 @@ TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="pcre libpcap libcrypto openssl lorcon wireless_tools libnet" -BUILD_DEPENDS="pcre-dev libpcap-dev libcrypto-dev openssl-dev lorcon-dev \ +DEPENDS="pcre libpcap openssl lorcon wireless_tools libnet" +BUILD_DEPENDS="pcre-dev libpcap-dev openssl-dev lorcon-dev \ wireless_tools-dev libnet-dev libnet python python-dev autoconf automake" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d alpine/receipt --- a/alpine/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/alpine/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,7 +12,7 @@ TAGS="mail client" #HOST_ARCH="i486 arm" -DEPENDS="libssl pam ncurses" +DEPENDS="openssl pam ncurses" BUILD_DEPENDS="openssl-dev pam-dev ncurses-dev gfortran gettext" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d asterisk/receipt --- a/asterisk/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/asterisk/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -74,7 +74,7 @@ radiusclient-ng nbs freetds libpostgresqlclient \ libmysqlclient libunixODBC popt dahdi libpri lua \ libcap attr net-snmp portaudio sqlite3 libkrb5 \ - libcomerr3 libsdl libsdl-image libssl libxml2 bluez \ + libcomerr3 libsdl libsdl-image libxml2 bluez \ libldap libical neon util-linux-uuid" mkdir -p $fs/usr cp -a $install/etc $fs diff -r 0fcf48f89432 -r e6615350078d audit/receipt --- a/audit/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/audit/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -40,7 +40,7 @@ audit) copy @std rm -r $fs/usr/lib/python* - DEPENDS="libcrypto libldap libssl" + DEPENDS="openssl libldap" ;; audit-python) copy *.py site-packages/*.so diff -r 0fcf48f89432 -r e6615350078d bind/receipt --- a/bind/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/bind/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -51,17 +51,17 @@ bind) CONFIG_FILES="/etc/bind/" copy etc/ sbin/ - DEPENDS="libbind libcrypto attr openssl perl" + DEPENDS="libbind attr openssl perl" ;; bind-client) copy bin/; rm $fs/usr/bin/bind9-config CAT="network|client" - DEPENDS="libbind libcrypto attr libpcap" + DEPENDS="libbind openssl attr libpcap" ;; libbind) copy *.so* CAT="libdevel|shared libraries" - DEPENDS="libcrypto libcap libxml2 zlib attr libkrb5" + DEPENDS="openssl libcap libxml2 zlib attr libkrb5" ;; bind-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d boxbackup-client/receipt --- a/boxbackup-client/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/boxbackup-client/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WEB_SITE="http://www.boxbackup.org/" TAGS="backup automatic client" -DEPENDS="db libedit libssl perl zlib gcc-lib-base" +DEPENDS="db libedit openssl perl zlib gcc-lib-base" # Configuration variables CONF_DIR="/etc/boxbackup" diff -r 0fcf48f89432 -r e6615350078d burp/receipt --- a/burp/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/burp/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="acl libssl libcrypto attr popt ncurses zlib bzlib gcc-lib-base" +DEPENDS="acl openssl attr popt ncurses zlib bzlib gcc-lib-base" BUILD_DEPENDS="librsync acl-dev openssl-dev attr-dev popt-dev ncurses-dev \ bzip2-dev zlib-dev" diff -r 0fcf48f89432 -r e6615350078d centerim/receipt --- a/centerim/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/centerim/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$WEB_SITE/download/cim5/$TARBALL" TAGS="im instant-messenger cli command-line" -DEPENDS="ncurses curl libssl libidn libgpg-error gpgme" +DEPENDS="ncurses curl openssl libidn libgpg-error gpgme" BUILD_DEPENDS="ncurses-dev curl-dev openssl-dev libidn-dev libgpg-error-dev \ gpgme-dev libpurple-dev libsigc++-dev libxml2-dev" diff -r 0fcf48f89432 -r e6615350078d claws-mail/receipt --- a/claws-mail/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/claws-mail/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -37,9 +37,9 @@ copy bin/ icons/ CAT="mail|the user-friendly, lightweight and fast email client" DEPENDS="atk bzlib cairo dbus dbus-glib enchant fontconfig \ - freetype gdk-pixbuf glib gmp gtk+ libcroco libcrypto libetpan \ + freetype gdk-pixbuf glib gmp gtk+ libcroco openssl libetpan \ libffi libgnutls libharfbuzz libidn libldap liblzma libpng16 \ - librsvg libssl libtasn1 libunistring libxml2 nettle p11-kit pango \ + librsvg libtasn1 libunistring libxml2 nettle p11-kit pango \ pcre startup-notification util-linux-blkid util-linux-mount \ util-linux-uuid xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman \ diff -r 0fcf48f89432 -r e6615350078d clementine/receipt --- a/clementine/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/clementine/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -14,7 +14,7 @@ DEPENDS="ffmpeg fftw glew gst0-plugins-base libmtp protobuf taglib qt5-base libcdio qjson " # libgpod qca BUILD_DEPENDS="cmake qt5-dev mesa17-dev xorg-dev libglu-mesa-dev \ -libglw-mesa-dev libcrypto-dev lame-dev taglib-dev dbus-dev libcurl \ +libglw-mesa-dev openssl-dev lame-dev taglib-dev dbus-dev libcurl \ libplist-dev libusb-dev libmtp-dev libcdio-dev libcdio-utils \ gstreamer1-dev gst1-plugins-base-dev gst1-plugins-good-dev \ libboost-dev gettext automake autoconf glib-dev dbus-glib-dev fftw-dev \ diff -r 0fcf48f89432 -r e6615350078d clicfs/receipt --- a/clicfs/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/clicfs/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WEB_SITE="https://github.com/openSUSE/clicfs" WGET_URL="$WEB_SITE/archive/$GITHASH.zip" -DEPENDS="fuse liblzma libcrypto gcc-lib-base" +DEPENDS="fuse liblzma openssl gcc-lib-base" BUILD_DEPENDS="cmake fuse-dev xz-dev openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d coova-chilli/receipt --- a/coova-chilli/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/coova-chilli/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://www.coova.org/CoovaChilli" WGET_URL="http://ap.coova.org/chilli/$TARBALL" -DEBENDS="libssl curl libidn" +DEPENDS="openssl curl libidn" BUILD_DEPENDS="openssl-dev curl-dev perl" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d cvs-contrib/receipt --- a/cvs-contrib/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/cvs-contrib/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -9,7 +9,7 @@ WANTED="cvs" WEB_SITE="http://ximbiot.com/cvs/" -DEPENDS="libcomerr libcrypto libkrb5" +DEPENDS="libcomerr openssl libkrb5" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 0fcf48f89432 -r e6615350078d cvs/receipt --- a/cvs/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/cvs/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL" TAGS="version-control versioning" -DEPENDS="libcomerr libcomerr3 libcrypto libkrb5" +DEPENDS="libcomerr libcomerr3 openssl libkrb5" # Rules to configure and make the package. compile_rules() diff -r 0fcf48f89432 -r e6615350078d cyrus-sasl/receipt --- a/cyrus-sasl/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/cyrus-sasl/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -56,23 +56,23 @@ copy sasl2/*.so* CAT="system-tools|library modules" PROVIDE="libsasl-without-ldap" - DEPENDS="libcomerr3 libcrypto libdb libkrb5" + DEPENDS="libcomerr3 openssl libdb libkrb5" ;; cyrus-sasl) copy @std @rm - DEPENDS="libcomerr3 libcrypto libdb libkrb5 libldap \ - libsasl libsasl-modules libssl" + DEPENDS="libcomerr3 openssl libdb libkrb5 libldap \ + libsasl libsasl-modules" ;; *-dev) copy @dev - DEPENDS="db-dev krb5-dev libcrypto-dev" + DEPENDS="db-dev krb5-dev openssl-dev" ;; cyrus-sasl-pam) copy @std rm -rf $fs/usr/lib CAT="network|using PAM" - DEPENDS="libcomerr3 libcrypto libdb libkrb5 libldap \ - libsasl libsasl-modules libssl pam" + DEPENDS="libcomerr3 openssl libdb libkrb5 libldap \ + libsasl libsasl-modules pam" ;; libsasl-without-ldap) copy libsasl2*.so* diff -r 0fcf48f89432 -r e6615350078d deadbeef-opus/receipt --- a/deadbeef-opus/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/deadbeef-opus/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -23,5 +23,5 @@ genpkg_rules() { copy @std - DEPENDS="deadbeef libcrypto libogg libssl opus opusfile" + DEPENDS="deadbeef openssl libogg opus opusfile" } diff -r 0fcf48f89432 -r e6615350078d dovecot/receipt --- a/dovecot/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/dovecot/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://dovecot.org" WGET_URL="http://www.dovecot.org/releases/${VERSION:0:3}/$TARBALL" -DEPENDS="libssl libcap openldap pam postgresql libmysqlclient" +DEPENDS="openssl libcap openldap pam postgresql libmysqlclient" BUILD_DEPENDS="openssl-dev libcap-dev openldap-dev \ libmysqlclient mysql-dev sqlite3-dev pam-dev postgresql-dev" diff -r 0fcf48f89432 -r e6615350078d eet/receipt --- a/eet/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/eet/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -34,7 +34,7 @@ case $PACKAGE in eet) copy @std - DEPENDS="eina libjpeg-turbo libssl" + DEPENDS="eina libjpeg-turbo openssl" TAGS="e enlightenment efl" ;; eet-dev) diff -r 0fcf48f89432 -r e6615350078d etherape/receipt --- a/etherape/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/etherape/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,10 +12,10 @@ TAGS="ip monitoring network tcp vlan wlan" DEPENDS="gtk+ libglade libgnome libpcap libgnomeui libltdl \ -libcrypto libxslt libgnome-keyring util-linux-uuid" +openssl libxslt libgnome-keyring util-linux-uuid" BUILD_DEPENDS="gcc glib-dev glibc-dev libglade-dev libgnome-dev gtk+-dev \ -libgnomeui-dev libpcap-dev gnome-doc-utils-dev libcrypto-dev libxslt-dev \ +libgnomeui-dev libpcap-dev gnome-doc-utils-dev openssl-dev libxslt-dev \ ossp-uuid-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d exiv2/receipt --- a/exiv2/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/exiv2/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -36,7 +36,7 @@ ;; exiv2-dev) copy @dev - DEPENDS="curl-dev expat-dev libcrypto-dev libssh-dev openssl-dev \ + DEPENDS="curl-dev expat-dev libssh-dev openssl-dev \ zlib-dev" ;; esac diff -r 0fcf48f89432 -r e6615350078d exosip/receipt --- a/exosip/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/exosip/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -22,7 +22,7 @@ case $PACKAGE in exosip) copy @std - DEPENDS="c-ares libcrypto libssl osip" + DEPENDS="c-ares openssl osip" ;; *-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d fossil/receipt --- a/fossil/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/fossil/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://www.fossil-scm.org/" WGET_URL="${WEB_SITE}download/$TARBALL" -DEPENDS="libssl libcrypto zlib" +DEPENDS="openssl zlib" BUILD_DEPENDS="openssl-dev zlib-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d freeradius/receipt --- a/freeradius/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/freeradius/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -34,7 +34,7 @@ case $PACKAGE in freeradius) CONFIG_FILES="/etc/raddb" - DEPENDS="libssl cyrus-sasl libldap libltdl python readline \ + DEPENDS="openssl cyrus-sasl libldap libltdl python readline \ libunixODBC libkrb5 libcomerr3 libmysqlclient gdbm" mkdir -p $fs/usr/lib $fs/usr/share $fs/etc/init.d $fs/var/run/radiusd diff -r 0fcf48f89432 -r e6615350078d freerdp/receipt --- a/freerdp/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/freerdp/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -28,7 +28,7 @@ case $PACKAGE in freerdp) TAGS="rdp remote-desktop" - DEPENDS="zlib libkrb5 libssl libcomerr cups alsa-lib xorg-libxcb \ + DEPENDS="zlib libkrb5 openssl libcomerr cups alsa-lib xorg-libxcb \ xorg-libXcursor ffmpeg xorg-libXv pcsc-lite" mkdir -p $fs/usr/lib/freerdp $fs/usr/share cp -a $install/usr/bin $fs/usr diff -r 0fcf48f89432 -r e6615350078d gnustep-base/receipt --- a/gnustep-base/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/gnustep-base/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,9 +10,9 @@ WEB_SITE="http://www.gnustep.org/" WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" -DEPENDS="libffi libxslt gnutls libbfd libobjc libssl libcrypto libtasn1 icu" +DEPENDS="libffi libxslt gnutls libbfd libobjc openssl libtasn1 icu" BUILD_DEPENDS="gnustep-make libffi-dev libxslt-dev gnutls-dev openssl-dev \ -libcrypto-dev libtasn1-dev tar icu-dev" +libtasn1-dev tar icu-dev" SPLIT="gnustep-base-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d gnutls/receipt --- a/gnutls/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/gnutls/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,8 +13,8 @@ TARBALL_MD5="0ab25eb6a1509345dd085bc21a387951" BUILD_DEPENDS_arm="libtasn1-dev ncurses-dev readline-dev nettle-dev \ -libgpg-error-dev libgcrypt-dev libcrypto-dev gmp-dev lzip" -BUILD_DEPENDS="nettle-dev libtasn1-dev libunistring-dev gettext libcrypto-dev \ +libgpg-error-dev libgcrypt-dev openssl-dev gmp-dev lzip" +BUILD_DEPENDS="nettle-dev libtasn1-dev libunistring-dev gettext openssl-dev \ libidn-dev unbound-dev p11-kit-dev" SPLIT="libgnutls gnutls-dev" @@ -42,7 +42,7 @@ DEPENDS="cacerts gmp libffi libgnutls libidn libtasn1 libunistring \ nettle p11-kit zlib" DEPENDS_arm="nettle libgpg-error ncurses readline zlib \ - gcc-lib-base libgnutls libcrypto libtasn1" + gcc-lib-base libgnutls openssl libtasn1" case $ARCH in arm*) DEPENDS=$DEPENDS_arm;; esac @@ -55,7 +55,7 @@ ;; *-dev) copy @dev - DEPENDS="gnutls libgnutls gmp-dev libcrypto-dev libffi-dev \ + DEPENDS="gnutls libgnutls gmp-dev openssl-dev libffi-dev \ libidn-dev libtasn1-dev libunistring-dev nettle-dev p11-kit-dev \ unbound-dev zlib-dev" ;; diff -r 0fcf48f89432 -r e6615350078d grisbi/receipt --- a/grisbi/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/grisbi/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://www.grisbi.org/" WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL" -DEPENDS="gtk+ xorg-libXdamage libofx libofx libssl" +DEPENDS="gtk+ xorg-libXdamage libofx libofx openssl" BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev \ opensp-dev openssl-dev intltool" diff -r 0fcf48f89432 -r e6615350078d gsoap/receipt --- a/gsoap/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/gsoap/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ TARBALL="${PACKAGE}_${VERSION}.zip" WGET_URL="$SF_MIRROR/gsoap2/$TARBALL" -DEPENDS="libssl zlib" +DEPENDS="openssl zlib" BUILD_DEPENDS="autoconf automake openssl-dev zlib-dev flex" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d gst0-plugins-bad/receipt --- a/gst0-plugins-bad/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/gst0-plugins-bad/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -42,8 +42,8 @@ *-bad) copy @std DEPENDS="bzlib faac faad2 glib gst0-plugins-base gstreamer0 jasper \ - libcrypto libcurl libffi liblzma libmms libmodplug libpng16 libsdl \ - libsndfile libssl libvpx libxml2 mjpegtools opus orc pcre \ + openssl libcurl libffi liblzma libmms libmodplug libpng16 libsdl \ + libsndfile libvpx libxml2 mjpegtools opus orc pcre \ schroedinger xorg-libX11 xvidcore zlib zvbi" ;; *-dev) diff -r 0fcf48f89432 -r e6615350078d guacamole/receipt --- a/guacamole/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/guacamole/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -31,7 +31,7 @@ { case $PACKAGE in guacamole) - DEPENDS="cairo ossp-uuid libxml2 libvorbis libssl freerdp \ + DEPENDS="cairo ossp-uuid libxml2 libvorbis openssl freerdp \ libvncserver libssh2 pango pulseaudio libjson-c \ libsndfile flac bzlib zlib" mkdir -p $fs/usr/lib diff -r 0fcf48f89432 -r e6615350078d gvfs/receipt --- a/gvfs/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/gvfs/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -54,7 +54,7 @@ gvfs-archive) copy gvfsd-archive archive.mount CAT="system-tools|archive support - archive:///" - DEPENDS="gvfs acl attr bzlib libarchive libcrypto liblzma libxml2 \ + DEPENDS="gvfs acl attr bzlib libarchive openssl liblzma libxml2 \ lz4-lib lzo nettle" ;; gvfs-cdda) diff -r 0fcf48f89432 -r e6615350078d hexchat/receipt --- a/hexchat/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/hexchat/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -41,8 +41,8 @@ remove_already_packed rm -r $fs/usr/share/appdata/ DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype \ - gdk-pixbuf glib gtk+ libcanberra libcrypto libffi libharfbuzz \ - libltdl liblzma libnotify libogg libpng16 libssl libvorbis libxml2 \ + gdk-pixbuf glib gtk+ libcanberra openssl libffi libharfbuzz \ + libltdl liblzma libnotify libogg libpng16 libvorbis libxml2 \ pango pciutils pcre util-linux-blkid util-linux-mount \ util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \ xorg-libXrender xorg-libxcb xorg-pixman zlib" diff -r 0fcf48f89432 -r e6615350078d hfsprogs/receipt --- a/hfsprogs/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/hfsprogs/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -40,5 +40,5 @@ genpkg_rules() { copy @std - DEPENDS="libbsd libcrypto" + DEPENDS="libbsd openssl" } diff -r 0fcf48f89432 -r e6615350078d hubicfuse/receipt --- a/hubicfuse/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/hubicfuse/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/TurboGit/hubicfuse/archive/v$VERSION.tar.gz" -DEPENDS="curl fuse libssl libjson-c" +DEPENDS="curl fuse openssl libjson-c" BUILD_DEPENDS="wget pkg-config curl-dev fuse-dev openssl-dev libxml2-dev \ glib libjson-c-dev" diff -r 0fcf48f89432 -r e6615350078d ipmitool/receipt --- a/ipmitool/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/ipmitool/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="https://sourceforge.net/projects/ipmitool/" WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" -DEPENDS="libcrypto zlib ncurses" +DEPENDS="openssl zlib ncurses" BUILD_DEPENDS="openssl-dev ncurses-dev zlib-dev readline-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d kamailio/receipt --- a/kamailio/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/kamailio/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="${WEB_SITE}pub/kamailio/$VERSION/src/$TARBALL" CONFIG_FILES="/etc/kamailio" -DEPENDS="libssl curl libxml2 pcre \ +DEPENDS="openssl curl libxml2 pcre \ radiusclient-ng libpostgresqlclient libldap net-snmp expat" BUILD_DEPENDS="flex bison openssl-dev curl-dev libxml2-dev pcre-dev \ radiusclient-ng-dev postgresql-dev openldap-dev net-snmp-dev expat-dev \ diff -r 0fcf48f89432 -r e6615350078d keepalived/receipt --- a/keepalived/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/keepalived/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://www.keepalived.org/" WGET_URL="${WEB_SITE}software/$TARBALL" -DEPENDS="libssl libnl" +DEPENDS="openssl libnl" BUILD_DEPENDS="openssl-dev glib libnl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d kqoauth/receipt --- a/kqoauth/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/kqoauth/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/kypeli/kQOAuth/tarball/$GITHASH" -DEPENDS="libQtGui libQtNetwork libssl" +DEPENDS="libQtGui libQtNetwork openssl" BUILD_DEPENDS="qmake Qt4-dev openssl-dev wget" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d krb5/receipt --- a/krb5/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/krb5/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -75,7 +75,7 @@ krb5-plugins) copy plugins/ CAT="security|plugins" - DEPENDS="krb5 libcomerr3 libkrb5support libcrypto libkrb5 libssl" + DEPENDS="krb5 libcomerr3 libkrb5support openssl libkrb5" ;; krb5-clients) copy gss-client sclient sim_client uuclient diff -r 0fcf48f89432 -r e6615350078d libcclc/receipt --- a/libcclc/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libcclc/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -26,7 +26,7 @@ case $PACKAGE in libcclc) copy @std - DEPENDS="libcrypto libssl" + DEPENDS="openssl" ;; *-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d libccls/receipt --- a/libccls/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libccls/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -26,7 +26,7 @@ case $PACKAGE in libccls) copy @std - DEPENDS="glib libcrypto libsqlite3 libssl" + DEPENDS="glib openssl libsqlite3" ;; *-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d libesmtp/receipt --- a/libesmtp/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libesmtp/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -29,7 +29,7 @@ case $PACKAGE in libesmtp) copy @std - DEPENDS="libcrypto libssl" + DEPENDS="openssl" ;; *-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d libevent/receipt --- a/libevent/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libevent/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -30,12 +30,12 @@ case $PACKAGE in libevent) copy *.so* - DEPENDS="libcrypto libssl" + DEPENDS="openssl" ;; *-dev) copy @std @dev remove_already_packed - DEPENDS="libcrypto-dev openssl-dev" + DEPENDS="openssl-dev" ;; esac } diff -r 0fcf48f89432 -r e6615350078d libgit2/receipt --- a/libgit2/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libgit2/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -30,7 +30,7 @@ case $PACKAGE in libgit2) copy @std - DEPENDS="libcrypto libcurl libssh2 libssl zlib" + DEPENDS="openssl libcurl libssh2 zlib" ;; *-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d libqcow/receipt --- a/libqcow/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libqcow/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -26,7 +26,7 @@ case $PACKAGE in libqcow) copy @std - DEPENDS="fuse libcrypto zlib" + DEPENDS="fuse openssl zlib" ;; *-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d libshout/receipt --- a/libshout/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libshout/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -34,7 +34,7 @@ case $PACKAGE in libshout) copy @std - DEPENDS="libcrypto libogg libssl libtheora libvorbis speex" + DEPENDS="openssl libogg libtheora libvorbis speex" ;; *-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d libssh/receipt --- a/libssh/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libssh/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -35,7 +35,7 @@ case $PACKAGE in libssh) copy @std - DEPENDS="libcrypto zlib" + DEPENDS="openssl zlib" ;; libssh-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d libtorrent-rasterbar/receipt --- a/libtorrent-rasterbar/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libtorrent-rasterbar/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -31,12 +31,12 @@ libtorrent-rasterbar) copy @std DEPENDS="libboost-chrono libboost-python libboost-random \ - libboost-system libcrypto libssl python" + libboost-system openssl python" ;; *-dev) copy @dev DEPENDS="libtorrent-rasterbar libboost-dev libboost-chrono \ - libboost-random libboost-system libcrypto-dev openssl-dev" + libboost-random libboost-system openssl-dev" ;; esac } diff -r 0fcf48f89432 -r e6615350078d libvalhalla/receipt --- a/libvalhalla/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libvalhalla/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,7 +12,7 @@ HOST_ARCH="i486 arm" DEPENDS="ffmpeg ffmpeg-compat libexif libsqlite3 libxml2 libgcrypt libcurl \ -libcrypto" +openssl" BUILD_DEPENDS="ffmpeg-dev ffmpeg-compat-dev libsqlite3 sqlite3-dev \ libxml2-dev libexif-dev curl-dev" diff -r 0fcf48f89432 -r e6615350078d libvncserver/receipt --- a/libvncserver/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/libvncserver/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -26,7 +26,7 @@ case $PACKAGE in libvncserver) copy *.so* - DEPENDS="libcrypto libjpeg-turbo libpng16 libssl zlib" + DEPENDS="openssl libjpeg-turbo libpng16 zlib" ;; libvncserver-novnc) copy novnc/ diff -r 0fcf48f89432 -r e6615350078d links/receipt --- a/links/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/links/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ HOST_ARCH="i486 arm" SUGGESTED="gpm" -DEPENDS="ncurses libssl libcrypto jpeg libpng tiff xorg-libX11 xorg-libXau \ +DEPENDS="ncurses openssl jpeg libpng tiff xorg-libX11 xorg-libXau \ xorg-libXdmcp xorg-libxcb zlib liblzma bzlib libgomp" BUILD_DEPENDS="openssl-dev xorg-libX11-dev jpeg-dev libpng-dev tiff-dev \ zlib-dev xorg-libXdmcp-dev xorg-libxcb-dev xorg-libXau-dev xz-dev bzip2-dev \ diff -r 0fcf48f89432 -r e6615350078d lynx/receipt --- a/lynx/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/lynx/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,7 +12,7 @@ HOST_ARCH="i486 arm" # Will require build dep libtirpc after glibc is upgraded to 2.14. -DEPENDS="libssl ncurses zlib" +DEPENDS="openssl ncurses zlib" BUILD_DEPENDS="openssl-dev ncurses-dev zlib-dev gettext-tools" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d mailsync/receipt --- a/mailsync/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/mailsync/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ WGET_URL2="ftp://ftp.cac.washington.edu/mail/$EXTRA_SOURCE_FILES" TAGS="email imap" -DEPENDS="libssl" +DEPENDS="openssl" BUILD_DEPENDS="c-client openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d mariadb/receipt --- a/mariadb/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/mariadb/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -76,7 +76,7 @@ libmariadbclient) CAT="misc|SQL database system client libraries." PROVIDE="libmysqlclient" - DEPENDS="zlib libssl" + DEPENDS="zlib openssl" mkdir -p $fs/usr/lib/mysql cp -a $install/usr/lib/mysql/libmysqlclient*so* $fs/usr/lib/mysql cd $fs/usr/lib @@ -114,7 +114,7 @@ ;; mariadb-test) CAT="misc|SQL database system tests and benchs." - DEPENDS="mariadb perl libssl" + DEPENDS="mariadb perl openssl" mkdir -p $fs/usr/share cp -a $install/usr/mysql-test $fs/usr cp -a $install/usr/sql-bench $fs/usr diff -r 0fcf48f89432 -r e6615350078d mc/receipt --- a/mc/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/mc/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -14,7 +14,7 @@ WGET_URL="http://ftp.midnight-commander.org/$TARBALL" SUGGESTED="gpm xz cdrkit-isoinfo lynx w3m wv poppler-apps file" -DEPENDS="ncurses glib e2fsprogs util-linux-blkid libssh2 libssl libcrypto zlib pcre" +DEPENDS="ncurses glib e2fsprogs util-linux-blkid libssh2 openssl zlib pcre" BUILD_DEPENDS="gpm-dev glib-dev ncurses-dev util-linux-mount-dev \ util-linux-blkid-dev util-linux-uuid-dev check-dev gettext libssh2-dev" diff -r 0fcf48f89432 -r e6615350078d mcabber/receipt --- a/mcabber/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/mcabber/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://lilotux.net/~mikael/mcabber" WGET_URL="$WEB_SITE/files/$TARBALL" -DEPENDS="libcrypto openssl glib gpgme libgpg-error ncurses" +DEPENDS="openssl glib gpgme libgpg-error ncurses" BUILD_DEPENDS="ncurses-dev glib-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d minetest/receipt --- a/minetest/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/minetest/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ WGET_URL2="https://github.com/minetest/minetest_game/archive/$VERSION.tar.gz" EXTRA_SOURCE_FILES="$WGET_URL2" -DEPENDS="libssl libpng jpeg sqlite3 libvorbis openal libglu-mesa curl \ +DEPENDS="openssl libpng jpeg sqlite3 libvorbis openal libglu-mesa curl \ mesa irrlicht" BUILD_DEPENDS="wget cmake libpng-dev jpeg-dev sqlite3-dev libogg-dev \ libvorbis-dev openal-dev freetype-dev xorg-libXxf86vm-dev libglu-mesa-dev \ diff -r 0fcf48f89432 -r e6615350078d miniupnpd/receipt --- a/miniupnpd/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/miniupnpd/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$WEB_SITE/files/$TARBALL" TAGS="upnp" -DEPENDS="iptables libssl" +DEPENDS="iptables openssl" BUILD_DEPENDS="iptables-dev libnfnetlink-dev openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d modsecurity-apache/receipt --- a/modsecurity-apache/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/modsecurity-apache/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="https://www.modsecurity.org/" WGET_URL="$WEB_SITE/tarball/$VERSION/$TARBALL" -DEPENDS="apache apr apr-util pcre util-linux-uuid curl zlib libssl" +DEPENDS="apache apr apr-util pcre util-linux-uuid curl zlib openssl" BUILD_DEPENDS="wget apache-dev apr-dev apr-util-dev pcre-dev libxml2-dev \ util-linux-uuid-dev curl-dev" diff -r 0fcf48f89432 -r e6615350078d mosh/receipt --- a/mosh/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/mosh/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,8 +11,8 @@ WGET_URL="${WEB_SITE}$TARBALL" TAGS="ssh" -DEPENDS="gcc-lib-base perl protobuf libssl libcrypto zlib ncurses ssh" -BUILD_DEPENDS="pkg-config protobuf-dev openssl-dev libcrypto-dev zlib-dev \ +DEPENDS="gcc-lib-base perl protobuf openssl zlib ncurses ssh" +BUILD_DEPENDS="pkg-config protobuf-dev openssl-dev zlib-dev \ ncurses-dev automake autoconf libtool" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d mpd/receipt --- a/mpd/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/mpd/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,7 +12,7 @@ HOST_ARCH="i486 arm" DEPENDS="libid3tag libmad libogg libvorbis libsamplerate flac alsa-lib \ -audiofile faad2 lame sqlite3 libcurl glib libcrypto libwrap" +audiofile faad2 lame sqlite3 libcurl glib openssl libwrap" BUILD_DEPENDS="alsa-lib-dev zlib-dev libid3tag-dev libsamplerate-dev \ libmad-dev libogg-dev libvorbis-dev flac-dev audiofile-dev faad2-dev \ glib-dev lame-dev libwrap-dev curl-dev" diff -r 0fcf48f89432 -r e6615350078d mscore/receipt --- a/mscore/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/mscore/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,7 +12,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="libQtCore libQtGui libQtDesigner libQtScriptTools libQtNetwork libQtSvg \ -libQtXml portaudio libsndfile alsa-lib libssl libcrypto" +libQtXml portaudio libsndfile alsa-lib openssl" BUILD_DEPENDS="cmake doxygen qmake Qt4-dev portaudio-dev alsa-lib-dev libsndfile-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d msmtp/receipt --- a/msmtp/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/msmtp/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://msmtp.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="libssl" +DEPENDS="openssl" BUILD_DEPENDS="openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d n2nc/receipt --- a/n2nc/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/n2nc/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://n2nc.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="zlib libcrypto gcc-lib-base" +DEPENDS="zlib openssl gcc-lib-base" BUILD_DEPENDS="bash openssl-dev bzip2-dev zlib-dev automake autoconf libtool" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d nagios-nrpe/receipt --- a/nagios-nrpe/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/nagios-nrpe/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,8 +11,8 @@ WEB_SITE="http://www.nagios.org/" WGET_URL="$SF_MIRROR/nagios/$TARBALL" -BUILD_DEPENDS="libcrypto-dev openssl-dev openssl libwrap-dev" -DEPENDS="nagios-plugins libssl libcrypto" +BUILD_DEPENDS="openssl-dev openssl libwrap-dev" +DEPENDS="nagios-plugins openssl" # Rules to configure and make the package. compile_rules() diff -r 0fcf48f89432 -r e6615350078d nagios-plugins/receipt --- a/nagios-plugins/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/nagios-plugins/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://www.nagios.org/" WGET_URL="$SF_MIRROR/nagiosplug/$TARBALL" -DEPENDS="libssl fping" +DEPENDS="openssl fping" BUILD_DEPENDS="openssl-dev radiusclient-ng-dev radiusclient-ng openldap-dev mysql-dev libmysqlclient" diff -r 0fcf48f89432 -r e6615350078d neon/receipt --- a/neon/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/neon/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -37,7 +37,7 @@ neon) copy @std TAGS="http webdav" - DEPENDS="libcrypto liblzma libssl libxml2 zlib" + DEPENDS="openssl liblzma libxml2 zlib" ;; *-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d netatalk/receipt --- a/netatalk/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/netatalk/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/netatalk/AppleVolumes.* /etc/netatalk/*.conf" -BUILD_DEPENDS="db-dev libcrypto-dev file pam-dev" +BUILD_DEPENDS="db-dev openssl-dev file pam-dev" SPLIT="netatalk netatalk-pam" # Rules to configure and make the package. @@ -35,7 +35,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error \ + DEPENDS="perl libdb openssl cups gnutls libgcrypt libgpg-error \ libwrap zlib libcomerr3" if [ $PACKAGE == 'netatalk-pam' ]; then DEPENDS="$DEPENDS pam" diff -r 0fcf48f89432 -r e6615350078d netsurf/receipt --- a/netsurf/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/netsurf/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -66,8 +66,8 @@ # Remove files to save some space rm -rf $fs/usr/share/netsurf/*.xpm DEPENDS="atk cairo expat fontconfig freetype gdk-pixbuf glib gstreamer0 \ - gtk+ libcrypto libcss libcurl libdom libhubbub libjpeg-turbo libnsbmp \ - libnsgif libnslog libnspsl libnsutils libparserutils libpng16 libssl \ + gtk+ openssl libcss libcurl libdom libhubbub libjpeg-turbo libnsbmp \ + libnsgif libnslog libnspsl libnsutils libparserutils libpng16 \ libsvgtiny libutf8proc libwapcaplet libxml2 pango zlib" TAGS="web-browser" } diff -r 0fcf48f89432 -r e6615350078d node/receipt --- a/node/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/node/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://nodejs.org/dist/v$VERSION/$TARBALL" #HOST_ARCH="i486 arm" -DEPENDS="python libssl" +DEPENDS="python openssl" BUILD_DEPENDS="python-dev openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d nsd/receipt --- a/nsd/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/nsd/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://www.nlnetlabs.nl/downloads/nsd/$TARBALL" CONFIG_FILES="/etc/nsd" -DEPENDS="libssl libcrypto" +DEPENDS="openssl" BUILD_DEPENDS="libevent-dev openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d nss-ldapd/receipt --- a/nss-ldapd/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/nss-ldapd/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WEB_SITE="http://ch.tudelft.nl/~arthur/nss-ldapd/" WGET_URL="http://arthurdejong.org/$SOURCE/$TARBALL" -DEPENDS="cyrus-sasl krb5 libkrb5 libldap libssl libcomerr3" +DEPENDS="cyrus-sasl krb5 libkrb5 libldap openssl libcomerr3" BUILD_DEPENDS="cyrus-sasl-dev krb5-dev openldap-dev openssl-dev pam-dev \ pam_ldap" diff -r 0fcf48f89432 -r e6615350078d ntp/receipt --- a/ntp/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/ntp/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://archive.ntp.org/ntp4/$TARBALL" HOST_ARCH="i486 arm" -DEPENDS="libcrypto readline libcap attr" +DEPENDS="openssl readline libcap attr" CONFIG_FILES="/etc/ntp.conf" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d nut/receipt --- a/nut/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/nut/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,7 +12,7 @@ CONFIG_FILES="/etc/nut.conf /etc/ups.conf /etc/upsd.conf /etc/upsd.users \ /etc/upsmon.conf /etc/upssched.conf" -DEPENDS="libusb libusb-compat expat neon zlib libssl libwrap" +DEPENDS="libusb libusb-compat expat neon zlib openssl libwrap" BUILD_DEPENDS="libusb-dev libusb-compat-dev expat-dev neon-dev zlib-dev \ openssl-dev libwrap-dev" diff -r 0fcf48f89432 -r e6615350078d nzbget/receipt --- a/nzbget/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/nzbget/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/nzbget/nzbget-stable/$VERSION/$TARBALL" CONFIG_FILES="/etc/nzbget.conf" -DEPENDS="libxml2 libssl ncurses gcc-lib-base" +DEPENDS="libxml2 openssl ncurses gcc-lib-base" BUILD_DEPENDS="libxml2-dev openssl-dev ncurses-dev zlib-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d obfsproxy/receipt --- a/obfsproxy/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/obfsproxy/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WEB_SITE="http://www.torproject.org/" WGET_URL="git|http://git.torproject.org/obfsproxy.git " -DEPENDS="libevent libssl" +DEPENDS="libevent openssl" BUILD_DEPENDS="git wget libevent-dev openssl-dev autoconf automake" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d opensc/receipt --- a/opensc/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/opensc/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/opensc.conf" -DEPENDS="libcrypto zlib" +DEPENDS="openssl zlib" BUILD_DEPENDS="pcsc-lite-dev openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d openssh/receipt --- a/openssh/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/openssh/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL" -BUILD_DEPENDS="libcrypto-dev zlib-dev openssl-dev perl mdocml-dev pam-dev" # groff +BUILD_DEPENDS="openssl-dev zlib-dev openssl-dev perl mdocml-dev pam-dev" # groff SPLIT="sftp-server openssh openssh-pam" # Rules to configure and make the package. @@ -83,11 +83,11 @@ copy sftp-server CAT="security|secure FTP server" TAGS="ssh" - DEPENDS="libcrypto zlib" + DEPENDS="openssl zlib" ;; openssh) copy @std sshd/ - DEPENDS="sftp-server libcrypto zlib" + DEPENDS="sftp-server openssl zlib" CONFIG_FILES="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config \ /etc/inetd.conf" TAGS="ssh security" @@ -98,7 +98,7 @@ install=$install-pam copy @std sshd/ sed -i 's/.*UsePAM.*/UsePAM yes/' $fs/etc/ssh/sshd_config CAT="security|with PAM support" - DEPENDS="sftp-server libcrypto zlib pam" + DEPENDS="sftp-server openssl zlib pam" CONFIG_FILES="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config \ /etc/inetd.conf" TAGS="ssh security" diff -r 0fcf48f89432 -r e6615350078d openssl/receipt --- a/openssl/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/openssl/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -54,12 +54,10 @@ case $PACKAGE in openssl) copy @std - PROVIDE="libcrypto libssl" TAGS="SSL security" ;; openssl-dev) copy @dev - PROVIDE="libcrypto-dev" ;; esac } diff -r 0fcf48f89432 -r e6615350078d openvpn/receipt --- a/openvpn/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/openvpn/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,7 +12,7 @@ TAGS="vpn tunnel network" HOST_ARCH="i486 arm" -BUILD_DEPENDS="lzo-dev libcrypto-dev openssl-dev pam-dev" +BUILD_DEPENDS="lzo-dev openssl-dev pam-dev" SPLIT="openvpn openvpn-doc openvpn-down-root openvpn-pam" # Rules to configure and make the package. @@ -33,7 +33,7 @@ { case $PACKAGE in openvpn) - DEPENDS="lzo libcrypto openssl" + DEPENDS="lzo openssl" mkdir -p $fs/usr/sbin cp -a $install/usr/sbin/openvpn $fs/usr/sbin cp -a $stuff/etc $fs diff -r 0fcf48f89432 -r e6615350078d openvswitch/receipt --- a/openvswitch/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/openvswitch/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -30,7 +30,7 @@ { case $PACKAGE in openvswitch) - DEPENDS="libssl zlib python bash" + DEPENDS="openssl zlib python bash" mkdir -p $fs/usr cp -a $install/etc $fs/ cp -a $install/var $fs/ diff -r 0fcf48f89432 -r e6615350078d opusfile/receipt --- a/opusfile/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/opusfile/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -22,7 +22,7 @@ case $PACKAGE in opusfile) copy @std - DEPENDS="libcrypto libogg libssl opus" + DEPENDS="openssl libogg opus" ;; *-dev) copy @dev diff -r 0fcf48f89432 -r e6615350078d ori/receipt --- a/ori/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/ori/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://ori.scs.stanford.edu/" WGET_URL="https://bitbucket.org/orifs/ori/downloads/$TARBALL" -DEPENDS="libssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder +DEPENDS="openssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-math-tr1 \ util-linux-uuid-dev fuse-dev libevent-dev openssl-dev zlib-dev" diff -r 0fcf48f89432 -r e6615350078d pam_mount/receipt --- a/pam_mount/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/pam_mount/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,9 +10,9 @@ WEB_SITE="http://pam-mount.sourceforge.net/" WGET_URL="$SF_MIRROR/pam-mount/$TARBALL" -BUILD_DEPENDS="pam-dev libhx libhx-dev libcrypto-dev openssl-dev libxml2-dev \ +BUILD_DEPENDS="pam-dev libhx libhx-dev openssl-dev libxml2-dev \ util-linux-mount-dev util-linux-blkid-dev util-linux-uuid-dev pcre-dev perl" -DEPENDS="pam libcrypto libxml2 libhx zlib" +DEPENDS="pam openssl libxml2 libhx zlib" # Rules to configure and make the package. compile_rules() diff -r 0fcf48f89432 -r e6615350078d pam_ssh/receipt --- a/pam_ssh/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/pam_ssh/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL" TAGS="ssh" -DEPENDS="pam libcrypto openssh-pam" +DEPENDS="pam openssl openssh-pam" BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam automake" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d perl-net-ssleay/receipt --- a/perl-net-ssleay/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/perl-net-ssleay/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="Net-SSLeay-$VERSION.tar.gz" WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/$TARBALL" -DEPENDS="perl libcrypto libssl zlib" +DEPENDS="perl openssl zlib" BUILD_DEPENDS="perl-dev openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d pgadmin/receipt --- a/pgadmin/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/pgadmin/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,7 +12,7 @@ WGET_URL="ftp://ftp.ch.postgresql.org/mirror/postgresql/pgadmin3/release/v$VERSION/src/$TARBALL" DEPENDS="postgresql wxWidgets28 gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm" -BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev \ +BUILD_DEPENDS="openssl postgresql postgresql-dev libxslt-dev libxml2-dev \ wxWidgets28-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d php/receipt --- a/php/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/php/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -116,7 +116,7 @@ case $PACKAGE in php) PROVIDE="php:lighttpd" - DEPENDS="php-common lighttpd zlib libxml2 sqlite3 libssl" + DEPENDS="php-common lighttpd zlib libxml2 sqlite3 openssl" mkdir -p $fs/usr/bin $fs/usr/share/php cp -a $src/sapi/cgi/php-cgi $fs/usr/bin ;; @@ -250,7 +250,7 @@ ;; php-snmp) CAT="development|snmp module for PHP web programming language." - DEPENDS="net-snmp php libcrypto" + DEPENDS="net-snmp php openssl" mkdir -p $fs/usr/share/php cp $(find $install | grep snmp.so) $fs/usr/share/php/ ;; diff -r 0fcf48f89432 -r e6615350078d postfix/receipt --- a/postfix/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/postfix/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -39,7 +39,7 @@ TAZPANEL_DAEMON="man|edit::/etc/postfix/main.cf|options|web::$WEB_SITE" CONFIG_FILES="/etc/postfix" PROVIDE="sendmail" - DEPENDS="libdb libldap pcre libssl slitaz-base-files libsasl \ + DEPENDS="libdb libldap pcre openssl slitaz-base-files libsasl \ libkrb5 libcomerr3 libmysqlclient" mkdir -p $fs/usr/share/licenses/ cp -a $install/usr/lib $fs/usr diff -r 0fcf48f89432 -r e6615350078d prosody/receipt --- a/prosody/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/prosody/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$WEB_SITE/downloads/source/$TARBALL" HOST_ARCH="i486 arm" -DEPENDS="lua libidn libssl libcrypto" +DEPENDS="lua libidn openssl" BUILD_DEPENDS="lua-dev libidn-dev openssl-dev" # Handle cross compilation diff -r 0fcf48f89432 -r e6615350078d proxytunnel/receipt --- a/proxytunnel/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/proxytunnel/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://proxytunnel.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="libcrypto libssl gzip" +DEPENDS="openssl gzip" BUILD_DEPENDS="openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d pulseaudio/receipt --- a/pulseaudio/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/pulseaudio/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -80,7 +80,7 @@ copy librtp.so module-rtp-recv.so module-rtp-send.so libraop.so \ module-raop-sink.so CAT="multimedia|RTP protocol support" - DEPENDS="pulseaudio libcrypto libssl" + DEPENDS="pulseaudio openssl" ;; *-simple) copy libprotocol-simple.so module-simple-protocol-tcp.so \ diff -r 0fcf48f89432 -r e6615350078d pure-ftpd/receipt --- a/pure-ftpd/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/pure-ftpd/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -43,7 +43,7 @@ { case $PACKAGE in pure-ftpd) - DEPENDS="attr libcap libssl" + DEPENDS="attr libcap openssl" copy @std ;; pure-ftpd-pam) diff -r 0fcf48f89432 -r e6615350078d pwsafe/receipt --- a/pwsafe/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/pwsafe/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="readline ncurses xorg-libSM xorg-libICE xorg-libXmu xorg-libX11 \ -libcrypto gcc-lib-base xorg-libXt xorg-libXext xorg-libXau xorg-libXdmcp" +openssl gcc-lib-base xorg-libXt xorg-libXext xorg-libXau xorg-libXdmcp" BUILD_DEPENDS="openssl-dev readline-dev ncurses-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d qbittorrent/receipt --- a/qbittorrent/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/qbittorrent/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" GENERIC_PIXMAPS="no"; GENERIC_MENUS="no" -DEPENDS="qt5-base libboost-system libcrypto libssl libtorrent-rasterbar zlib" +DEPENDS="qt5-base libboost-system openssl libtorrent-rasterbar zlib" BUILD_DEPENDS="qt5-dev libboost-dev libtorrent-rasterbar-dev openssl-dev \ geoip xorg-dev zlib-dev" diff -r 0fcf48f89432 -r e6615350078d qt5/receipt --- a/qt5/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/qt5/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -226,9 +226,9 @@ rm -f $fs/usr/lib/libQt5Egl* CAT="development|Base module" - DEPENDS="dbus eudev fontconfig freetype glib icu libcrypto libcups \ + DEPENDS="dbus eudev fontconfig freetype glib icu openssl libcups \ libdrm libharfbuzz libicu libinput libjpeg-turbo libpng16 \ - libsqlite3 libssl libxkbcommon libxkbcommon-x11 mesa17 \ + libsqlite3 libxkbcommon libxkbcommon-x11 mesa17 \ mtdev tslib xorg-libICE xorg-libSM xorg-libX11 xorg-libXext \ xorg-libXi xorg-libxcb zlib libatomic";; qt5-canvas3d) @@ -257,7 +257,7 @@ DEPENDS="qt5-base mesa17 tiff";; qt5-location) CAT="development|Location module" - DEPENDS="qt5-base qt5-declarative icu libcrypto libicu libssl \ + DEPENDS="qt5-base qt5-declarative icu openssl libicu openssl \ mesa17 zlib";; qt5-multimedia) CAT="development|Multimedia module" diff -r 0fcf48f89432 -r e6615350078d qupzilla/receipt --- a/qupzilla/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/qupzilla/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ TAGS="web-browser" DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \ -libQtXml libcrypto xorg-libX11 zlib cacerts xdg-utils libQtWebkit" +libQtXml openssl xorg-libX11 zlib cacerts xdg-utils libQtWebkit" BUILD_DEPENDS="wget cacerts Qt4-dev qmake openssl-dev xorg-libX11-dev" SUGGESTED="libQtWebkit-video qupzilla-locales" diff -r 0fcf48f89432 -r e6615350078d rdesktop/receipt --- a/rdesktop/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/rdesktop/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="rdp remote-desktop" -DEPENDS="libcrypto xorg-libX11 glibc-base xorg-libXau xorg-libXdmcp \ +DEPENDS="openssl xorg-libX11 glibc-base xorg-libXau xorg-libXdmcp \ alsa-lib libsamplerate libao pcsc-lite" BUILD_DEPENDS="openssl-dev xorg-dev pcsc-lite-dev" diff -r 0fcf48f89432 -r e6615350078d rdpdesk/receipt --- a/rdpdesk/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/rdpdesk/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://rdpdesk.com/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw libssl" +DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw openssl" BUILD_DEPENDS="wxWidgets28-dev xorg-imake jpeg-dev zlib-dev gettext-tools \ openssl-dev xorg-libXp autoconf xorg-libXt-dev xorg-libXp-dev xorg-libXaw-dev" SUGGESTED="wfica rdesktop" diff -r 0fcf48f89432 -r e6615350078d re-alpine/receipt --- a/re-alpine/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/re-alpine/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="mail client" -DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3" +DEPENDS="openssl pam libldap libsasl ncurses libkrb5 libcomerr3" BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d rtmpdump/receipt --- a/rtmpdump/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/rtmpdump/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://rtmpdump.mplayerhq.hu/" WGET_URL="http://rtmpdump.mplayerhq.hu/download/$TARBALL" -DEPENDS="libssl" +DEPENDS="openssl" BUILD_DEPENDS="openssl-dev zlib-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d ruby-enterprise/receipt --- a/ruby-enterprise/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/ruby-enterprise/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ PROVIDE="ruby" TAGS="ruby language programming" -DEPENDS="libdb ncurses libssl readline zlib" +DEPENDS="libdb ncurses openssl readline zlib" BUILD_DEPENDS="zlib-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d ruby/receipt --- a/ruby/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/ruby/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -57,7 +57,7 @@ libruby-extras) copy /usr/lib/ruby/ CAT="libdevel|native libraries" - DEPENDS="ruby gdbm gmp libcrypto libdb libffi libssl ncurses \ + DEPENDS="ruby gdbm gmp openssl libdb libffi ncurses \ readline zlib" ;; ruby-doc) diff -r 0fcf48f89432 -r e6615350078d serf/receipt --- a/serf/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/serf/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -28,7 +28,7 @@ case $PACKAGE in serf) copy @std - DEPENDS="apr apr-util expat gdbm libcrypto libldap libssl \ + DEPENDS="apr apr-util expat gdbm openssl libldap \ util-linux-uuid zlib" ;; *-dev) diff -r 0fcf48f89432 -r e6615350078d sipsak/receipt --- a/sipsak/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/sipsak/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,8 +10,8 @@ WEB_SITE="http://sipsak.org/" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" -DEPENDS="libcrypto gnutls zlib" -BUILD_DEPENDS="libcrypto-dev libcrypto" +DEPENDS="openssl gnutls zlib" +BUILD_DEPENDS="openssl-dev openssl" # Rules to configure and make the package. compile_rules() diff -r 0fcf48f89432 -r e6615350078d slitaz-dev-pkgs/receipt --- a/slitaz-dev-pkgs/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/slitaz-dev-pkgs/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ pcre-dev libcap-dev sqlite3-dev zlib-dev pkg-config fontconfig-dev freetype-dev \ glibc-dev libpng-dev jpeg-dev tiff-dev libxml2-dev xorg-dev-proto xorg-dev \ pango-dev atk-dev cairo-dev expat-dev glib-dev gtk+-dev libIDL zip poppler-dev \ -python patch libcrypto openssl mercurial rsync wget xorg-pixman-dev \ +python patch openssl mercurial rsync wget xorg-pixman-dev \ autoconf automake" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 0fcf48f89432 -r e6615350078d smx/receipt --- a/smx/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/smx/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -35,7 +35,7 @@ ;; smx) copy @std @rm - DEPENDS="bzlib fontconfig freetype glib libcrypto libgd \ + DEPENDS="bzlib fontconfig freetype glib openssl libgd \ libharfbuzz libjpeg-turbo liblzma libpng16 libsqlite3 libtdb \ libunixODBC libwebp libxml2 pcre perl-core tiff xorg-libX11 \ xorg-libXau xorg-libXdmcp xorg-libXpm xorg-libxcb zlib" diff -r 0fcf48f89432 -r e6615350078d snownews/receipt --- a/snownews/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/snownews/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://kiza.kcore.de/software/snownews/index.en" WGET_URL="https://kiza.kcore.de/software/snownews/download/$TARBALL" -DEPENDS="libxml2 ncurses zlib libcrypto" +DEPENDS="libxml2 ncurses zlib openssl" BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl \ openssl-dev acl libcroco wget" diff -r 0fcf48f89432 -r e6615350078d softether/receipt --- a/softether/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/softether/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WEB_SITE="https://www.softether.org/" WGET_URL="http://www.softether-download.com/files/softether/$VERSION-$RELEASE-tree/Source%20Code/$TARBALL" -DEPENDS="libssl libcrypto readline ncurses zlib" +DEPENDS="openssl readline ncurses zlib" BUILD_DEPENDS="openssl-dev readline-dev ncurses-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d squid/receipt --- a/squid/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/squid/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -54,7 +54,7 @@ case $PACKAGE in squid) CONFIG_FILES="/etc/squid" - DEPENDS="libsasl libldap libssl libltdl" + DEPENDS="libsasl libldap openssl libltdl" SUGGESTED="iptables" mkdir -p $fs/usr/share/squid/errors $fs/var/cache/squid \ $fs/var/log/squid $fs/usr/lib/squid $fs/etc/squid/conf.d @@ -102,7 +102,7 @@ ;; squid-auth-helpers) CAT="network|Web/ftp proxy." - DEPENDS="squid libldap libsasl libssl libcrypto libkrb5 libcomerr3" + DEPENDS="squid libldap libsasl openssl libkrb5 libcomerr3" mkdir -p $fs/usr/lib/squid cp -a $install/usr/lib/squid/*_auth* $fs/usr/lib/squid ;; diff -r 0fcf48f89432 -r e6615350078d stuntman/receipt --- a/stuntman/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/stuntman/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -27,6 +27,6 @@ genpkg_rules() { copy @std - DEPENDS="libcrypto zlib" + DEPENDS="openssl zlib" } diff -r 0fcf48f89432 -r e6615350078d sylpheed-full/receipt --- a/sylpheed-full/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/sylpheed-full/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ TAGS="mail internet" PROVIDE="sylpheed" -DEPENDS="gtk+ libssl gnupg gpgme libgpg-error gtkspell enchant libldap" +DEPENDS="gtk+ openssl gnupg gpgme libgpg-error gtkspell enchant libldap" BUILD_DEPENDS="gtk+-dev openssl-dev libgpg-error-dev gtkspell-dev \ enchant-dev openldap-dev gpgme-dev" diff -r 0fcf48f89432 -r e6615350078d sylpheed/receipt --- a/sylpheed/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/sylpheed/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL" TAGS="mail internet" -DEPENDS="gtk+ libssl libffi" +DEPENDS="gtk+ openssl libffi" BUILD_DEPENDS="gtk+-dev openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d sysbench/receipt --- a/sysbench/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/sysbench/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="https://github.com/akopytov/sysbench" WGET_URL="git|git://github.com/akopytov/sysbench.git" -DEPENDS="libmysqlclient libssl zlib" +DEPENDS="libmysqlclient openssl zlib" BUILD_DEPENDS="git automake autoconf libtool mysql-dev openssl-dev zlib-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d tcpcrypt/receipt --- a/tcpcrypt/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/tcpcrypt/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -26,7 +26,7 @@ case $PACKAGE in tcpcrypt) copy @std - DEPENDS="libcap libcrypto libmnl libnetfilter_conntrack \ + DEPENDS="libcap openssl libmnl libnetfilter_conntrack \ libnetfilter_queue libnfnetlink libpcap" ;; *-dev) diff -r 0fcf48f89432 -r e6615350078d tcpdump/receipt --- a/tcpdump/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/tcpdump/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://www.tcpdump.org/release/$TARBALL" TAGS="network security" -DEPENDS="libcrypto openssl libpcap" +DEPENDS="openssl libpcap" BUILD_DEPENDS="libpcap libpcap-dev openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d tcplay/receipt --- a/tcplay/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/tcplay/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -25,7 +25,7 @@ { case $PACKAGE in tcplay) - DEPENDS="libgcrypt libdevmapper libcrypto util-linux-uuid zlib udev" + DEPENDS="libgcrypt libdevmapper openssl util-linux-uuid zlib udev" mkdir -p $fs/usr/bin cp -a $src/tcplay $fs/usr/bin ;; @@ -39,7 +39,7 @@ ;; libtcplay) CAT="system-tools|Free TrueCrypt implementation." - DEPENDS="libgcrypt libdevmapper libcrypto util-linux-uuid zlib udev" + DEPENDS="libgcrypt libdevmapper openssl util-linux-uuid zlib udev" mkdir -p $fs/usr/lib cp -a $src/libtcplay.so* $fs/usr/lib ;; diff -r 0fcf48f89432 -r e6615350078d telegram/receipt --- a/telegram/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/telegram/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WEB_SITE="https://github.com/vysheng/tg" WGET_URL="$WEB_SITE/archive/$GITHASH.tar.gz" -DEPENDS="libconfig libedit ncurses libcrypto" +DEPENDS="libconfig libedit ncurses openssl" BUILD_DEPENDS="wget libconfig-dev lua-dev readline-dev openssl-dev libedit \ zlib-dev" diff -r 0fcf48f89432 -r e6615350078d tinc/receipt --- a/tinc/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/tinc/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ TAGS="vpn tunnel" BUILD_DEPENDS="openssl-dev zlib-dev lzo-dev" -DEPENDS="libcrypto zlib lzo" +DEPENDS="openssl zlib lzo" # Rules to configure and make the package. compile_rules() diff -r 0fcf48f89432 -r e6615350078d tor/receipt --- a/tor/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/tor/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://www.torproject.org/dist/$TARBALL" HOST_ARCH="i486 arm" -DEPENDS="libevent libssl" +DEPENDS="libevent openssl" BUILD_DEPENDS="wget libevent-dev openssl-dev perl zlib-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d transmission/receipt --- a/transmission/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/transmission/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -37,7 +37,7 @@ { case $PACKAGE in transmission) - DEPENDS="gtk+3 libssl libcurl glib dbus dbus-glib \ + DEPENDS="gtk+3 openssl libcurl glib dbus dbus-glib \ xorg-libXdamage libnotify libevent" TAGS="torrent" SUGGESTED="transmission-web transmission-cli transmission-daemon" @@ -46,14 +46,14 @@ ;; transmission-cli) CAT="network|Transmission command line interface." - DEPENDS="transmission libcurl libssl" + DEPENDS="transmission libcurl openssl" mkdir -p $fs/usr/bin cp -a $install/usr/bin/transmission-cli $fs/usr/bin ;; transmission-daemon) CAT="network|Transmission daemon and remote tool." SUGGESTED="transmission-web transmission-cli" - DEPENDS="libssl libcurl libevent" + DEPENDS="openssl libcurl libevent" mkdir -p $fs/usr/bin \ $fs/etc/init.d \ $fs/var/transmission-daemon diff -r 0fcf48f89432 -r e6615350078d tumbler/receipt --- a/tumbler/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/tumbler/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -37,7 +37,7 @@ case $PACKAGE in *-cover) copy tumbler-cover-thumbnailer.so - DEPENDS="tumbler libcrypto libcurl libidn2 libssh2 libssl" + DEPENDS="tumbler openssl libcurl libidn2 libssh2" CAT="graphics|cover video thumbnailer" ;; *-ffmpeg) diff -r 0fcf48f89432 -r e6615350078d unbound/receipt --- a/unbound/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/unbound/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -37,7 +37,7 @@ case $PACKAGE in unbound) copy @std - DEPENDS="expat libcrypto libssl" + DEPENDS="expat openssl" CONFIG_FILES="/etc/unbound/" ;; *-dev) diff -r 0fcf48f89432 -r e6615350078d vde2/receipt --- a/vde2/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/vde2/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,8 +10,8 @@ WEB_SITE="http://vde.sourceforge.net/" WGET_URL="$SF_MIRROR/vde/$TARBALL" -DEPENDS="libcrypto" -BUILD_DEPENDS="libcrypto libcrypto-dev" +DEPENDS="openssl" +BUILD_DEPENDS="openssl openssl-dev" # Rules to configure and make the package. compile_rules() diff -r 0fcf48f89432 -r e6615350078d vfsync/receipt --- a/vfsync/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/vfsync/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}$TARBALL" -BUILD_DEPENDS="libcrypto-dev curl-dev" +BUILD_DEPENDS="openssl-dev curl-dev" # Rules to configure and make the package. compile_rules() @@ -28,5 +28,5 @@ genpkg_rules() { copy @std - DEPENDS="libcrypto libcurl" + DEPENDS="openssl libcurl" } diff -r 0fcf48f89432 -r e6615350078d vmware-view-open-client/receipt --- a/vmware-view-open-client/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/vmware-view-open-client/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,7 +11,7 @@ WEB_SITE="http://code.google.com/p/$PACKAGE/" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" -DEPENDS="gtk+ libssl libxml2 curl libboost-signals icu bzlib" +DEPENDS="gtk+ openssl libxml2 curl libboost-signals icu bzlib" BUILD_DEPENDS="gtk+-dev openssl-dev libxml2-dev curl-dev libboost-dev \ libboost-signals icu-dev icu intltool" diff -r 0fcf48f89432 -r e6615350078d vorbis-tools/receipt --- a/vorbis-tools/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/vorbis-tools/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,9 +12,9 @@ TAGS="multimedia ogg" HOST_ARCH="i486 arm" -DEPENDS="libogg libvorbis flac libao libcurl speex libcrypto" +DEPENDS="libogg libvorbis flac libao libcurl speex openssl" BUILD_DEPENDS="libogg-dev libvorbis-dev flac-dev libao-dev curl-dev speex-dev \ -libcrypto-dev" +openssl-dev" # Rules to configure and make the package. compile_rules() diff -r 0fcf48f89432 -r e6615350078d vpnc-cert/receipt --- a/vpnc-cert/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/vpnc-cert/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -14,7 +14,7 @@ TAGS="vpn tunnel" PROVIDE="vpnc" -DEPENDS="libgcrypt libgpg-error glibc-base perl libcrypto" +DEPENDS="libgcrypt libgpg-error glibc-base perl openssl" BUILD_DEPENDS="libgcrypt-dev openssl-dev perl" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d w3m/receipt --- a/w3m/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/w3m/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -11,8 +11,8 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$TARBALL" TAGS="web-browser" -DEPENDS="gc libcrypto libssl ncurses" -BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev zlib-dev perl gettext" +DEPENDS="gc openssl ncurses" +BUILD_DEPENDS="gc gc-dev openssl-dev zlib-dev perl gettext" # Rules to configure and make the package. compile_rules() diff -r 0fcf48f89432 -r e6615350078d warzone2100/receipt --- a/warzone2100/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/warzone2100/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ BUILD_DEPENDS="automake perl zip unzip gettext qt5-dev xorg-libX11-dev \ libsdl2-dev libpng16-dev libtheora-dev openal-dev libvorbis-dev glew-dev \ -mesa17-dev libcrypto-dev physfs-dev xorg-libXrandr-dev fribidi-dev \ +mesa17-dev openssl-dev physfs-dev xorg-libXrandr-dev fribidi-dev \ freetype-dev fontconfig-dev openssl-dev git" compile_rules() { @@ -33,7 +33,7 @@ genpkg_rules() { copy @std hicolor/ *.mo - DEPENDS="fontconfig freetype fribidi glew glib libcrypto libglu-mesa \ + DEPENDS="fontconfig freetype fribidi glew glib openssl libglu-mesa \ libharfbuzz libogg libpng16 libsdl2 libtheora libvorbis mesa17 openal \ physfs qt5-base qt5-script xorg-libX11 xorg-libXrandr zlib libsdl2-net" } diff -r 0fcf48f89432 -r e6615350078d wget/receipt --- a/wget/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/wget/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="libssl libidn pcre util-linux-uuid zlib" +DEPENDS="openssl libidn pcre util-linux-uuid zlib" BUILD_DEPENDS="openssl-dev libidn-dev util-linux-uuid-dev gettext zlib-dev \ perl pcre-dev" diff -r 0fcf48f89432 -r e6615350078d wimlib/receipt --- a/wimlib/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/wimlib/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://sourceforge.net/projects/wimlib/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="libxml2 fuse ntfs-3g libcrypto zlib mtools cdrkit syslinux cabextract" +DEPENDS="libxml2 fuse ntfs-3g openssl zlib mtools cdrkit syslinux cabextract" BUILD_DEPENDS="pkg-config libxml2-dev fuse-dev ntfs-3g-dev openssl-dev \ attr-dev mtools cdrkit syslinux cabextract" diff -r 0fcf48f89432 -r e6615350078d wpa_supplicant/receipt --- a/wpa_supplicant/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/wpa_supplicant/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,7 +12,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://w1.fi/releases/$TARBALL" -BUILD_DEPENDS_arm="openssl-dev libcrypto-dev libnl-dev" +BUILD_DEPENDS_arm="openssl-dev libnl-dev" BUILD_DEPENDS="libnl-dev dbus-dev openssl-dev readline-dev" compile_rules() { @@ -79,11 +79,11 @@ genpkg_rules() { copy @std - DEPENDS="dbus libcrypto libnl libssl ncurses readline" + DEPENDS="dbus openssl libnl ncurses readline" CONFIG_FILES="/etc/wpa/wpa_supplicant.conf" TAGS="wireless wifi network" case "$SLITAZ_ARCH" in - arm*) DEPENDS="libssl libcrypto libnl";; + arm*) DEPENDS="openssl libnl";; esac } diff -r 0fcf48f89432 -r e6615350078d wvstreams/receipt --- a/wvstreams/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/wvstreams/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -36,7 +36,7 @@ case $PACKAGE in wvstreams) TAGS="network 3G" - DEPENDS="ppp libssl xplc readline" + DEPENDS="ppp openssl xplc readline" mkdir -p $fs/usr/lib $fs/etc $fs/var cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib diff -r 0fcf48f89432 -r e6615350078d xalan-c/receipt --- a/xalan-c/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/xalan-c/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -12,7 +12,7 @@ # Normal WGET_URL would be "http://www.apache.org/dist/xml/$PACKAGE/source/$TARBALL" WGET_URL="http://www.gtlib.gatech.edu/pub/gentoo/distfiles/$TARBALL" -DEPENDS="glibc-base gcc-lib-base xerces-c libcurl libcrypto icu" +DEPENDS="glibc-base gcc-lib-base xerces-c libcurl openssl icu" BUILD_DEPENDS="xerces-c-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d xar/receipt --- a/xar/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/xar/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -26,7 +26,7 @@ case $PACKAGE in xar) copy @std - DEPENDS="acl attr bzlib glibc-base libcrypto libxml2 zlib" + DEPENDS="acl attr bzlib glibc-base openssl libxml2 zlib" ;; *-dev) copy @dev;; esac diff -r 0fcf48f89432 -r e6615350078d xerces-c/receipt --- a/xerces-c/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/xerces-c/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://xerces.apache.org/xerces-c" WGET_URL="http://apache.osuosl.org/xerces/c/3/sources/$TARBALL" -DEPENDS="glibc-base gcc-lib-base libcurl libcrypto icu" +DEPENDS="glibc-base gcc-lib-base libcurl openssl icu" # Rules to configure and make the package. compile_rules() diff -r 0fcf48f89432 -r e6615350078d xrdp/receipt --- a/xrdp/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/xrdp/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://www.xrdp.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="libssl zlib xorg-libX11 xorg-libXfixes xorg-libxcb xorg-libXau \ +DEPENDS="openssl zlib xorg-libX11 xorg-libXfixes xorg-libxcb xorg-libXau \ xorg-libXdmcp pam tightvnc" BUILD_DEPENDS="autoconf automake libtool pkg-config openssl-dev pam-dev \ xorg-dev" diff -r 0fcf48f89432 -r e6615350078d zfs-fuse/receipt --- a/zfs-fuse/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/zfs-fuse/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -10,7 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL" -DEPENDS="fuse libaio libcrypto perl" +DEPENDS="fuse libaio openssl perl" BUILD_DEPENDS="fuse-dev scons libaio-dev attr-dev zlib-dev acl-dev openssl-dev" # Rules to configure and make the package. diff -r 0fcf48f89432 -r e6615350078d znc/receipt --- a/znc/receipt Wed Feb 28 14:43:56 2018 +0200 +++ b/znc/receipt Wed Feb 28 16:28:07 2018 +0200 @@ -13,7 +13,7 @@ HOST_ARCH="i486 arm" SUGGESTED="tcl" -DEPENDS="libssl zlib" +DEPENDS="openssl zlib" BUILD_DEPENDS="openssl-dev tcl-dev zlib-dev" # Rules to configure and make the package.