Package Release Info

eiskaltdcpp-2.4.2-bp155.1.15

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

eiskaltdcpp-cli
eiskaltdcpp-common
eiskaltdcpp-common-lang
eiskaltdcpp-daemon
eiskaltdcpp-qt
eiskaltdcpp-qt-lang
libeiskaltdcpp2_4

Change Logs

* Fri May 07 2021 Wang Jun <jgwang@suse.com>
- Update to 2.4.2
  * Added support of build using musl instead of glibc.
  * Add support of build in Cygwin environment.
  * Added configuration option LUA_VERSION (unset by default) for choosing
    specific version of Lua library in the systems if necessary.
  * Fix search on ADC hubs. (It was accidentally broken in 2.4.1 release.)
* Mon Feb 01 2021 Jan Engelhardt <jengelh@inai.de>
- Trim metadata redundancies from descriptions. Fix grammar issues.
* Mon Feb 01 2021 Илья Индиго <ilya@ilya.pp.ua>
- The correct license is GPL-3.0-or-later.
- Update to 2.4.1.
  * https://github.com/eiskaltdcpp/eiskaltdcpp/blob/v2.4.1/ChangeLog.txt
  * Fixed sending of hub commands containing %[mySID] parameter.
  * Fix text in tooltip for system tray icon in KDE Plasma 5.
  * Added new widget "Secretary" for searching magnet links and keywords.
  * Fixed context menu for messages in private chats.
- Refresh ru.ts.patch.
* Thu Dec 17 2020 Илья Индиго <ilya@ilya.pp.ua>
- Add subpackages: common, libeiskaltdcpp2_4, daemon, cli.
- Add separate lang subpackages: common-lang, qt-lang.
- Change all descriptions.
* Mon Dec 14 2020 Илья Индиго <ilya@ilya.pp.ua>
- Update to 2.4.0.
  * Remove _service.
  * Refresh BuildRequires and using pkgconfig where is possible.
  * Migration from boost to C++14 standard.
* Mon Oct 12 2020 Илья Индиго <ilya@ilya.pp.ua>
- Remove Requires:aspell and add Requires:aspell for -qt package.
* Tue Oct 06 2020 Илья Индиго <ilya@ilya.pp.ua>
- Readd aspell support and add Requires:aspell.
- Add BuildRequires:git (cmake script checks it).
- Remove additional cmake options that were default.
- Correct disable PHP daemon backand via cmake option JSONRPC_DAEMON.
- Disable examples via cmake option to remove requires: bash, php, sh.
* Fri Oct 02 2020 pgajdos@suse.com
- Don't depend on aspell, it will be removed from Factory.
* Tue Sep 29 2020 Fabian Vogt <fvogt@suse.com>
- Some .spec cleanup:
  * Use %autosetup
  * Use %find_lang --with-qt
  * Remove redundant options to %cmake
  * Use %cmake_build
- Use ~git instead of +git to mark it as "before 2.3.0"
- Add _service to generate the tarball and set the version
- Update to version 2.3.0~git20200908.0e0ccde5:
  * Delete hublist.eu
  * Fix race condition in Search::on
* Thu Sep 03 2020 Илья Индиго <ilya@ilya.pp.ua>
- Refresh spec-file via spec-cleaner and manual optimizations.
  * Remove Group tags.
- Update to 2.3.0+git20200729
  * https://github.com/eiskaltdcpp/eiskaltdcpp/blob/master/ChangeLog.txt
  * Added support of miniupnpc API >= 15.
  * Added support of OpenSSL >= 1.1.
  * Fixed Quit action in builds with Qt 5.x.
- Remove all backends and frontends except Qt (qt package).
- Remove patches:
  * eiskaltdcpp-fix-php5-issue.patch (upstreamed),
  * miniupnpc_fixes.patch (upstreamed),
  * openssl-1.1.x.patch (upstreamed),
  * eiskaltdcpp.rpmlintrc (don't need).
- Remove eiskaltdcpp-daemon.
- Add lua51-devel to BuildRequires.
- Add eiskaltdcpp.firewalld for ports tcp/udp 3030-3031.
- Add ru.ts.patch for russian l10n for free space indicator.
* Fri Jan 05 2018 asterios.dramis@gmail.com
- Use libboost_system-devel instead of boost-devel as build
  requirement for openSUSE Tumbleweed (fixes cmake error).
- Added a patch "openssl-1.1.x.patch" (taken from upstream) to fix
  building with OpenSSL >= 1.1.0 in openSUSE Tumbleweed.
* Tue Sep 12 2017 asterios.dramis@gmail.com
- Fix compilation with lua (define includedir).
* Sun Apr 09 2017 asterios.dramis@gmail.com
- Rename build requirement libxmlrpc-c-devel to xmlrpc-c-devel.
* Wed Jun 01 2016 asterios.dramis@gmail.com
- Added a patch "miniupnpc_fixes.patch" (taken from upstream) to
  fix compilation with miniupnpc. Includes also a fix to send
  IPv4-only address in UPNP request.
* Wed Oct 07 2015 asterios.dramis@gmail.com
- Update to 2.2.10:
  common changes:
  * GCC < 4.6 and Clang < 3.1 are not supported anymore.
  * Added option (ShareSkipZeroByte) for skipping zero sized files
    from share.
  * Thanks to Anh Phan the Vietnamese translation is now available.
  * Thanks to Marko Trifunović the Serbian (Cyrillic) translation
    is now available.
  * Thanks to Egoitz Rodriguez the Basque translation is now
    available.
  * Fixed finding of Lua 5.2.x during configuration.
  * The local copy of miniupnpc is updated to version 1.8. Build
    with old miniupnpc versions (1.5.x, 1.6.x and 1.7.x) is still
    supported.
  * Prevent crashes when receiving malicious search requests on
    NMDC hubs. [Thanks to Pavel Pimenov].
  * Added options: LogFileSpy, LogFormatSpy (issue 1403)
  * [NMDC] Prevent crashes when receiving malicious search requests
    http://sourceforge.net/p/dcplusplus/code/ci/1d751b2467b5af9b921e694bca29ee47f5311608/
    [Thanks to Pavel Pimenov].
  * Add parse tags TS and HIT in filelists.
  * [NMDC] Add support CTM2HUB.
  * [NMDC] Fix parse search requests.
  * [ADC] Set correct p2p error msg for adc.
  * Optimize all png images in repo (pull-request 292) [Thanks to
    Nikoli].
  * Fix high cpu load on ssl connections after disconnect remote
    client on begin send file [Thanks to loooser].
  eiskaltdcpp-qt:
  * Added some options in settings dialog: SHARE_SKIP_ZERO_BYTE,
    LOG_FILE_SPY, LOG_FORMAT_SPY, APP_UNIT_BASE, MIME_HANDLER.
  * Emit signal about each new message in chat (issue 1369).
  * Add workaround for loading icons in Mac OS X 10.9 (issue 1442).
  * Fixed build in Mac OS X 10.9 using clang.
  * Add support build with Qt5.
  * Add very simple Cmd Debug Frame.
  * Fix crash in settings dialog (issue 1498).
  * F3, Shitf+F3, Find All button in PMWindow now work.
  * Fix unable selection text in chat after find don't exist
    substring in HubFrame and PMWindow.
  * Add /rebuild and /refresh chat commands (Github issue 288).
  * Rework find user for Context Menu in Hub Chat (use
    QTextBlockUserData instead QRegExp).
  eiskaltdcpp-gtk:
  * Added some options in settings dialog: SHARE_SKIP_ZERO_BYTE.
  eiskaltdcpp-daemon:
  * Updated embedded mongoose library to version 5.6.
  * Updated embedded jsoncpp library to current state in SVN trunk.
  * Added cmake option LOCAL_JSONCPP. Now it is possible to build
    program with system version of library jsoncpp. But have in
    mind, if this library do not have our patch, it will causes
    segmentation faults in eiskaltdcpp-daemon.
  * Add reload config by SIGHUP.
- Removed support for openSUSE <= 12.2.
* Sun Nov 03 2013 asterios.dramis@gmail.com
- Update to 2.2.9:
  common changes:
  * Fixed build with GCC < 4.6 and Clang < 3.1. This is the last release with
    support of old compilers.
  * Fixed cmake rules for building with sr@latin localization.
  * Small code refactoring and optimisation.
  eiskaltdcpp-qt:
  * Improvements in search widget: now progress bar works as expected.
  * Fixed segmentation fault on right click at some nicknames in public chats.
  * Fixed SIGABRT during closing Tic-Tac-Toe QML widget.
  * Fixed SIGABRT on program exit when QtScript "LogManager View" is active.
  * A number of improvements for Mac OS X:
  - disabled system tray functionality (it never worked there as expected)
  - added special program menu to the dock icon
  - now program is hided into dock instead of exiting by the click on window
    close button
  - added platform-specific code to handle left click on program icon in dock
    (now it works as in native Mac OS X programs)
  - added dock icon jumping when there are new unread personal messages
  - added support for Retina displays (fonts are rendered in high resolution
    when program built with Qt 4.8.x)
    [Thanks to Dmitry Arkhipov who showed developers how Mac OS X looks like]
  * Some platform-specific improvements in settings dialog: hided options which
    do not work in Mac OS X, MS Windows or Haiku.
  eiskaltdcpp-gtk:
  * Improvements in search widget: now progress bar works as expected.
  * Fixed SIGABRT when gdk_display_get_default() returns NULL.
  eiskaltdcpp-daemon:
  * Fixed check of log file existence in daemon mode (see --syslog and --log
    command-line options).
  eiskaltdcpp-cli:
  * Fixed work with libjson-rpc-perl >= 1.00 (module JSON::RPC::Client was
    moved to JSON::RPC::Legacy::Client there). [Thanks to Damyan Ivanov]
* Wed Jul 10 2013 asterios.dramis@gmail.com
- Update to 2.2.8:
  common changes:
  * Fix build with Boost >= 1.50. Dropped support for Boost < 1.39.
  * Added support of Lua 5.1.x (used by default) and Lua 5.2.x.
  * The local copy of miniupnpc is updated to version 1.7. Build with old
    miniupnpc versions (1.5.x and 1.6.x) is still supported.
  * Fix connection problem when hub domain name has IPv6 address. While we do
    not have IPv6 support yet, hints.ai_family = AF_UNSPEC was causing the
    connection problem. [Thanks to Jan Vidar Krey]
  * Changed logic of search intervals: now minimum search interval can be equal
    to zero. [Thanks to Dmitry Arkhipov]
  * Fixed file names for cache of public hub lists: now these files are saved
    and loaded properly.
  * Now mutexes from C++11 standard are used in *nix systems. While MinGW does
    not support this feature, mutexes from Boost are used in MS Windows.
    Added cmake option DO_NOT_USE_MUTEX (default: OFF), which switches on the
    old algorithm: Haiku and WINE do not support mutexes yet, so this option
    is necessary for them. Also this option is used for build in Mac OS X.
  * Added option for keeping unfinished downloads of file-lists in queue
    between program restart. (Disabled by default, because it is not very
    useful: user may leave hub or change CID and such file-list will be in
    download queue until you manually delete it.)
  * Added option for choosing MIME handler (i.e. kfmclient, gnome-open). Use
    MimeHandler field in DCPlusPlus.xml to set it manually.
  * Fixed buffer overflow error on exit. Problem was caused by attempt to read
    data from closed UDP socket.
  * Thanks to Helder Cesar the Portuguese translation is now available.
  * Some improvements for build in Haiku.
  * Small code refactoring.
  eiskaltdcpp-qt:
  * Fixed opening of public hub lists from cache.
  * Added progress bar into search widget.
  * Added menu item "Match all listings".
  * Added button "Match queue" into the share browser widget.
  * More consistent handling of magnet links from command line arguments.
    [Thanks to Dorian Scholz]
  * Small improvement in download queue widget: use current filename in save
    dialog.
  * Added new qtscript for tools panel: NowPlaying QMMP Script.
    [Thanks to Gustavo Alvarez]
  * Fixed context menu in transfer view widget. (Copying information for
    selected items worked wrong.)
  * Updated list of fake client versions in Favorite Hub settings.
  * Added menu for quick connection to favorites hubs. (See related action on
    the tools panel.)
  * Fixed emoticons processing in chats.
  * Fixed detection of users on hubs. (Sometimes program took user description
    from another hub.)
  * Lot of fixes for user commands.
  eiskaltdcpp-gtk:
  * Fixed opening of public hub lists from cache.
  * Added progress bar into search widget.
  * Added menu item "Match all listings".
  * Fixed a number of warnings about using deprecated functions in latest
    versions of Gtk+ and GLib libraries.
  * In the file list widget parsing of file lists was detached into separate
    thread, which solved the problem with a short GUI frieze during opening of
    large file lists.
  * Added menu items for opening partial file lists.
  * Added possibility of configuring the file exceptions in settings dialog.
    (In previous versions of program it was possible to configure this by
    manually editing of DCPlusPlus.xml.)
  * Improved look and fill of settings dialog.
  * Added option to show user list on the left side of hub widget.
  * Improved transfers widget: now all information is in separate columns, so
    some of them can be hided if necessary.
  eiskaltdcpp-daemon:
  * Added JSON-RPC methods: hub.getuserinfo, hub.getusers, hub.listfulldesc,
    queue.matchlists.
  * Updated JSON-RPC methods: hub.pm, show.ratio.
  * Synced available XML-RPC and JSON-RPC methods.
  * Fixed possible program crashes in magnet.add method.
  * Fixed program hang-up on exit when active hubs are not in connected state.
  * Added command line options: --syslog, --log=<file>.
  * Updated embedded mongoose library.
  * Updated embedded jsonrpc-cpp library.
  * Additional fix in jsonrpc-cpp:
    fixed segmentation fault during stopping of mongoose when it was not
    started.
  * Additional fixes in jsoncpp:
  - all source files were combined into three files (.cpp and .h)
  - added conversion from string to int/uint/int64/uint64/float/double
  * Now eiskaltdcpp-daemon is ready for daily use via JSON-RPC.
  * XML-RPC is not recommended, but it is still supported.
  eiskaltdcpp-cli:
  * Added new JSON-RPC methods: hash.pause, hash.status, hub.getuserinfo,
    hub.getusers, hub.listfulldesc, methods.list, queue.getsources,
    queue.matchlists.
  * Now eiskaltdcpp-cli-jsonrpc is ready for daily use.
  * eiskaltdcpp-cli-xmlrpc is not supported.
- Enable DHT build option.
* Mon Oct 29 2012 asterios.dramis@gmail.com
- Added bzip2 as build requirement (needed for Factory).
- Added libattr-devel as build requirement.
* Sat Jun 16 2012 highwaystar.ru@gmail.com
- Update to 2.2.7:
  common changes ***
  * Updated embedded copy of jsonrpc-cpp library.
  * Added automatic pause for items from download queue when target directory or
  temporary target directory is not available in file system [unmounted for
  example]. (Option CheckTargetsPathsOnStart in config)
  * Added INSTALL_RUNTIME_PATH option for cmake.
  (Disabled by default, see file INSTALL)
  * Refactoring of source code.
  eiskaltdcpp-qt ***
  * Support of Qt < 4.6.0 was dropped.
  * Correctly save state of headers in tables.
  * Fixed blur of program's icon in D-Bus notifications in Ubuntu Unity.
  * Added some options in settings dialog:
  ALLOW_UPLOAD_MULTI_HUB, USE_ADL_ONLY_OWN_LIST.
  * Fixed problems which were added in version 2.2.5:
  - Fixed build with GCC >= 4.7.
  - Fixed program crash at launch time (problem was only in builds with
    GCC >= 4.7). [Thanks to Pino Toscano]
  - Fixed build with disabled aspell support.
  - Fixed actions for main menu items "Hide last status message" and
    "Hide users statistics".
  - Fixed system tray icon indication about new unread messages.
  - Fixed crash on exit.
  eiskaltdcpp-gtk ***
  * Always open search for alternates in new widget.
  * Added some options in settings dialog:
  ALLOW_UPLOAD_MULTI_HUB, ALLOW_SIM_UPLOADS, LOG_FILE_MAIN_CHAT,
  LOG_FILE_PRIVATE_CHAT, LOG_FILE_DOWNLOAD, LOG_FILE_UPLOAD,
  LOG_FORMAT_POST_FINISHED_DOWNLOAD, LOG_FILE_FINISHED_DOWNLOAD,
  REPORT_ALTERNATES, USE_ADL_ONLY_OWN_LIST
  * Added saving of last search type in search widget.
  * Added catching of signals SIGSEGV, SIGABRT, SIGBUS and SIGTERM.
  * Added chat command and toggle button for disabling chat in hub widget.
  * Added some options in favorite hub settings dialog: disable chat and
  external IP.
  * Changed algorithm of actions for left click on system tray icon. The same
  behavior as in Qt UI is used now.
  * In the file list widget parsing of file lists was detached into separate
  thread, which solved the problem with a short GUI frieze during opening of
  large file lists.
  eiskaltdcpp-daemon ***
  * Synced available XML-RPC and JSON-RPC methods.
  * Updated JSON-RPC methods: methods.list, show.ratio
  * Fixed command line options "-c" and "-l": they did not work when argument
  is not finished by path separator.
  * JSON-RPC now works using embedded mongoose library.
  (http://code.google.com/p/mongoose/)
- removed  gcc-4.7,patch, now upstream
* Tue Apr 24 2012 asterios.dramis@gmail.com
- Update to 2.2.6:
  common changes:
  * Thanks to Konstantinos Georgokitsos the Greek translation is now available.
  * Thanks to Stefano Simoncelli the Italian translation is now available.
  * Fixed rewriting external IP when DHT is used.
  * Added support for reading and writing full TTH tree in the file attribute.
    The implementation is compatible with FlylinkDC++. Not all file systems
    allow to store data required size. If program can not record the
    attributes, it processes the files as before.
  eiskaltdcpp-qt:
  * Refactoring of source code. Fixed regressions that have been added in
    version 2.2.5.
  * Fixed program crash on closing hub tabs when there are open tabs with
    private chat rooms. (Bug was added in version 2.1.0)
  * Show count of selected items in the file list widget.
  * Small improvements in the panel of active transfers.
  * Item for fast setting of rate limiting was added in the context menu on
    tray icon.
  * Used catching of signals SIGSEGV, SIGABRT, SIGBUS, SIGKILL and SIGTERM
    to release the shared memory before exiting the program.
    (Not actual in MS Windows)
  * Added possibility to open downloaded file on double clicking it in the
    widget of finished transfers. [Thanks to Viranch Mehta]
  * Fixed adding items to the list of search results when using the sort by the
    number of sources.
  * Added option to select the action when changes in active scripts
    (QtScript): do nothing, ask the user or restart scripts.
  * Fixed loading of large file lists when the restriction on the maximum file
    size is enabled: now such file lists are ignored.
  eiskaltdcpp-gtk:
  * Improved support of Gtk3.
  * Added language switcher in settings dialog.
  * Fixed bug with duplication of entries in GtkComboBoxText elements.
  * Added support of libcanberra for sound notification (option
  - DUSE_LIBCANBERRA for cmake).
  * Fixed program crash in "Indexing progress" dialog window.
  eiskaltdcpp-daemon:
  * Added command line option: --debug
  * Added new JSON-RPC methods: methods.list, hash.pause, hash.status,
    queue.getsources
  eiskaltdcpp-cli:
  * Added new JSON-RPC methods: queue.list, queue.listtargets, search.clear
- Added a patch (gcc-4.7.patch) to fix compilation with gcc-4.7 (taken from
  upstream).
- Changes based on spec-cleaner run.
- Require lua51-devel instead of lua-devel (5.2) for openSUSE > 12.1 (package
  fails to compile with lua-5.2).
- Added openssl-devel build dependency.
- Enabled compilation with miniupnpc for openSUSE > 12.1.
- Removed libglade2-devel from build requirements (not needed).
- Require at least gtk2 version 2.24 (support for older versions was removed
  from the package).
- Enabled compilation with USE_QT_QML cmake variable for openSUSE > 11.4.