Commit graph

57 commits

Author SHA1 Message Date
markd
748c9d889c baloo5: update to 5.93.0
5.81.0
[SearchStore] Explicitly narrow timestamps for range query
Add now mandatory args parameter to QProcess::startDetached()
[MetadataMover] Update filename terms when moving/renaming file

5.82.0
Fix baloo_file autostart with systemd
Move baloo_file, baloo_file_extractor to libexec
Properly shutdown extractor process
Port extractorprocess to WorkerPipe/ControllerPipe helper classes
[XAttrIndexer] Avoid unnecessary reindexing on XAttr changes
Cleanup/extend mimetypes for Archive document type
Mark Kindle mobipocket variant as type Document
Mark various comicbook variants as "Document"
Do not crash when a dir is move/delete is detected by kinotify
When adding a folder to configuration, normalize the path semantically
Expose IndexerState enum to QML
[DocumentUrlDB] Remove bogus child sanity check

5.83.0
Embed JSON metadata in KIOSlaves
Convert protocol files to JSON
[balooctl] Allow clearing a document which has been deleted

5.90.0
[kioslaves/tags] Set proper display name for root entry

5.91.0
Static libs linked into shared libs need -fPIC
2022-04-25 06:36:45 +00:00
adam
f5e35d538b revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
tnn
7bbb76e634 {s,t,w}*/*: revbump(1) for libsndfile 2022-03-28 10:59:27 +00:00
adam
b6d9bd86bc revbump for icu and libffi 2021-12-08 16:01:42 +00:00
wiz
025613e28f *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
nia
d75334de07 sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 11:19:17 +00:00
nia
67e36f8dd3 sysutils: Remove SHA1 hashes for distfiles 2021-10-07 14:57:31 +00:00
ryoon
ce5e37658b *: Recursive revbump from audio/pulseaudio-15.0 2021-07-30 12:26:37 +00:00
adam
9d0e79c401 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
markd
ba58b08846 kf5: KDE Frameworks update to 5.80.0
10 months of patches/updates.
2021-03-30 10:58:21 +00:00
ryoon
bee3953c45 *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
ryoon
bfac3f1b42 *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
riastradh
77697b790a Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
ryoon
4675ccbc79 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
leot
b13a568190 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
leot
0e49372c4e *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
markd
b0615af16d baloo5: update to 5.70.0
5.67
  Migrate config from KConfig to KConfigXt in order to allow KCM to use it
5.68
  [ModifiedFileIndexer] Correct time checks for new files
  [ModifiedFileIndexer] Omit BasicIndexingJob run when not required
  Sync IndexerConfig on exit
  [FileIndexScheduler] Force evaluation of indexerState after suspend/resume
5.69
  [SearchStore] Use categorized logging
  [QueryParser] Fix broken detection of end quote
  [EngineQuery] Provide toString(Term) overload for QTest
  [EngineQuery] Remove unused position member, extend tests
  [SearchStore] Avoid long lines and function nesting
  [baloosearch] Bail out early if specified folder is not valid
  [MTimeDB] Consolidate time interval handling code
  [AdvancedQueryParser] Test if quoted phrases are passed correctly
  [Term] Provide toString(Term) overload for QTest
  [ResultIterator] Remove unneeded SearchStore forward declaration
  [QueryTest] Make phrase test case data driven and extend
  [Inotify] Start the MoveFrom expire timer at most once per inotify batch
  [UnindexedFileIndexer] Only mark file for content indexing when needed
  [Inotify] Call QFile::decode only in a single place
  [QML] Correctly watch for unregistration
  [FileIndexScheduler] Update the content index progress more often
  [FileIndexerConfig] Replace config QString,bool pair with dedicated class
  [QML] Set the remaining time in the monitor more reliably
  [TimeEstimator] Correct batch size, remove config reference
  [FileIndexScheduler] Emit change to LowPowerIdle state
  [Debug] Improve readability of positioninfo debug format
  [Debug] Correct output of *::toTestMap(), silence non-error
  [WriteTransactionTest] Test removal of positions only
  [WriteTransaction] Extend position test case
  [WriteTransaction] Avoid growing m_pendingOperations twice on replace
  [FileIndexScheduler] Cleanup firstRun handling
  [StorageDevices] Fix order of notification connect and initialization
  [Config] Remove/deprecate disableInitialUpdate
5.70
  [FileWatch] Remove redundant watchIndexedFolders() slot
  [ModifiedFileIndexer] Clarify a comment
  [FileWatch] Fix watch updates on config changes
  [KInotify] Fix path matching when removing watches
  [Extractor] Use categorized logging
  Use KFileMetaData for XAttr support instead of private reimplementation
  Revert "add Baloo DBus signals for moved or removed files"
  [QML Monitor] Show remaining time as soon as possible
  [FileContentIndexer] Fix state update and signal order
  [Monitor] Fix monitor state and signal ordering
  [Extractor] Fix progress reporting
  [Coding] Avoid recurrent detach and size checks
  [baloo_file] Remove KAboutData from baloo_file
  [Searchstore] Reserve space for phrase query terms
  [SearchStore] Allow querying exact matches for non-properties
  [PhraseAndIterator] Remove temporary arrays when checking matches
  [Extractor] Better balance idle and busy mode
  [Extractor] Fix idle monitoring
  [Extractor] Remove IdleStateMonitor wrapper class
  [OrpostingIterator] Allow skipping elements, implement skipTo
  [PhraseAndIterator] Replace recursive next() implementation
  [AndPostingIterator] Replace recursive next() implementation
  [PostingIterator] Make sure skipTo also works for first element
  rename and export newBatchTime signal in filecontentindexer
  [SearchStore] Handle double values in property queries
  [AdvancedQueryParser] Move semantic handling of tokens to SearchStore
  [Inotify] Remove not-so-OptimizedByteArray
  [Inotify] Remove dead/duplicate code
  [QueryParser] Replace single-use helper with std::none_of
2020-06-07 11:49:06 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
markd
551a235956 baloo5: remove obsolete file from xdg SUBST. allow noop on fix-moc SUBST.
fix-moc SUBST is a noop on some platforms, required on others.
2020-05-24 01:30:21 +00:00
adam
24daafa112 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
markd
c4ec119a20 baloo5: autogen now uses json files 2020-02-02 10:49:33 +00:00
markd
bcc5c0aea3 kf5: update to frameworks 5.66
build with qt5 5.14

All frameworks
  Port from QRegExp to QRegularExpression
  Port from qrand to QRandomGenerator
  Fix compilation with Qt 5.15 (e.g. endl is now Qt::endl,
   QHash insertMulti now requires using QMultiHash...)

Attica
  Don't use a verified nullptr as a data source
  Support multiple children elements in comment elements
  Set a proper agent string for Attica requests

Baloo
  Correctly report if baloo_file is unavailable
  Check cursor_open return value
  Initialise QML monitor values
  Move URL parsing methods from kioslave to query object

Breeze Icons
  Change XHTML icon to be a purple HTML icon
  Merge headphones and zigzag in the center
  Add application/x-audacity-project icon
  Add 32px preferences-system
  Add application/vnd.apple.pkpass icon
  icon for ktimetracker using the PNG in the app repo, to be replaced
  with real breeze SVG
  add kipi icon, needs redone as a breeze theme svg [or just kill off kipi]

Extra CMake Modules
  [android] Fix apk install target
  Support PyQt5 compiled with SIP 5

Framework Integration
  Remove ColorSchemeFilter from KStyle

KDE Doxygen Tools
  Display fully qualified class/namespace name as page header

KCalendarCore
  Improve README.md to have an Introduction section
  Make incidence geographic coordinate also accessible as a property
  Fix RRULE generation for timezones

KCMUtils
  Deprecate KCModuleContainer

KCodecs
  Fix invalid cast to enum by changing the type to int rather than enum

KCompletion
  Deprecate KPixmapProvider
  [KHistoryComboBox] Add method to set an icon provider

KConfig
  kconfig EBN transport protocol cleanup
  Expose getter to KConfigWatcher's config
  Fix writeFlags with KConfigCompilerSignallingItem
  Add a comment pointing to the history of Cut and Delete sharing a shortcut

KConfigWidgets
  Rename "Configure Shortcuts" to "Configure Keyboard Shortcuts"

KContacts
  Align ECM and Qt setup with Frameworks conventions
  Specify ECM dependency version as in any other framework

KCoreAddons
  Add KPluginMetaData::supportsMimeType
  [KAutoSaveFile] Use QUrl::path() instead of toLocalFile()
  Unbreak build w/ PROCSTAT: add missing impl. of KProcessList::processInfo
  [KProcessList] Optimize KProcessList::processInfo
  [KAutoSaveFile] Improve the comment in tempFileName()
  Fix KAutoSaveFile broken on long path

KDeclarative
  [KeySequenceHelper] Grab actual window when embedded
  Add optional subtitle to grid delegate
  [QImageItem/QPixmapItem] Don't lose precision during calculation

KFileMetaData
  Partial fix for accentuated characters in file name on Windows
  Remove unrequired private declarations for taglibextractor
  Partial solution to accept accentuated characters on windows
  xattr: fix crash on dangling symlinks

KIconThemes
  Set breeze as default theme when reading from configuration file
  Deprecate the top-level IconSize() function
  Fix centering scaled icons on high dpi pixmaps

KImageFormats
  pic: Fix Invalid-enum-value undefined behaviour

KIO
  [KFilePlacesModel] Fix supported scheme check for devices
  Embed protocol data also for Windows version of trash ioslave
  Adding support for mounting KIOFuse URLs for applications that don't use KIO
  Add truncation support to FileJob
  Deprecate KUrlPixmapProvider
  Deprecate KFileWidget::toolBar
  [KUrlNavigator] Add RPM support to krarc:
  KFilePlaceEditDialog: fix crash when editing the Trash place
  Add button to open the folder in filelight to view more details
  Show more details in warning dialog shown before starting a
  privileged operation
  KDirOperator: Use a fixed line height for scroll speed
  Additional fields such as deletion time and original path are now
  shown in the file properties dialog
  KFilePlacesModel: properly parent tagsLister to avoid memleak.
  HTTP ioslave: call correct base class in virtual_hook(). The
  base of HTTP ioslave is TCPSlaveBase, not SlaveBase
  Ftp ioslave: fix 4 character time interpreted as year
  Re-add KDirOperator::keyPressEvent to preserve BC
  Use QStyle for determining icon sizes

Kirigami
  ActionToolBar: Only show the overflow button if there are visible
  items in the menu
  Don't build and install app templates on android
  Don't hardcode the margin of the CardsListView
  Add support for custom display components to Action
  Let the other components grow if there's more things on the header
  Remove dynamic item creation in DefaultListItemBackground
  reintroduce the collapse button
  Show application window icon on AboutPage

KItemModels
  Add KColumnHeadersModel

KJS
  Added tests for Math.exp()
  Added tests for various assignment operators
  Test special cases of multiplicate operators (*, / and %)

KNewStuff
  Ensure the dialog title is correct with an uninitialised engine
  Don't show the info icon on the big preview delegate
  Support archive installs with adoption commands
  Send along the config name with requests

KPeople
  Expose enum to the metaobject compiler

KQuickCharts
  Also correct the shader header files
  Correct license headers for shaders

KService
  Deprecate KServiceTypeProfile

KTextEditor
  Add "line-count" property to the ConfigInterface
  Avoid unwanted horizontal scrolling

KWayland
  [plasmashell] Update docs for panelTakesFocus to make it generic
  [plasmashell] Add signal for panelTakesFocus changing

KXMLGUI
  KActionCollection: provide a changed() signal as a replacement for removed()
  Adjust keyboard shortcut configuration window's title

NetworkManagerQt
  Manager: add support for AddAndActivateConnection2
  cmake: Consider NM headers as system includes
  Sync Utils::securityIsValid with NetworkManager

Plasma Framework
  [ToolTip] Round position
  Enable wheel events on Slider {}
  Sync QWindow flag WindowDoesNotAcceptFocus to wayland plasmashell interface
  [calendar] Check out of bounds array access in QLocale lookup
  [Plasma Dialog] Use QXcbWindowFunctions for setting window types Qt
  WindowFlags doesn't know
  [PC3] Complete plasma progress bar animation
  [PC3] Only show progress bar indicator when the ends won't overlap
  [RFC] Fix Display Configuration icon margins
  [ColorScope] Work with plain QObjects again
  [Breeze Desktop Theme] Add monochrome user-desktop icon
  Remove default width from PlasmaComponents3.Button
  [PC3 ToolButton] Have the label take into account complementary color schemes
  Added background colors to active and inactive icon view

QQC2StyleBridge
  [ToolTip] Round position
  Update size hint when font changes

Solid
  Display first / in mounted storage access description
  Ensure mounted nfs filesystems matches their fstab declared counterpart

Sonnet
  The signal done is deprecated in favour of spellCheckDone, now correctly emitted

Syntax Highlighting
  LaTeX: fix brackets in some commands
  TypeScript: add "bigint" primitive type
  Python: improve numbers, add octals, binaries and "breakpoint" keyword
  SELinux: add "glblub" keyword and update permissions list
  Several enhancements to gitolite syntax definition
2020-01-29 11:49:22 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
markd
1b6c12305a KDE Frameworks update to 5.64.0
5.62.0

Baloo
  Fixes a crash in Peruse triggered by baloo

KDBusAddons
  Fix race on kcrash auto-restarts

KFileMetaData
  Implement writing of images

Solid
  Make battery serial property constant
  Expose technology property in battery interface

5.64.0

Baloo
  Make it compile against qt5.15
  Use propertymap to store properties in Baloo::Result
  Add standalone conversion functions for PropertyMap to Json and vice versa
  [Database] Rework handling environment flags
  Replace recursion in FilteredDirIterator with loop iteration

KFileMetaData
  Fix crash in writer collection and cleanup

Solid
  Don't build static library when BUILD_TESTING=OFF
2019-11-11 08:55:56 +00:00
ryoon
7917e25af2 Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
markd
0e83b8856d baloo5: update to 5.61.0
5.61.0
  Link against KIOCore instead of KIOWidgets in kioslaves
  [IndexCleaner] ignore non-existent entries inside config
5.60.0
  [QueryTest] Test if independent phrases are really independent
  [TermGenerator] Insert an empty position between independent terms
  [QueryTest] Restructure tests to allow easier extension
  [TermGenerator] Leave single term phrases out of the PositionDB
  [TermGenerator] Do Term truncation prior to UTF-8 conversion
  [PostingIterator] Move positions() method to VectorPositionInfoIterator
  [TermGenerator] Use UTF-8 ByteArray for termList
  [WriteTransactionTest] Clear mixup of QString and QByteArray
  [experimental/BalooDB] Fix trivial 0 / nullptr warning
  [PositionDbTest] Fix trivial memleak in test
  [PendingFileQueueTest] Verify create + delete do not emit extra events
  [PendingFileQueueTest] Verify delete + create actually works
  [PendingFileQueue] Avoid delete + create / create + delete race
  [PendingFileQueueTest] Use synthetic timer events to speedup test
  [XAttrIndexer] Update DocumentTime when XAttrs are updated
  [PendingFileQueueTest] Shorten timeouts, verify tracking time
  [PendingFileQueue] Use more accurate calculation of remaining time
  [ModifiedFileIndexer] Use correct mimetype for folders, delay until needed
  [NewFileIndexer] Omit symlinks from the index
  [ModifiedFileIndexer] Avoid shadowing XAttr changes by content changes
  [NewFileIndexer] Use correct mimetype for folders, check excludeFolders
  [UnindexedFileIndexer] Pick up comment, tags and rating changes
  [UnindexedFileIndexer] Skip filetime checks for new files
  [DocumentUrlDB] Avoid manipulation of the whole tree on trivial rename
  [DocumentUrlDB] Catch invalid URLs early
  [DocumentUrlDB] Remove unused 'rename' method
  [balooctl] Streamline indexer control commands
  [Transaction] Replace template for functor with std::function
  [FirstRunIndexer] Use correct mimetype for folders
  Move invariant IndexingLevel out of the loop
  [BasicIndexingJob] Skip lookup of baloo document type for directories
  [FileIndexScheduler] Ensure indexer is not run in suspended state
  [PowerStateMonitor] Be conservative when determining power state
  [FileIndexScheduler] Stop the indexer when quit() is called via DBus
  Avoid container detach in a few places
  Do not try to append to QLatin1String
  Disable valgrind detection when compiling with MSVC
  [FilteredDirIterator] Combine all suffixes into one large RegExp
  [FilteredDirIterator] Avoid RegExp overhead for exact matches
  [UnindexedFileIterator] Delay mimetype determination until it is needed
  [UnindexedFileIndexer] Do not try to add nonexistant file to index
  Detect valgrind, avoid database removal when using valgrind
  [UnindexedFileIndexer] Loop optimizations (avoid detach, invariants)
  Delay running UnindexedFileIndexer and IndexCleaner
  [FileIndexScheduler] Add new state for Idle on battery
  [FileIndexScheduler] Postpone housekeeping tasks while on battery
  [FileIndexScheduler] Avoid emitting state changes multiple times
  [balooctl] Clarify and extend status output
5.59.0
  Don't try to index SQL database dumps
  Exclude .gcode and virtual machine files from indexing consideration
5.58.0
  [baloo_file] Wait for extractor process to start
  [balooctl] Add command to show files failed to index (bug 406116)
  Add QML to source code types
  [balooctl] Capture the constant totalsize in the lambda
  [balooctl] Switch multiline output to new helper
  [balooctl] Use new helper in json output
  [balooctl] Use new helper for simple format output
  [balooctl] Factor out file index status collection from output
  Keep empty Json metadata docs out of DocumentData DB
  [balooshow] Allow referencing files by URL from hardlink
  [balooshow] Suppress warning when URL refers to unindexed file
  [MTimeDB] Allow timestamp newer than the newest document in range match
  [MTimeDB] Use exact match when exact match is requested
  [balooctl] Cleanup handling of different positional arguments
  [balooctl] Extend options help text, improve error checking
  [balooctl] Use more understandable names for size in status output
  [balooctl] clear command: Remove bogus check for documentData, cleanup
  [kio_search] Fix warning, add UDSEntry for "."  in listDir
  Use hex notation for DocumentOperation flag enum
  Calculate total DB size correctly
  Postpone term parsing until needed, do not set both term and searchstring
  Don't add default valued date filters to json
  Use compact Json format when converting query URLs
  [balooshow] Do not print a bogus warning for a non-indexed file
2019-08-27 19:55:58 +00:00
markd
94ce31c7f8 kde: update KDE Frameworks to 5.57.0
Baloo

  [DocumentIdDB] Silence non-error debug message, warn on errors
  [baloosearch] Allow specifying a time when using e.g. mtime
  [indexcleaner] Avoid removing included folders below excluded ones
  [MTimeDB] Fix lookup for the LessEqual range
  [MTimeDB] Fix lookup when time range should return empty set
  Correct asserts/error handling in MTimeDB
  Protect against invalid parents in the IdTreeDB
  Remove document from MTimeDB/DocumentTimeDB even when timestamp is 0
  Be more precise with mimetype detection
  [timeline] Canonicalize Url
  [timeline] Fix missing/misplaced SlaveBase::finished() calls
  [balooshow] Several extensions basic file information output
  [timeline] Fix warning, add missing UDS entry for "."
  [balooctl] Reduce nesting level for addOption arguments, cleanup
  React to config updates inside indexer
  Fix regression when opening DB in read-write mode
  [balooctl] Cleanup trailing whitespace
  [engine] Unbreak code, revert renaming of Transaction::abort()
  Harmonize handling of underscore in query parser
  Baloo engine: treat every non-success code as a failure

KDBusAddons

  Convert two old-style connects to new-style

KFileMetaData

  Implement support for writing rating information for taglib writer
  Implement more tags for taglib writer
  Rewrite taglib writer to use property interface
  Test ffmpeg extractor using mime type helper
  Propose Stefan Bruns as KFileMetaData maintainer
  Declare PropertyInfo as QMetaType
  Safeguard against invalid files
  [TagLibExtractor] Use the correct mimetype in case of inheritance
  Add a helper to determine actual supported parent mime type
  [taglibextractor] Test extraction of properties with multiple values
  Generate header for new MimeUtils
  Use Qt function for string list formatting
  Fix number localization for properties
  Verify mimetypes for all existing sample files, add some more
  Add helper function to determine mime type based on content and extension
  Add support for extracting data from ogg and ts files
  [ffmpegextractor] Add Matroska Video test case
  Rewrite the taglib extractor to use the generic PropertyMap interface
  [ExtractorCollection] Load extractor plugins lazily
  Fix extraction of aspect ratio property
  Increase precision of frame rate property

Solid

  Allow building without UDev on Linux
  Only get clearTextPath when used
2019-04-25 21:05:22 +00:00
ryoon
6fc378bce9 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
adam
16dd5de231 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
ryoon
4fea36abc2 Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
markd
971b102a7b baloo5: update to 5.47.0
* Terminate query execution early if subterm returns empty result set
* Avoid crash when reading corrupt data from document terms db
* handle string lists as input
* Ignore more types of source files
2018-06-21 06:41:25 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
markd
ba4f2fe9c4 kf5: update to 5.44.0
3 months of bugfixes.
2018-04-11 11:50:34 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
bff4597ffc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
markd
e9c46ca027 kf5: strip -fvisibility=hidden in all kf5 packages
as it breaks the plugin mechanism due to not being able to
resolve various symbols
2018-01-24 19:06:06 +00:00
markd
0a6390baeb baloo5: update distinfo to match this mornings update 2018-01-18 05:14:17 +00:00
markd
41773c874e kf5: update to 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 20:00:20 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
a08ccc4150 recursive bump for qt5-qtwebkit dependency change 2017-09-12 13:51:59 +00:00
ryoon
5bd9ca4ef6 Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
wiz
52ae9de1e6 Recursive bump for gpgme update which removed a support library. 2017-03-31 10:32:14 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00