Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: transmission-common | Distribution: openSUSE Leap 15.2 |
Version: 2.94 | Vendor: openSUSE |
Release: lp152.4.12 | Build date: Sat May 16 21:21:52 2020 |
Group: Productivity/Networking/Other | Build host: goat15 |
Size: 767187 | Source RPM: transmission-2.94-lp152.4.12.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.transmissionbt.com/ | |
Summary: Common data for the "transmission" BitTorrent client |
Transmission is a BitTorrent client. It has GTK+ and Qt GUI clients, a daemon for servers and headless use, and both can be remote controlled by HTTP and the terminal. It supports Local Peer Discovery, DHT, µTP, PEX and magnet links.
(GPL-2.0-only OR GPL-3.0-only) AND MIT
* Wed Oct 10 2018 Marguerite Su <i@marguerite.su> - fix boo#1111323 transmission-qt try to load translations from /usr/bin + upstream issue#736 recommends to use cmake instead of autotools because codes related to autotools are deprecated. Nowadays we manually install transmission-qt translations into /usr/ share/qt5/ directory where is designed for official Qt project only, while cmake will install to the right location /usr/share/ transmission/translations. + switch build time configuration from autotools to cmake - refactored transmission-appdata.patch to cmake-oriented. + handle transmission-gtk.appdata.xml translations with intltool-merge which is used by upstream for desktop files in gtk/CMakeLists.txt + handle transmission-qt.appdata.xml installation in qt/CMakeLists.txt instead of in specfile, because anyway we binary patch the -gtk.appdata.xml.in, we'd better not binary patch one while add another one as Source. so the SOURCE4 is also dropped. - add transmission-3rdparty-no-download.patch + transmission's cmake configuration will download and build some 3rd-party libraries that could not be found in system. we patch its ExternalProject_Add() method to avoid the download because there are already source codes for such 3rd-party libraries located in third-party directory. Also, our OBS build machine doesn't support downloading in the build VM. - mark COPYING with %license tag instead of %doc tag - add extras/{rpc-spec.txt,send-email-when-torrent-done.sh} as doc since upstream installs them as doc too * Wed May 02 2018 bjorn.lie@gmail.com - Update to version 2.94: + All Platforms: - Fix building against LibreSSL. - Fix building against mbedTLS. - Fix torrents ETA calculation. - Fix cross-compilation issues caused by miniupnpc configuration test. + Qt Client: Fix bad downloaded percentage in DetailsDialog. + Web Client: - Fix tracker error XSS in inspector (CVE pending). - Fix torrent name HTML-escaping in trackers inspector tab. * Thu Mar 22 2018 jengelh@inai.de - Remove marketing from description. * Sun Feb 18 2018 avindra@opensuse.org - Update to version 2.93: + Mitigate dns rebind attacks against daemon CVE-2018-5702). + Fix crash on handshake if establishing DH shared secret fails. + Fix crash when switching to next tracker during announcement. + Fix potential issue during password salt extraction in OOM situation. + Workaround glib_DEFUN- and glib_REQUIRE-related configuration issue. + Fix building against OpenSSL 1.1.0+. - Drop 0001-transmission-build-against-openssl-1.1.0.patch: fixed upstream (commit id f91cf5a). - Drop 0002-Fix-coding-style-and-building-with-TR_LIGHTWEIGHT.patch: fixed upstream (commit id 8c8386a). - Drop CVE-2018-5072.patch: fixed upstream (commit id cf7173df). - Cleanup with spec-cleaner. - Use https url. - Use qmake/make_jobs macros for building qt binary. * Wed Jan 17 2018 dimstar@opensuse.org - Add CVE-2018-5072.patch (backported from gh#transmission/transmission#468): Mitigate dns rebind attacks against daemon (boo#1075921, CVE-2018-5072). - Conditionalize usage of desktop_database_post/postun macros to suse_version < 1500: recent versions use file triggers. - Add %check session: run make check. * Wed Aug 23 2017 vcizek@suse.com - Backport support for OpenSSL 1.1 + Added patches: 0001-transmission-build-against-openssl-1.1.0.patch. 0002-Fix-coding-style-and-building-with-TR_LIGHTWEIGHT.patch. * Tue Aug 08 2017 carmen@carmenbianca.eu - boo#1052817 - Edit transmission-qt.desktop to handle magnet links (x-scheme-handler/magnet). * Fri Dec 09 2016 dimstar@opensuse.org - Add transmission-systemd.patch: Look for libsystemd instead of libsystemd-daemon. The modules have been merged since systemd 209. * Thu Aug 04 2016 badshah400@gmail.com - Add transmission-appdata.patch to add, translate and install metainfo files for gtk application. - Patch touches autotool files, add BuildRequires on libtool and run autoreconf -fi before ./configure; workaround an issue where aclocal fails due to "won't overwrite defined macro: glib_DEFUN". - Add and install metainfo for transmission-qt as a separate source file. * Mon Mar 07 2016 zaitor@opensuse.org - Update to version 2.92: + Mac Client: Build OSX.KeRanger.A ransomware removal into the app. - Changes from version 2.91: + All Platforms: - Fix Makefile.am to include Windows patches into source archive. - Fix miniupnpc script to handle spaces and other special chars in paths. + Mac Client: - Prevent crash during group rules removal in some cases. - Fix failure to remove seeding completion notifications from notification center. - Show main window and scroll to torrent on notification click. - Fix issue on Yosemite where peers view didn't occupy all the available space when web seed view was hidden. + Qt Client: Fix existing running instance detection and torrents delegation when using DBus. + Daemon: - Fix building on Windows x86. - Add `--blocklist-update` argument description to transmission-remote man page. - Use `-rad` as short form of `--remove-and-delete` option in transmission-remote. * Mon Feb 29 2016 dimstar@opensuse.org - Update to version 2.90: + All Platforms: - Fix renaming torrent files with common prefix. - Fix some more thread safety bugs in the tr_list datatype. - Fix infinite loop when removing torrent data. - Add support for CyaSSL/WolfSSL and PolarSSL cryptographic backends; bump OpenSSL minimum to v0.9.7. - Initial CMake build system support. - Many improvements to support Windows builds with MSVS and MinGW; drop XP/2003 support, only Vista and up now. - Allow building against system UTP and DHT libraries. - Fix several memory leaks and buffer overflows. - Support miniupnpc API v14. - Fix "prefetch-enabled" value type in settings.json (boolean instead of integer). - Fix some issues discovered by static analysis (cppcheck, coverity). - Fix invalid JSON encoding for non-printable characters. - Fix multi-threaded locale use when encoding/decoding JSON data. - Fix encrypted communication with libevent 2.1+. - Prevent completed pieces modification by webseeds. - Require absolute paths in RPC requests. - Fix and unify torrent origin display in GTK+, Qt and web clients. - Fix crash on session shutdown (evdns_getaddrinfo_cancel). - Retry if RPC server fails to bind to specified address. - Improve error checking on metadata retrieval. - Improve UTF-8 validity checking (merge changes from LLVM). - Don't build transmission-cli by default (it's long deprecated). + GTK+ Client: - Fix overshoot and undershoot indicators display with GTK+ 3.16+ in main window. - Don't require DISPLAY if started with `--version` argument. + Qt Client: - Improve performance in Torrent Properties dialog for torrents with lots of files. - Prevent entering file renaming mode with mouse double-click. - Add context menu on files tab of Torrent Properties dialog resembling that of Mac client. - Remove torrent file from watch directory even if "show options dialog" is not set. - Use theme-provided icons in system tray and About dialog. - Fix initial watch directory scan. - Improve filter bar look and feel; lots of other small visual fixes; RTL layout fixes. - Show message to the user when duplicate torrent is being added. - Improve magnets handling in main window. - Display notifications via tray icon if D-Bus is not available. - Show notice on top of filtered torrents list; clear whole filter on notice double-click. - Add proper compiler flags to indicate C++11 use. - Fix translation files loading. + Daemon: - Run as service on Windows when in background mode. - Rework directory watching, add support for native mechanisms on BSD/Darwin (kqueue) and Windows (ReadDirectoryChanges). - Don't make assumptions of remote path validity in transmission-remote. + Web Client: - Content Security Policy enhancements. - Enable "resume now" for queued torrents. - Mark appropriate fields in preferences dialog as HTML5 number fields. - Update to jQuery 1.11.2, jQueryUI 1.11.4; use jQueryUI menus instead of custom ones. + Updated translations. - Pass --enable-external-b64 to configure: use the system provided b64 library. - Pass --enable-cli to configure: retain the (deprecated) CLI interface. - Add pkgconfig(zlip) and libb64-devel BuildRequires: new dependencies. - Drop transmission-miniupnp14.patch: fixed upstream. * Mon Nov 30 2015 idonmez@suse.com - Add transmission-miniupnp14.patch to fix compilation with miniupnpc API level 14
/usr/share/icons/hicolor/16x16/apps/transmission.png /usr/share/icons/hicolor/22x22/apps/transmission.png /usr/share/icons/hicolor/24x24/apps/transmission.png /usr/share/icons/hicolor/256x256/apps/transmission.png /usr/share/icons/hicolor/32x32/apps/transmission.png /usr/share/icons/hicolor/48x48/apps/transmission.png /usr/share/icons/hicolor/scalable/apps/transmission.svg /usr/share/transmission /usr/share/transmission/web /usr/share/transmission/web/LICENSE /usr/share/transmission/web/images /usr/share/transmission/web/images/favicon.ico /usr/share/transmission/web/images/favicon.png /usr/share/transmission/web/images/webclip-icon.png /usr/share/transmission/web/index.html /usr/share/transmission/web/javascript /usr/share/transmission/web/javascript/common.js /usr/share/transmission/web/javascript/dialog.js /usr/share/transmission/web/javascript/file-row.js /usr/share/transmission/web/javascript/formatter.js /usr/share/transmission/web/javascript/inspector.js /usr/share/transmission/web/javascript/jquery /usr/share/transmission/web/javascript/jquery/jquery-migrate.min.js /usr/share/transmission/web/javascript/jquery/jquery-ui.min.js /usr/share/transmission/web/javascript/jquery/jquery.min.js /usr/share/transmission/web/javascript/jquery/jquery.transmenu.min.js /usr/share/transmission/web/javascript/jquery/jquery.ui-contextmenu.min.js /usr/share/transmission/web/javascript/jquery/json2.min.js /usr/share/transmission/web/javascript/notifications.js /usr/share/transmission/web/javascript/prefs-dialog.js /usr/share/transmission/web/javascript/remote.js /usr/share/transmission/web/javascript/torrent-row.js /usr/share/transmission/web/javascript/torrent.js /usr/share/transmission/web/javascript/transmission.js /usr/share/transmission/web/style /usr/share/transmission/web/style/jqueryui /usr/share/transmission/web/style/jqueryui/images /usr/share/transmission/web/style/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png /usr/share/transmission/web/style/jqueryui/images/ui-bg_flat_75_ffffff_40x100.png /usr/share/transmission/web/style/jqueryui/images/ui-bg_glass_55_fbf9ee_1x400.png /usr/share/transmission/web/style/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png /usr/share/transmission/web/style/jqueryui/images/ui-bg_glass_75_dadada_1x400.png /usr/share/transmission/web/style/jqueryui/images/ui-bg_glass_75_e6e6e6_1x400.png /usr/share/transmission/web/style/jqueryui/images/ui-bg_glass_95_fef1ec_1x400.png /usr/share/transmission/web/style/jqueryui/images/ui-bg_highlight-soft_75_cccccc_1x100.png /usr/share/transmission/web/style/jqueryui/images/ui-icons_222222_256x240.png /usr/share/transmission/web/style/jqueryui/images/ui-icons_2e83ff_256x240.png /usr/share/transmission/web/style/jqueryui/images/ui-icons_454545_256x240.png /usr/share/transmission/web/style/jqueryui/images/ui-icons_888888_256x240.png /usr/share/transmission/web/style/jqueryui/images/ui-icons_cd0a0a_256x240.png /usr/share/transmission/web/style/jqueryui/jquery-ui.min.css /usr/share/transmission/web/style/transmission /usr/share/transmission/web/style/transmission/common.css /usr/share/transmission/web/style/transmission/images /usr/share/transmission/web/style/transmission/images/arrow-down.png /usr/share/transmission/web/style/transmission/images/arrow-up.png /usr/share/transmission/web/style/transmission/images/blue-turtle.png /usr/share/transmission/web/style/transmission/images/buttons /usr/share/transmission/web/style/transmission/images/buttons/torrent_buttons.png /usr/share/transmission/web/style/transmission/images/compact.png /usr/share/transmission/web/style/transmission/images/file-priority-high.png /usr/share/transmission/web/style/transmission/images/file-priority-low.png /usr/share/transmission/web/style/transmission/images/file-priority-normal.png /usr/share/transmission/web/style/transmission/images/filter_bar.png /usr/share/transmission/web/style/transmission/images/filter_icon.png /usr/share/transmission/web/style/transmission/images/inspector-files.png /usr/share/transmission/web/style/transmission/images/inspector-info.png /usr/share/transmission/web/style/transmission/images/inspector-peers.png /usr/share/transmission/web/style/transmission/images/inspector-trackers.png /usr/share/transmission/web/style/transmission/images/lock_icon.png /usr/share/transmission/web/style/transmission/images/logo.png /usr/share/transmission/web/style/transmission/images/progress.png /usr/share/transmission/web/style/transmission/images/settings.png /usr/share/transmission/web/style/transmission/images/toolbar-close.png /usr/share/transmission/web/style/transmission/images/toolbar-folder.png /usr/share/transmission/web/style/transmission/images/toolbar-info.png /usr/share/transmission/web/style/transmission/images/toolbar-pause-all.png /usr/share/transmission/web/style/transmission/images/toolbar-pause.png /usr/share/transmission/web/style/transmission/images/toolbar-start-all.png /usr/share/transmission/web/style/transmission/images/toolbar-start.png /usr/share/transmission/web/style/transmission/images/turtle.png /usr/share/transmission/web/style/transmission/images/wrench.png /usr/share/transmission/web/style/transmission/mobile.css
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024