[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/akismet/views/, plugins/akismet/

2022-06-15 Thread Yury German
commit: d70aabe9576a2aa12d55e8649f04c3a853de902a
Author: Yury German  gentoo  org>
AuthorDate: Wed Jun 15 16:23:54 2022 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Jun 15 16:23:54 2022 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=d70aabe9

update akismet 4.2.4

Signed-off-by: Yury German  gentoo.org>

 plugins/akismet/akismet.php |   6 +-
 plugins/akismet/class.akismet-admin.php | 184 +---
 plugins/akismet/class.akismet.php   |  80 +++---
 plugins/akismet/readme.txt  |  28 -
 plugins/akismet/views/config.php|   6 +-
 plugins/akismet/views/connect-jp.php|   4 +-
 plugins/akismet/views/get.php   |   6 +-
 plugins/akismet/views/stats.php |   2 +-
 8 files changed, 203 insertions(+), 113 deletions(-)

diff --git a/plugins/akismet/akismet.php b/plugins/akismet/akismet.php
index 2175a913..e6b45ba7 100644
--- a/plugins/akismet/akismet.php
+++ b/plugins/akismet/akismet.php
@@ -6,7 +6,7 @@
 Plugin Name: Akismet Anti-Spam
 Plugin URI: https://akismet.com/
 Description: Used by millions, Akismet is quite possibly the best way in the 
world to protect your blog from spam. It keeps your site 
protected even while you sleep. To get started: activate the Akismet plugin and 
then go to your Akismet Settings page to set up your API key.
-Version: 4.2.1
+Version: 4.2.4
 Author: Automattic
 Author URI: https://automattic.com/wordpress-plugins/
 License: GPLv2 or later
@@ -37,10 +37,10 @@ if ( !function_exists( 'add_action' ) ) {
exit;
 }
 
-define( 'AKISMET_VERSION', '4.2.1' );
+define( 'AKISMET_VERSION', '4.2.4' );
 define( 'AKISMET__MINIMUM_WP_VERSION', '5.0' );
 define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
-define( 'AKISMET_DELETE_LIMIT', 10 );
+define( 'AKISMET_DELETE_LIMIT', 1 );
 
 register_activation_hook( __FILE__, array( 'Akismet', 'plugin_activation' ) );
 register_deactivation_hook( __FILE__, array( 'Akismet', 'plugin_deactivation' 
) );

diff --git a/plugins/akismet/class.akismet-admin.php 
b/plugins/akismet/class.akismet-admin.php
index c6cb1355..3b6badfc 100644
--- a/plugins/akismet/class.akismet-admin.php
+++ b/plugins/akismet/class.akismet-admin.php
@@ -434,7 +434,7 @@ class Akismet_Admin {

if ( ! wp_verify_nonce( $_POST['nonce'], 
'akismet_check_for_spam' ) ) {
wp_send_json( array(
-   'error' => __( "You don't have permission to do 
that."),
+   'error' => __( 'You dont have permission 
to do that.', 'akismet' ),
));
return;
}
@@ -584,10 +584,8 @@ class Akismet_Admin {
 
if ( $history ) {
foreach ( $history as $row ) {
-   $time = date( 'D d M Y @ h:i:s a', $row['time'] 
) . ' GMT';
-   
$message = '';
-   
+
if ( ! empty( $row['message'] ) ) {
// Old versions of Akismet stored the 
message as a literal string in the commentmeta.
// New versions don't do that for two 
reasons:
@@ -595,96 +593,112 @@ class Akismet_Admin {
// 2) The message can be translated 
into the current language of the blog, not stuck 
//in the language of the blog when 
the comment was made.
$message = esc_html( $row['message'] );
-   }
-   
-   // If possible, use a current translation.
-   switch ( $row['event'] ) {
-   case 'recheck-spam';
-   $message = esc_html( __( 
'Akismet re-checked and caught this comment as spam.', 'akismet' ) );
-   break;
-   case 'check-spam':
-   $message = esc_html( __( 
'Akismet caught this comment as spam.', 'akismet' ) );
-   break;
-   case 'recheck-ham':
-   $message = esc_html( __( 
'Akismet re-checked and cleared this comment.', 'akismet' ) );
-   break;
-   case 'check-ham':
-   $message = esc_html( __( 
'Akismet cleared this comment.', 'akismet' ) );
-   break;
-   case 'wp-blacklisted':
- 

[gentoo-commits] proj/blogs-gentoo:master commit in: themes/twentyfourteen/page-templates/, themes/twentyfourteen/images/, ...

2022-01-23 Thread Yury German
commit: 856daf897233b153771276d227f05f8f33a6189e
Author: Yury German  gentoo  org>
AuthorDate: Mon Jan 24 00:12:12 2022 +
Commit:     Yury German  gentoo  org>
CommitDate: Mon Jan 24 00:12:12 2022 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=856daf89

twentyfourteen upg 2.7 to 3.2 and twentysixteen from 2.0 to 2.5

Signed-off-by: Yury German  gentoo.org>

 themes/twentyfourteen/archive.php  |  31 ++--
 themes/twentyfourteen/author.php   |  13 +-
 themes/twentyfourteen/category.php |  13 +-
 themes/twentyfourteen/comments.php |   4 +-
 themes/twentyfourteen/content-aside.php|   4 +-
 themes/twentyfourteen/content-audio.php|   4 +-
 themes/twentyfourteen/content-featured-post.php|   6 +-
 themes/twentyfourteen/content-gallery.php  |   4 +-
 themes/twentyfourteen/content-image.php|   4 +-
 themes/twentyfourteen/content-link.php |   4 +-
 themes/twentyfourteen/content-none.php |   7 +-
 themes/twentyfourteen/content-quote.php|   4 +-
 themes/twentyfourteen/content-video.php|   4 +-
 themes/twentyfourteen/content.php  |   6 +-
 themes/twentyfourteen/css/blocks.css   |  13 ++
 themes/twentyfourteen/css/editor-blocks.css|  95 +++--
 themes/twentyfourteen/css/editor-style.css |   1 -
 themes/twentyfourteen/footer.php   |   5 +-
 themes/twentyfourteen/functions.php|  66 ++---
 themes/twentyfourteen/header.php   |   4 +-
 themes/twentyfourteen/image.php|   4 +-
 themes/twentyfourteen/images/bridge.jpg| Bin 0 -> 138675 bytes
 themes/twentyfourteen/images/clouds.jpg| Bin 0 -> 93526 bytes
 themes/twentyfourteen/images/pattern-dark.svg  |  32 ++---
 themes/twentyfourteen/images/pattern-light.svg |  12 +-
 themes/twentyfourteen/images/person.jpg| Bin 0 -> 155463 bytes
 themes/twentyfourteen/images/street.jpg| Bin 0 -> 177017 bytes
 themes/twentyfourteen/images/sunset.jpg| Bin 0 -> 114946 bytes
 themes/twentyfourteen/inc/back-compat.php  |  24 +++-
 themes/twentyfourteen/inc/block-patterns.php   |  73 ++
 themes/twentyfourteen/inc/custom-header.php|  46 +++---
 themes/twentyfourteen/inc/customizer.php   |  10 +-
 themes/twentyfourteen/inc/featured-content.php |  17 +--
 themes/twentyfourteen/inc/template-tags.php|  21 +--
 themes/twentyfourteen/inc/widgets.php  |  29 ++--
 themes/twentyfourteen/index.php|   4 +-
 themes/twentyfourteen/js/functions.js  |   7 +-
 .../twentyfourteen/page-templates/contributors.php |   2 +-
 .../twentyfourteen/page-templates/full-width.php   |   2 +-
 themes/twentyfourteen/page.php |   2 +-
 themes/twentyfourteen/readme.txt   |  42 +-
 themes/twentyfourteen/rtl.css  |   7 +
 themes/twentyfourteen/search.php   |  13 +-
 themes/twentyfourteen/single.php   |   6 +-
 themes/twentyfourteen/style.css| 104 --
 themes/twentyfourteen/tag.php  |  13 +-
 themes/twentyfourteen/taxonomy-post_format.php |   6 +-
 themes/twentysixteen/archive.php   |   5 +-
 themes/twentysixteen/comments.php  |   4 +-
 themes/twentysixteen/css/blocks.css|  35 +++--
 themes/twentysixteen/css/editor-blocks.css | 147 +++
 themes/twentysixteen/css/editor-style.css  |   8 +-
 themes/twentysixteen/footer.php|   5 +-
 themes/twentysixteen/functions.php |  65 ++---
 themes/twentysixteen/genericons/genericons.css |   2 +-
 themes/twentysixteen/header.php|   4 +-
 themes/twentysixteen/image.php |   6 +-
 themes/twentysixteen/inc/back-compat.php   |  24 +++-
 themes/twentysixteen/inc/block-patterns.php| 157 +
 themes/twentysixteen/inc/customizer.php|  70 -
 themes/twentysixteen/inc/template-tags.php |  16 ++-
 themes/twentysixteen/index.php |   3 +-
 themes/twentysixteen/js/functions.js   |   2 +-
 themes/twentysixteen/page.php  |   2 +-
 themes/twentysixteen/readme.txt|  39 +++--
 themes/twentysixteen/rtl.css   |   2 +-
 themes/twentysixteen/search.php|   7 +-
 themes/twentysixteen/single.php|   2 +-
 themes/twentysixteen/style.css |  31 +++-
 themes/twentysixteen/template-parts/biography.php  |   7 +-
 .../twentysixteen/template-parts/content-none.php  |   7 +-
 .../twentysixteen/template-parts/content-page.php

[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/akismet/, plugins/akismet/_inc/img/, plugins/akismet/views/, ...

2022-01-23 Thread Yury German
commit: 0949f1a8dfdad78ba67fb1dcd58537b83a26e8a3
Author: Yury German  gentoo  org>
AuthorDate: Mon Jan 24 00:08:06 2022 +
Commit:     Yury German  gentoo  org>
CommitDate: Mon Jan 24 00:08:06 2022 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=0949f1a8

Plugin - akismet update from 4.1.3 to 4.2.1

Signed-off-by: Yury German  gentoo.org>

 plugins/akismet/.htaccess |   2 +-
 plugins/akismet/_inc/akismet.css  |  83 -
 plugins/akismet/_inc/akismet.js   | 207 +++
 plugins/akismet/_inc/form.js  |  30 --
 plugins/akismet/_inc/img/logo-a-2x.png| Bin 0 -> 904 bytes
 plugins/akismet/akismet.php   |   6 +-
 plugins/akismet/{readme.txt => changelog.txt} |  39 +--
 plugins/akismet/class.akismet-admin.php   | 167 +
 plugins/akismet/class.akismet-widget.php  |  24 +-
 plugins/akismet/class.akismet.php | 477 --
 plugins/akismet/readme.txt| 476 +++--
 plugins/akismet/views/config.php  |   8 +-
 plugins/akismet/views/enter.php   |   2 +-
 plugins/akismet/views/notice.php  | 193 +--
 plugins/akismet/views/setup.php   |   5 +-
 plugins/akismet/views/stats.php   |   2 +-
 16 files changed, 939 insertions(+), 782 deletions(-)

diff --git a/plugins/akismet/.htaccess b/plugins/akismet/.htaccess
index 49d72d71..d2675517 100644
--- a/plugins/akismet/.htaccess
+++ b/plugins/akismet/.htaccess
@@ -23,7 +23,7 @@
 
 
 # Akismet images
-
+

Allow from all


diff --git a/plugins/akismet/_inc/akismet.css b/plugins/akismet/_inc/akismet.css
index fea4eb7b..a62f7a84 100644
--- a/plugins/akismet/_inc/akismet.css
+++ b/plugins/akismet/_inc/akismet.css
@@ -79,15 +79,6 @@ table.comments td.comment p a:after {
 .checkforspam {
 display: inline-block !important;
 }
-.checkforspam-progress {
-   display: none;
-}
-.checkforspam.checking .checkforspam-progress {
-   padding-left: 1ex;
-}
-.checkforspam.button-disabled .checkforspam-progress {
-   display: inline;
-}
 
 .checkforspam-spinner {
 display: inline-block;
@@ -109,12 +100,9 @@ table.comments td.comment p a:after {
margin-top: .5rem;
 }
 .akismet-alert {
-   border: 1px solid #e5e5e5;
padding: 0.4em 1em 1.4em 1em;
-border-radius: 3px;
--webkit-border-radius: 3px;
-border-width: 1px;
-border-style: solid;
+   box-sizing: border-box;
+   box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
 }
 
 .akismet-alert h3.akismet-key-status {
@@ -661,3 +649,70 @@ table.comments td.comment p a:after {
 .akismet-section-header__actions {
line-height: 1.75rem;
 }
+
+.akismet-setup-instructions {
+   text-align: center;
+}
+
+.akismet-setup-instructions form {
+   padding-bottom: 1.5rem;
+}
+
+div.error.akismet-usage-limit-alert {
+   padding: 25px 45px 25px 15px;
+   display: flex;
+   align-items: center;
+}
+
+#akismet-plugin-container .akismet-usage-limit-alert {
+   margin: 0 auto 0.625rem auto;
+   box-sizing: border-box;
+   box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
+   border: none;
+   border-left: 4px solid #d63638;
+}
+
+.akismet-usage-limit-alert .akismet-usage-limit-logo {
+   width: 38px;
+   min-width: 38px;
+   height: 38px;
+   border-radius: 20px;
+   margin-right: 18px;
+   background: black;
+   position: relative;
+}
+
+.akismet-usage-limit-alert .akismet-usage-limit-logo img {
+   position: absolute;
+   width: 22px;
+   left: 8px;
+   top: 10px;
+}
+
+.akismet-usage-limit-alert .akismet-usage-limit-text {
+   flex-grow: 1;
+   margin-right: 18px;
+}
+
+.akismet-usage-limit-alert h3 {
+   margin: 0;
+}
+
+.akismet-usage-limit-alert .akismet-usage-limit-cta {
+   text-align: right;
+}
+
+@media (max-width: 550px) {
+   div.error.akismet-usage-limit-alert {
+   display: block;
+   }
+
+   .akismet-usage-limit-alert .akismet-usage-limit-logo,
+   .akismet-usage-limit-alert .akismet-usage-limit-text {
+   margin-bottom: 15px;
+   }
+
+   .akismet-usage-limit-alert .akismet-usage-limit-cta {
+   text-align: left;
+   }
+}
\ No newline at end of file

diff --git a/plugins/akismet/_inc/akismet.js b/plugins/akismet/_inc/akismet.js
index 3445a094..7ebac1a5 100644
--- a/plugins/akismet/_inc/akismet.js
+++ b/plugins/akismet/_inc/akismet.js
@@ -1,10 +1,12 @@
 jQuery( function ( $ ) {
var mshotRemovalTimer = null;
-   var mshotSecondTryTimer = null
-   var mshotThirdTryTimer = null
-   
+   var mshotRetryTimer = null;
+   var mshotTries = 0;
+   var mshotRetryInterval = 1000;
var mshotEnabledLinkSelector = 'a[id^="author_comment_url"

[gentoo-commits] proj/blogs-gentoo:master commit in: bin/

2019-05-21 Thread Yury German
commit: a027f409c8c35f1ffb75100ad8729085745a011f
Author: Yury German  gentoo  org>
AuthorDate: Wed May 22 05:23:25 2019 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed May 22 05:23:25 2019 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=a027f409

Updating script for Update

Add new theme twentynineteen

Signed-off-by: Yury German  gentoo.org>

 bin/update-wordpress | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/update-wordpress b/bin/update-wordpress
index 0fbdea4f..8da5cc8a 100755
--- a/bin/update-wordpress
+++ b/bin/update-wordpress
@@ -26,6 +26,7 @@ THEMES=(
 twentyfourteen
 twentyfifteen
 twentysixteen
+twentynineteen
 )
 
 for THEME in ${THEMES[@]} ; do



[gentoo-commits] proj/blogs-gentoo:master commit in: themes/twentysixteen/, themes/twentysixteen/template-parts/, ...

2019-05-21 Thread Yury German
commit: fcb506212cbea55b2bd080eb918d42fb4781bfef
Author: Yury German  gentoo  org>
AuthorDate: Wed May 22 05:11:37 2019 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed May 22 05:11:37 2019 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=fcb50621

Updating Theme twentysixteen

twentysixteen.2.0

Signed-off-by: Yury German  gentoo.org>

 themes/twentysixteen/functions.php |  4 ++--
 themes/twentysixteen/header.php|  1 +
 themes/twentysixteen/image.php |  2 +-
 themes/twentysixteen/inc/template-tags.php | 18 ++
 themes/twentysixteen/readme.txt| 10 --
 themes/twentysixteen/style.css |  2 +-
 themes/twentysixteen/template-parts/content-page.php   |  2 +-
 themes/twentysixteen/template-parts/content-search.php |  2 +-
 themes/twentysixteen/template-parts/content-single.php |  2 +-
 themes/twentysixteen/template-parts/content.php|  2 +-
 10 files changed, 35 insertions(+), 10 deletions(-)

diff --git a/themes/twentysixteen/functions.php 
b/themes/twentysixteen/functions.php
index 2c47a2d2..68e4a5ef 100644
--- a/themes/twentysixteen/functions.php
+++ b/themes/twentysixteen/functions.php
@@ -12,7 +12,7 @@
  * the parent theme's file, so the child theme functions would be used.
  *
  * @link https://codex.wordpress.org/Theme_Development
- * @link https://codex.wordpress.org/Child_Themes
+ * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
  *
  * Functions that are not pluggable (not wrapped in function_exists()) are
  * instead attached to a filter or action hook.
@@ -81,7 +81,7 @@ if ( ! function_exists( 'twentysixteen_setup' ) ) :
/*
 * Enable support for Post Thumbnails on posts and pages.
 *
-* @link 
https://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
+* @link 
https://developer.wordpress.org/reference/functions/add_theme_support/#post-thumbnails
 */
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 1200,  );

diff --git a/themes/twentysixteen/header.php b/themes/twentysixteen/header.php
index f264ac2c..a5cfee6a 100644
--- a/themes/twentysixteen/header.php
+++ b/themes/twentysixteen/header.php
@@ -22,6 +22,7 @@
 
 
 >
+
 



diff --git a/themes/twentysixteen/image.php b/themes/twentysixteen/image.php
index 5fcbb901..ea64a146 100644
--- a/themes/twentysixteen/image.php
+++ b/themes/twentysixteen/image.php
@@ -93,7 +93,7 @@ get_header(); ?>
);
?>

-   
+   
 
 tag.
+*
+* @since Twenty Sixteen 2.0
+*/
+   do_action( 'wp_body_open' );
+   }
+endif;

diff --git a/themes/twentysixteen/readme.txt b/themes/twentysixteen/readme.txt
index dcc28905..24b3428c 100644
--- a/themes/twentysixteen/readme.txt
+++ b/themes/twentysixteen/readme.txt
@@ -1,8 +1,9 @@
 === Twenty Sixteen ===
-Contributors: the WordPress team
+Contributors: wordpressdotorg
 Requires at least: WordPress 4.4
 Tested up to: WordPress 5.0
-Version: 1.9
+Requires PHP: 5.2.4
+Version: 2.0
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, accessibility-ready, 
custom-background, custom-colors, custom-header, custom-menu, editor-style, 
featured-images, flexible-header, microformats, post-formats, 
rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
@@ -56,6 +57,11 @@ Image used in screenshot.png: A photo by Austin Schmid 
(https://unsplash.com/sch
 
 == Changelog ==
 
+= 2.0 =
+* Released: May 7, 2019
+
+https://codex.wordpress.org/Twenty_Sixteen_Theme_Changelog#Version_2.0
+
 = 1.9 =
 * Released: February 21, 2019
 

diff --git a/themes/twentysixteen/style.css b/themes/twentysixteen/style.css
index 90c8b4c4..ab7e95da 100644
--- a/themes/twentysixteen/style.css
+++ b/themes/twentysixteen/style.css
@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentysixteen/
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Description: Twenty Sixteen is a modernized take on an ever-popular WordPress 
layout — the horizontal masthead with an optional right sidebar that works 
perfectly for blogs and websites. It has custom color options with beautiful 
default color schemes, a harmonious fluid grid using a mobile-first approach, 
and impeccable polish in every detail. Twenty Sixteen will make your WordPress 
look beautiful everywhere.
-Version: 1.9
+Version: 2.0
 License: GNU General Public License v2 or later

[gentoo-commits] sites/planet:master commit in: configs/universe/, configs/planet/

2017-03-26 Thread Yury German
commit: e604bcb2fb3e3c742f7b9cbc1d71279aec1926b5
Author: Yury German  Belgarath  local>
AuthorDate: Sun Mar 26 12:56:29 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Sun Mar 26 12:56:29 2017 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=e604bcb2

Adding Alicef both blogs to planet and universe Bug 601010

 configs/planet/alicef   | 5 +
 configs/universe/alicef | 5 +
 2 files changed, 10 insertions(+)

diff --git a/configs/planet/alicef b/configs/planet/alicef
index e6dc603..f642bf9 100644
--- a/configs/planet/alicef
+++ b/configs/planet/alicef
@@ -1,4 +1,9 @@
+# Alice wants two blogs on Planet. Bug 601010
 [http://aliceinwire.net/tag/tags/gentoo/index.atom]
 username = alicef
 name = Alice Ferrazzi
 gravatar = fc4d0239c296cce15e080882c8f34773
+[http://blogs.gentoo.org/alicef/category/gentoo/feed/]
+username = alicef
+name = Alice Ferrazzi
+gravatar = fc4d0239c296cce15e080882c8f34773

diff --git a/configs/universe/alicef b/configs/universe/alicef
index 251e163..a83b4ce 100644
--- a/configs/universe/alicef
+++ b/configs/universe/alicef
@@ -1,4 +1,9 @@
+# Alice would like both blogs Bug 601010
 [http://aliceinwire.net/blog/index.atom]
 username = alicef
 name = Alice Ferrazzi
 gravatar = fc4d0239c296cce15e080882c8f34773
+[http://blogs.gentoo.org/alicef/category/gentoo/feed/]
+username = alicef
+name = Alice Ferrazzi
+gravatar = fc4d0239c296cce15e080882c8f34773



[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/jetpack/modules/sharedaddy/, ...

2017-03-19 Thread Yury German
commit: d946d0ca50778c9baa09f05d09cb2e92720b82fe
Author: Yury German  gentoo  org>
AuthorDate: Sun Mar 19 06:02:42 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Sun Mar 19 06:02:42 2017 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=d946d0ca

Jetpack version 4.7.1

 plugins/jetpack/_inc/jetpack-strings.php   |  16 +--
 plugins/jetpack/changelog.txt  |  86 ++
 plugins/jetpack/class.jetpack.php  |  36 +-
 plugins/jetpack/css/jetpack-rtl.css|   3 +
 plugins/jetpack/css/jetpack.css|   3 +
 plugins/jetpack/jetpack.php|   4 +-
 .../jetpack/modules/carousel/jetpack-carousel.js   |   5 +
 plugins/jetpack/modules/markdown.php   |  14 +++
 .../jetpack/modules/sharedaddy/sharing-service.php |   6 -
 plugins/jetpack/modules/sso.php|  74 ++--
 .../modules/videopress/class.videopress-xmlrpc.php |  13 ++-
 .../modules/videopress/utility-functions.php   | 128 -
 .../widget-visibility/widget-conditions.php|  76 
 .../rtl/widget-conditions-rtl.css  |  59 --
 .../widget-conditions/widget-conditions.js |   5 +-
 plugins/jetpack/modules/widgets/image-widget.php   |  14 +--
 plugins/jetpack/readme.txt |  20 +++-
 17 files changed, 503 insertions(+), 59 deletions(-)

diff --git a/plugins/jetpack/_inc/jetpack-strings.php 
b/plugins/jetpack/_inc/jetpack-strings.php
index 7e177b7..3c626a2 100644
--- a/plugins/jetpack/_inc/jetpack-strings.php
+++ b/plugins/jetpack/_inc/jetpack-strings.php
@@ -131,11 +131,11 @@ __( "Security Scanning", "jetpack" ), // 
_inc/client/at-a-glance/scan.jsx:29
 __( "{{a}}Activate Site Verification{{/a}} to verify your site and increase 
ranking with Google, Bing, and Pinterest.", "jetpack" ), // 
_inc/client/at-a-glance/site-verification.jsx:43
 __( "Site Verification Tools are active. Ensure your site is verified with 
Google, Bing, and Pinterest for more accurate indexing and ranking. {{a}}Verify 
now{{/a}}", "jetpack" ), // _inc/client/at-a-glance/site-verification.jsx:27
 __( "Site Verification Tools", "jetpack" ), // 
_inc/client/at-a-glance/site-verification.jsx:21
-__( "By activating ads, you agree to the Automattic Ads {{link}}Terms of 
Service{{/link}}.", "jetpack" ), // _inc/client/engagement/index.jsx:276
-__( "View your earnings", "jetpack" ), // _inc/client/engagement/index.jsx:251
-__( "View your {{a}}Email Followers{{/a}}", "jetpack" ), // 
_inc/client/engagement/index.jsx:232
-__( "View {{a}}All Stats{{/a}}", "jetpack" ), // 
_inc/client/engagement/index.jsx:217
-__( "Learn More", "jetpack" ), // _inc/client/engagement/index.jsx:210
+__( "By activating ads, you agree to the Automattic Ads {{link}}Terms of 
Service{{/link}}.", "jetpack" ), // _inc/client/engagement/index.jsx:279
+__( "View your earnings", "jetpack" ), // _inc/client/engagement/index.jsx:254
+__( "View your {{a}}Email Followers{{/a}}", "jetpack" ), // 
_inc/client/engagement/index.jsx:235
+__( "View {{a}}All Stats{{/a}}", "jetpack" ), // 
_inc/client/engagement/index.jsx:220
+__( "Learn More", "jetpack" ), // _inc/client/engagement/index.jsx:213
 __( "Paid", "jetpack" ), // _inc/client/engagement/index.jsx:158
 __( "Unavailable in Dev Mode", "jetpack" ), // 
_inc/client/engagement/index.jsx:128
 __( "Your site must be accessible by search engines for this feature to work 
properly. You can change this in {{a}}Reading Settings{{/a}}.", "jetpack" ), // 
_inc/client/engagement/index.jsx:55
@@ -279,14 +279,14 @@ __( "Something happened while loading stats. Please try 
again later or {{a}}view
 __( "Click to view detailed stats.", "jetpack" ), // 
_inc/client/at-a-glance/stats/index.jsx:92
 __( "Views: %(numberOfViews)s", "jetpack" ), // 
_inc/client/at-a-glance/stats/index.jsx:90
 __( "Week of %(date)s", "jetpack" ), // 
_inc/client/at-a-glance/stats/index.jsx:74
-__( "Paid", "jetpack" ), // _inc/client/components/dash-item/index.jsx:98
-__( "Active", "jetpack" ), // _inc/client/components/dash-item/index.jsx:87
-__( "Updates Needed", "jetpack" ), // 
_inc/client/components/dash-item/index.jsx:81
 __( "Connect Jetpack", "jetpack" ), // 
_inc/client/components/connect-button/index.jsx:101
 __( "Disconnect Jetpack", "jetpack" ), // 
_inc/client/components/connect-button/index.jsx:86
 __( "Do you really want to d

[gentoo-commits] proj/blogs-gentoo:master commit in: themes/kde-breathe/

2017-03-18 Thread Yury German
commit: d592e93187a03e4d1a1065455edb6ff4457e22cf
Author: Yury German  gentoo  org>
AuthorDate: Sun Mar 19 04:19:33 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Sun Mar 19 04:19:33 2017 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=d592e931

Line 199 commented out - fixing theme

 themes/kde-breathe/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/kde-breathe/style.css b/themes/kde-breathe/style.css
index 71c3d48..bfa1fd7 100644
--- a/themes/kde-breathe/style.css
+++ b/themes/kde-breathe/style.css
@@ -196,7 +196,7 @@ div.menu,
 #wrapper {
margin: 0 auto;
width: 940px;
-min-height:350px;
+/*min-height:350px;*/
 }
 
 #branding, #colophon {



[gentoo-commits] proj/blogs-gentoo:master commit in: themes/kde-breathe/

2017-03-08 Thread Yury German
commit: d9dc390bd98053fa7863c59c042e91c0b61ae30d
Author: Yury German  gentoo  org>
AuthorDate: Wed Mar  8 15:14:27 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Mar  8 15:14:27 2017 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=d9dc390b

New kde-breath theme with fixes

 themes/kde-breathe/style.css | 8 
 1 file changed, 8 insertions(+)

diff --git a/themes/kde-breathe/style.css b/themes/kde-breathe/style.css
index 6839070..71c3d48 100644
--- a/themes/kde-breathe/style.css
+++ b/themes/kde-breathe/style.css
@@ -188,6 +188,14 @@ div.menu,
 #wrapper {
margin: 0 auto;
width: 940px;
+}
+
+/* The main theme structure */
+#access .menu-header,
+#main,
+#wrapper {
+   margin: 0 auto;
+   width: 940px;
 min-height:350px;
 }
 



[gentoo-commits] sites/planet:master commit in: configs/universe/, configs/planet/

2017-03-07 Thread Yury German
commit: abbe630db0413c6d23cb48a9212eccc2ff1adf8b
Author: Yury German  gentoo  org>
AuthorDate: Wed Mar  8 02:19:20 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Mar  8 02:19:20 2017 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=abbe630d

Adding marecki Bug ID 610004

 configs/planet/marecki   | 4 
 configs/universe/marecki | 4 
 2 files changed, 8 insertions(+)

diff --git a/configs/planet/marecki b/configs/planet/marecki
new file mode 100644
index 000..ac7d610
--- /dev/null
+++ b/configs/planet/marecki
@@ -0,0 +1,4 @@
+[http://blogs.gentoo.org/marecki/feed/]
+name = Marek Szuba
+username = marecki
+gravatar = 

diff --git a/configs/universe/marecki b/configs/universe/marecki
new file mode 100644
index 000..ac7d610
--- /dev/null
+++ b/configs/universe/marecki
@@ -0,0 +1,4 @@
+[http://blogs.gentoo.org/marecki/feed/]
+name = Marek Szuba
+username = marecki
+gravatar = 



[gentoo-commits] sites/planet:master commit in: configs/universe/

2017-03-07 Thread Yury German
commit: 80680693e9fc7a6c02ce3e1c047fd197500a5c87
Author: Yury German  gentoo  org>
AuthorDate: Wed Dec 14 07:53:00 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Dec 14 07:53:00 2016 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=80680693

retire josejx bug# 64843

 configs/universe/josejx | 4 
 1 file changed, 4 deletions(-)

diff --git a/configs/universe/josejx b/configs/universe/josejx
deleted file mode 100644
index 2f03789..000
--- a/configs/universe/josejx
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://blogs.gentoo.org/josejx/feed/]
-name = Joseph Jezak
-username = josejx
-gravatar = 63304ec0e27809c4b381b02a06b1ffe2



[gentoo-commits] sites/planet:master commit in: configs/planet/

2017-03-07 Thread Yury German
commit: 63aa5ed6be97abc70b9f1846feeac4ec7843286c
Author: Yury German  gentoo  org>
AuthorDate: Wed Dec 14 08:32:55 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Dec 14 08:32:55 2016 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=63aa5ed6

retired jauhlen Bug #498492

 configs/planet/jauhien | 4 
 1 file changed, 4 deletions(-)

diff --git a/configs/planet/jauhien b/configs/planet/jauhien
deleted file mode 100644
index 6af0e9c..000
--- a/configs/planet/jauhien
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://naartir.livejournal.com/data/rss?tag=gentoo]
-username = jauhien
-name = Jauhien Piatlicki
-gravatar = dbfd06d17b4477b8bda80b9213b694a6 



[gentoo-commits] sites/planet:master commit in: /

2017-03-07 Thread Yury German
commit: c313dd7e851b9d1b368da74c344e8e52569e0d70
Author: Yury German  gentoo  org>
AuthorDate: Thu Feb  2 01:57:21 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Thu Feb  2 01:57:21 2017 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=c313dd7e

Merge branch 'master' of git+ssh://git.gentoo.org/sites/planet

 configs/planet/dev-zero   | 4 
 configs/universe/dev-zero | 4 
 2 files changed, 8 deletions(-)



[gentoo-commits] sites/planet:master commit in: configs/planet/

2017-03-07 Thread Yury German
commit: b9028e959d793d0187f840303fe7dbdc2a21aa16
Author: Yury German  gentoo  org>
AuthorDate: Wed Dec 14 07:51:41 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Dec 14 07:51:41 2016 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=b9028e95

rm josejx bug #64843

 configs/planet/josejx | 4 
 1 file changed, 4 deletions(-)

diff --git a/configs/planet/josejx b/configs/planet/josejx
deleted file mode 100644
index 242bc92..000
--- a/configs/planet/josejx
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://blogs.gentoo.org/josejx/category/gentoo/feed/]
-name = Joseph Jezak
-username = josejx
-gravatar = 63304ec0e27809c4b381b02a06b1ffe2



[gentoo-commits] sites/planet:master commit in: /

2017-03-07 Thread Yury German
commit: f870485b01c89ddae35be0a19cd38005dc6d4d68
Author: Yury German  gentoo  org>
AuthorDate: Tue Mar  7 16:16:13 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Tue Mar  7 16:16:13 2017 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=f870485b

Merge branch 'master' of git+ssh://git.gentoo.org/sites/planet

 configs/planet/antarus   | 4 
 configs/planet/deathwing00   | 4 
 configs/planet/hwoarang  | 4 
 configs/planet/mattm | 4 
 configs/planet/ramereth  | 4 
 configs/universe/antarus | 4 
 configs/universe/deathwing00 | 4 
 configs/universe/hwoarang| 4 
 configs/universe/mattm   | 4 
 9 files changed, 36 deletions(-)



[gentoo-commits] sites/planet:master commit in: /

2017-03-07 Thread Yury German
commit: 79c242a52ee5081e03fdc188b950bb2773145107
Author: Yury German  gentoo  org>
AuthorDate: Thu Jan 26 23:53:05 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Thu Jan 26 23:53:05 2017 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=79c242a5

Merge branch 'master' of git+ssh://git.gentoo.org/sites/planet

 configs/planet/dabbott | 9 -
 configs/planet/gurligebis  | 4 
 configs/planet/ken69267| 4 
 configs/planet/keytoaster  | 4 
 configs/planet/klausman| 4 
 configs/planet/rafaelmartins   | 2 +-
 configs/planet/thev00d00   | 2 +-
 configs/universe/dabbott   | 9 -
 configs/universe/gurligebis| 4 
 configs/universe/ken69267  | 4 
 configs/universe/keytoaster| 4 
 configs/universe/klausman  | 4 
 configs/universe/rafaelmartins | 2 +-
 scripts/update-venus   | 2 +-
 14 files changed, 4 insertions(+), 54 deletions(-)



[gentoo-commits] sites/planet:master commit in: /

2017-03-07 Thread Yury German
commit: 26d9c4ca1e459c21501ee92904262483a250be90
Author: Yury German  gentoo  org>
AuthorDate: Thu Jan 12 20:10:22 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Thu Jan 12 20:10:22 2017 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=26d9c4ca

Merge branch 'master' of git+ssh://git.gentoo.org/sites/planet

 configs/planet/rafaelmartins   | 4 ++--
 configs/universe/rafaelmartins | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)



[gentoo-commits] sites/planet:master commit in: /

2017-03-07 Thread Yury German
commit: fe1682a09f59e88a634f929ac630a6f2bda3d6a1
Author: Yury German  gentoo  org>
AuthorDate: Thu Feb 16 02:14:26 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Thu Feb 16 02:14:26 2017 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=fe1682a0

Merge branch 'master' of git+ssh://git.gentoo.org/sites/planet

 configs/planet/aidecoe| 4 
 configs/planet/tomka  | 4 
 configs/planet/vikraman   | 4 
 configs/universe/aidecoe  | 4 
 configs/universe/tomka| 4 
 configs/universe/vikraman | 4 
 6 files changed, 24 deletions(-)



[gentoo-commits] sites/planet:master commit in: configs/universe/, configs/planet/

2017-03-07 Thread Yury German
commit: d353ca6851ca088c3dbad84ab11f38868ec178c2
Author: Yury German  gentoo  org>
AuthorDate: Wed Dec 14 08:14:47 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Dec 14 08:14:47 2016 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=d353ca68

Retired wired Bug #269977

 configs/planet/wired   | 4 
 configs/universe/wired | 4 
 2 files changed, 8 deletions(-)

diff --git a/configs/planet/wired b/configs/planet/wired
deleted file mode 100644
index 1728759..000
--- a/configs/planet/wired
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://www.linuxized.com/category/gentoo/feed/]
-name = Alex Alexander
-username = wired
-gravatar = 62358c80eaea78aaec5c917fd176bfa3

diff --git a/configs/universe/wired b/configs/universe/wired
deleted file mode 100644
index 6884dd3..000
--- a/configs/universe/wired
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://www.linuxized.com/feed/]
-name = Alex Alexander
-username = wired
-gravatar = 62358c80eaea78aaec5c917fd176bfa3



[gentoo-commits] sites/planet:master commit in: configs/planet/

2017-03-07 Thread Yury German
commit: ceb82d21391f25da68e4091d8486ab3b8d27850e
Author: Yury German  gentoo  org>
AuthorDate: Wed Dec 14 07:59:44 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Dec 14 07:59:44 2016 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=ceb82d21

Retired vostorga bug # 267342

 configs/planet/vostorga | 4 
 1 file changed, 4 deletions(-)

diff --git a/configs/planet/vostorga b/configs/planet/vostorga
deleted file mode 100644
index a5bdb49..000
--- a/configs/planet/vostorga
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://vostorga.org/?feed=rss2=153]
-username = vostorga
-name = Victor Ostorga
-gravatar = 5a8ca474be0ee00357dff0ed88c8cd50



[gentoo-commits] sites/planet:master commit in: configs/planet/, configs/universe/

2017-03-07 Thread Yury German
commit: 73d94c367f010946ae8ac0b85d16b09de0a09463
Author: Yury German  gentoo  org>
AuthorDate: Wed Dec 14 07:56:31 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Dec 14 07:56:31 2016 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=73d94c36

retire darkside bug #212978

 configs/planet/darkside   | 4 
 configs/universe/darkside | 4 
 2 files changed, 8 deletions(-)

diff --git a/configs/planet/darkside b/configs/planet/darkside
deleted file mode 100644
index 3d486a6..000
--- a/configs/planet/darkside
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://blog.jolexa.net/category/gentoo/feed/]
-name = Jeremy Olexa
-username = darkside
-gravatar = 22713e0462fafba6ae835898ad3aded9

diff --git a/configs/universe/darkside b/configs/universe/darkside
deleted file mode 100644
index eb5d726..000
--- a/configs/universe/darkside
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://blog.jolexa.net/feed/]
-name = Jeremy Olexa
-username = darkside
-gravatar = 22713e0462fafba6ae835898ad3aded9



[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/akismet/, plugins/akismet/views/, plugins/akismet/_inc/img/, ...

2017-03-07 Thread Yury German
commit: 1f38dbdf035b1f008eddfe052d3a17c66240ed8a
Author: Yury German  gentoo  org>
AuthorDate: Wed Mar  8 02:01:02 2017 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Mar  8 02:01:02 2017 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=1f38dbdf

Upgrade Akismet to 3.3

 plugins/akismet/_inc/akismet.css  | 508 ++
 plugins/akismet/_inc/akismet.js   |  35 +-
 plugins/akismet/_inc/img/logo-full-2x.png | Bin 4970 -> 7570 bytes
 plugins/akismet/akismet.php   |   8 +-
 plugins/akismet/class.akismet-admin.php   | 184 ---
 plugins/akismet/class.akismet.php |  18 +-
 plugins/akismet/readme.txt|  17 +-
 plugins/akismet/views/config.php  | 402 +++
 plugins/akismet/views/get.php |   2 +-
 plugins/akismet/views/notice.php  | 108 ---
 plugins/akismet/views/start.php   | 184 ++-
 plugins/akismet/views/stats.php   |  13 +-
 plugins/akismet/views/strict.php  |  17 -
 plugins/akismet/wrapper.php   |   2 +-
 14 files changed, 872 insertions(+), 626 deletions(-)

diff --git a/plugins/akismet/_inc/akismet.css b/plugins/akismet/_inc/akismet.css
index d38e14b..53495bb 100644
--- a/plugins/akismet/_inc/akismet.css
+++ b/plugins/akismet/_inc/akismet.css
@@ -1,3 +1,6 @@
+.wp-admin.jetpack_page_akismet-key-config, 
.wp-admin.settings_page_akismet-key-config {
+   background-color:#f3f6f8;
+}
 
 #submitted-on {
 position: relative;
@@ -73,136 +76,37 @@ table.comments td.comment p a:after {
 height: 338px;
 width: 450px;
 }
-h2.ak-header {
-padding: 30px;
-background: #649316 url('img/logo-full-2x.png') no-repeat 20px center;
-background-size: 185px 33px;
-height: 33px;
-text-indent: -em;
-margin-right: 10px;
-}
 .checkforspam {
 display: inline-block !important;
 }
-.checkforspam-spinner {
-display: inline-block;
-margin-top: 7px;
-}
-
-.config-wrap {
-   margin-top: 2em;
-max-width: 700px;
-}
-
-.activate-option {
-background: #e3e3e3;
-border-radius: 3px;
-margin-bottom: 30px;
-overflow: hidden;
-padding: 20px;
-}
-.activate-option.clicked {
-   background: #649316;
-   color: #fff;
-}
-.activate-option.clicked:hover {
-   background: #68802E;
-   color: #fff;
-}
-
-.activate-option .button.button-secondary {
-   margin: 15px 0;
-}
-
-.activate-option p {
-   margin: 10px 0 10px;
-}
-
-.activate-highlight {
-   background: #fff;
-   padding: 30px;
-   margin-right: 10px;
+.checkforspam-progress {
+   padding-left: 1ex;
+   display: none;
 }
-
-.activate-highlight.secondary {
-   background: #ddd;
-   padding: 20px 30px;
+.checkforspam.button-disabled .checkforspam-progress {
+   display: inline;
 }
 
-.activate-highlight h3 {
-   margin: 0 0 0.3em;
-}
-.activate-highlight p {
-   color: #777;
-}
-.activate-highlight .button-primary {
-   margin-top: 15px;
+.checkforspam-spinner {
+display: inline-block;
+margin-top: 7px;
 }
 
-#akismet-enter-api-key .regular-text {
-   width: 18em;
-   margin-top: 15px;
+.akismet-right {
+   float: right;
 }
 
-.right {
-   float: right;
+.akismet-card .akismet-right {
+   margin: 1em 0;
 }
 
-.alert-text {
+.akismet-alert-text {
color: #dd3d36;
+   font-weight: bold;
+   font-size: 120%;
+   margin-top: .5rem;
 }
-.success {
-   color: #649316;
-}
-.option-description {
-float: left;
-font-size: 16px;
-}
-.option-description span {
-color: #666;
-display: block;
-font-size: 14px;
-margin-top: 5px;
-}
-.option-action {
-float: right;
-}
-.key-config-link {
-font-size: 14px;
-margin-left: 20px;
-}
-.jetpack-account {
-float: left;
-font-size: 18px;
-margin-right: 40px;
-}
-.small-heading {
-color: #777;
-display: block;
-font-size: 12px;
-font-weight: bold;
-margin-bottom: 5px;
-text-transform: uppercase;
-}
-.inline-label {
-background: #ddd;
-border-radius: 3px;
-font-size: 11px;
-padding: 3px 8px;
-text-transform: uppercase;
-}
-.inline-label.alert {
-background: #e54747;
-color: #fff;
-}
-.jetpack-account .inline-label {
-margin-left: 5px;
-}
-.option-action .manual-key {
-margin-top: 7px;
-}
-
-.alert {
+.akismet-alert {
border: 1px solid #e5e5e5;
padding: 0.4em 1em 1.4em 1em;
 border-radius: 3px;
@@ -211,49 +115,45 @@ h2.ak-header {
 border-style: solid;
 }
 
-.alert h3.key-status {
+.akismet-alert h3.akismet-key-status {
color: #fff;
margin: 1em 0 0.5em 0;
 }
 
-.alert.critical {
+.akismet-alert.akismet-critical {
background-color: #993300;
 }
 
-.alert.active {
+.akismet-alert.akismet-active {
background-color: #649316;
 }
 
-.alert p.key-status {
+.akismet-alert p.akismet-key-status {
   

[gentoo-commits] sites/planet:master commit in: configs/planet/

2016-09-17 Thread Yury German
commit: 7a4f1bb38838ad059c991741a224dad7e18f36dd
Author: Yury German  gentoo  org>
AuthorDate: Sun Sep 18 02:49:25 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Sun Sep 18 02:49:25 2016 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=7a4f1bb3

Removing psomas - Bug 364603

 configs/planet/psomas | 4 
 1 file changed, 4 deletions(-)

diff --git a/configs/planet/psomas b/configs/planet/psomas
deleted file mode 100644
index 10a3a26..000
--- a/configs/planet/psomas
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://psomas.wordpress.com/category/gentoo-linux/feed/]
-username = psomas
-name = Stratos Psomadakis
-gravatar = 2fbac3482c4336cc85a24ac0da50e2d9



[gentoo-commits] proj/planet-gentoo:master commit in: configs/planet/, configs/universe/

2016-02-17 Thread Yury German
commit: d4b861a227e7b7931454c1cc8d9a2ee18580b38f
Author: Yury German  gentoo  org>
AuthorDate: Wed Feb 17 17:47:17 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Feb 17 17:47:17 2016 +
URL:https://gitweb.gentoo.org/proj/planet-gentoo.git/commit/?id=d4b861a2

Adding blueknight - Self

 configs/planet/blueknight  | 4 
 configs/planet/charvey | 4 
 configs/planet/dang| 4 
 configs/planet/dirtyepic   | 4 
 configs/planet/halcy0n | 4 
 configs/planet/jaervosz| 4 
 configs/planet/suka| 4 
 configs/universe/dang  | 4 
 configs/universe/dirtyepic | 4 
 configs/universe/halcy0n   | 4 
 configs/universe/jaervosz  | 4 
 configs/universe/suka  | 4 
 12 files changed, 4 insertions(+), 44 deletions(-)

diff --git a/configs/planet/blueknight b/configs/planet/blueknight
new file mode 100644
index 000..0189e29
--- /dev/null
+++ b/configs/planet/blueknight
@@ -0,0 +1,4 @@
+[http://blogs.gentoo.org/blueknight/feed/]
+name = Yury German
+username = blueknight 
+gravatar = 7a436d2dda9604564b1da6c0527ea458

diff --git a/configs/planet/charvey b/configs/planet/charvey
deleted file mode 100644
index 05431d5..000
--- a/configs/planet/charvey
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://www.basementcode.com/blog/?cat=3=rss2]
-username = charvey
-name = Christopher Harvey
-gravatar = a276b9e48f23fd30eef9351eef2bcca5

diff --git a/configs/planet/dang b/configs/planet/dang
deleted file mode 100644
index bd5c048..000
--- a/configs/planet/dang
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://gryniewicz.com/blogs/dang/category/gentoo/feed]
-name = Daniel Gryniewicz
-username = dang
-gravatar = 8c517f8b16d7e2ea403086fe764431a2

diff --git a/configs/planet/dirtyepic b/configs/planet/dirtyepic
deleted file mode 100644
index c87c833..000
--- a/configs/planet/dirtyepic
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://max.kanat.us/tag-syndicate/?user=psykil=gentoo]
-name = Ryan Hill
-username = dirtyepic
-gravatar = d7f0456e867190e62fd68fa96ddd89c9

diff --git a/configs/planet/halcy0n b/configs/planet/halcy0n
deleted file mode 100644
index 5d995fe..000
--- a/configs/planet/halcy0n
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://www.halcy0n.com/feed/]
-name = Mark Loeser
-username = halcy0n
-gravatar = c6407aafa82b7f6f79cace91bb661697

diff --git a/configs/planet/jaervosz b/configs/planet/jaervosz
deleted file mode 100644
index c4bec5d..000
--- a/configs/planet/jaervosz
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://home.coming.dk/xmlsrv/rss2.php?blog=5=16]
-name = Sune Kloppenborg Jeppesen
-username = jaervosz
-gravatar = f99f2512cbc967e54c531b1996be7f7f

diff --git a/configs/planet/suka b/configs/planet/suka
deleted file mode 100644
index 65c97a4..000
--- a/configs/planet/suka
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://dev.gentoo.org/~suka/blog/rss.xml]
-name = Andreas Proschofsky
-username = suka
-gravatar = 5b5178bbc2456a54467ff9852033e4fc

diff --git a/configs/universe/dang b/configs/universe/dang
deleted file mode 100644
index d91cfd4..000
--- a/configs/universe/dang
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://gryniewicz.com/blogs/dang/feed]
-name = Daniel Gryniewicz
-username = dang
-gravatar = 8c517f8b16d7e2ea403086fe764431a2

diff --git a/configs/universe/dirtyepic b/configs/universe/dirtyepic
deleted file mode 100644
index 07b1749..000
--- a/configs/universe/dirtyepic
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://psykil.livejournal.com/data/rss]
-name = Ryan Hill
-username = dirtyepic
-gravatar = d7f0456e867190e62fd68fa96ddd89c9

diff --git a/configs/universe/halcy0n b/configs/universe/halcy0n
deleted file mode 100644
index 5d995fe..000
--- a/configs/universe/halcy0n
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://www.halcy0n.com/feed/]
-name = Mark Loeser
-username = halcy0n
-gravatar = c6407aafa82b7f6f79cace91bb661697

diff --git a/configs/universe/jaervosz b/configs/universe/jaervosz
deleted file mode 100644
index 331aef4..000
--- a/configs/universe/jaervosz
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://home.coming.dk/xmlsrv/rss2.php?blog=5=20]
-name = Sune Kloppenborg Jeppesen
-username = jaervosz
-gravatar = f99f2512cbc967e54c531b1996be7f7f

diff --git a/configs/universe/suka b/configs/universe/suka
deleted file mode 100644
index 65c97a4..000
--- a/configs/universe/suka
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://dev.gentoo.org/~suka/blog/rss.xml]
-name = Andreas Proschofsky
-username = suka
-gravatar = 5b5178bbc2456a54467ff9852033e4fc



[gentoo-commits] proj/planet-gentoo:master commit in: configs/universe/

2016-02-17 Thread Yury German
commit: f4cb0840dc27dcfab83db017b588e4a069d6f8a8
Author: Yury German  gentoo  org>
AuthorDate: Wed Feb 17 17:47:52 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Wed Feb 17 17:47:52 2016 +
URL:https://gitweb.gentoo.org/proj/planet-gentoo.git/commit/?id=f4cb0840

Adding blueknight - Self

 configs/universe/blueknight | 4 
 1 file changed, 4 insertions(+)

diff --git a/configs/universe/blueknight b/configs/universe/blueknight
new file mode 100644
index 000..0189e29
--- /dev/null
+++ b/configs/universe/blueknight
@@ -0,0 +1,4 @@
+[http://blogs.gentoo.org/blueknight/feed/]
+name = Yury German
+username = blueknight 
+gravatar = 7a436d2dda9604564b1da6c0527ea458



[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/akismet/_inc/, plugins/akismet/, plugins/akismet/views/

2016-02-13 Thread Yury German
commit: 092a5e8113ae914bbdd4a90f5a271b3ece1b48b4
Author: Yury German  gentoo  org>
AuthorDate: Sat Feb 13 21:44:37 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Sat Feb 13 21:44:37 2016 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=092a5e81

Bug 574468 forgot akismet

 plugins/akismet/LICENSE.txt | 339 
 plugins/akismet/_inc/akismet.css| 116 ++-
 plugins/akismet/_inc/akismet.js | 108 ++
 plugins/akismet/akismet.php |   8 +-
 plugins/akismet/class.akismet-admin.php | 221 -
 plugins/akismet/class.akismet.php   | 144 ++
 plugins/akismet/readme.txt  |  47 -
 plugins/akismet/views/config.php|  16 +-
 plugins/akismet/views/get.php   |   1 +
 plugins/akismet/views/notice.php|  69 ---
 plugins/akismet/views/start.php |  44 +++--
 plugins/akismet/views/strict.php|  24 ++-
 12 files changed, 939 insertions(+), 198 deletions(-)

diff --git a/plugins/akismet/LICENSE.txt b/plugins/akismet/LICENSE.txt
new file mode 100644
index 000..d159169
--- /dev/null
+++ b/plugins/akismet/LICENSE.txt
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".

[gentoo-commits] proj/blogs-gentoo:master commit in: themes/mantra/js/, themes/mantra/includes/, themes/mantra/, themes/mantra/admin/, ...

2016-02-12 Thread Yury German
commit: 1a286359bad2d6499483fc3923edbd16be4ef343
Author: Yury German  gentoo  org>
AuthorDate: Sat Feb 13 03:16:38 2016 +
Commit:     Yury German  gentoo  org>
CommitDate: Sat Feb 13 03:16:38 2016 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=1a286359

Adding New Mantra version 2.4.1.1 - Bug 574468

 themes/mantra/admin/admin-functions.php  |   2 +-
 themes/mantra/admin/css/admin.css|  13 ++
 themes/mantra/admin/custom-styles.php|   2 +-
 themes/mantra/admin/defaults.php |  11 +-
 themes/mantra/admin/js/admin.js  |  78 ---
 themes/mantra/admin/main.php |  28 ++-
 themes/mantra/admin/sanitize.php |  10 +-
 themes/mantra/admin/settings.php |  14 +-
 themes/mantra/functions.php  |   7 +-
 themes/mantra/images/socials/Dailymotion.png | Bin 0 -> 5976 bytes
 themes/mantra/includes/theme-comments.php|   2 +-
 themes/mantra/includes/theme-frontpage.php   |   8 +-
 themes/mantra/includes/theme-functions.php   |   8 +-
 themes/mantra/includes/theme-loop.php|   2 +-
 themes/mantra/includes/theme-seo.php |  13 +-
 themes/mantra/includes/theme-setup.php   |  48 +
 themes/mantra/includes/theme-shortcodes.php  | 303 ---
 themes/mantra/includes/theme-styles.php  |   7 +-
 themes/mantra/js/buttons/button-color.png| Bin 319 -> 0 bytes
 themes/mantra/js/buttons/button-dark.png | Bin 301 -> 0 bytes
 themes/mantra/js/buttons/button-light.png| Bin 299 -> 0 bytes
 themes/mantra/js/buttons/multi-column.png| Bin 258 -> 0 bytes
 themes/mantra/js/buttons/pullquote.png   | Bin 361 -> 0 bytes
 themes/mantra/js/mce-shortcodes.js   |  59 --
 themes/mantra/rtl.css|  46 +++-
 themes/mantra/style.css  |  46 +++-
 26 files changed, 257 insertions(+), 450 deletions(-)

diff --git a/themes/mantra/admin/admin-functions.php 
b/themes/mantra/admin/admin-functions.php
index 890426d..bc70fa1 100644
--- a/themes/mantra/admin/admin-functions.php
+++ b/themes/mantra/admin/admin-functions.php
@@ -56,7 +56,7 @@ if ( isset( $_POST['mantra_export'] ) ){
 function mantra_import_form(){
 
 $bytes = apply_filters( 'import_upload_size_limit', wp_max_upload_size() );
-$size = wp_convert_bytes_to_hr( $bytes );
+$size = size_format( $bytes );
 $upload_dir = wp_upload_dir();
 if ( ! empty( $upload_dir['error'] ) ) :
 ?>

diff --git a/themes/mantra/admin/css/admin.css 
b/themes/mantra/admin/css/admin.css
index e278867..115334c 100644
--- a/themes/mantra/admin/css/admin.css
+++ b/themes/mantra/admin/css/admin.css
@@ -312,6 +312,10 @@ border:2px solid #CCC;
 width:60px;
 }
 
+.layouts img, .images img {
+pointer-events: none;
+}
+
 
 .borderful {
 border-color:#F6A828 ;
@@ -617,3 +621,12 @@ border-color: #BCE8F1; border-style: solid; border-radius: 
0; border-width: 0 0
 padding:5px 10px;
 }
 
+/* FB button fix */
+
+.fb-like.fb_iframe_widget > span {
+   vertical-align: baseline !important;
+}
+.twitter-follow-button.twitter-follow-button {
+   margin:0 8px;
+}
+

diff --git a/themes/mantra/admin/custom-styles.php 
b/themes/mantra/admin/custom-styles.php
index b54415f..0e59bd8 100644
--- a/themes/mantra/admin/custom-styles.php
+++ b/themes/mantra/admin/custom-styles.php
@@ -216,7 +216,7 @@ $mantra_googlefontsubheader = str_replace('+',' 
',preg_replace('/:.*/i','',$mant
 ?> #content table {border:none;} 
#content tr {background:none;} #content table {border:none;} #content tr th,
 #content thead th {background:none;} #content tr td {border:none;} #content h1.entry-title, 
#content h2.entry-title { font-size: ;} .widget-area a:link, 
.widget-area a:visited { font-size: ;} .widget-area, .widget-area 
a:link, .widget-area a:visited { font-size: 
;} #content h1, #content h2, 
#content h3, #content h4, #content h5, #content h6, #content .entry-title, 
#site-title a , #site-description { text-shadow:none; moz-text-shadow:none; 
-webkit-text-shadow:none ;} #content h1, #content h2, 
#content h3, #content h4, #content h5, #content h6 { margin-left:20px;} .sticky 
hgroup { background: url() no-repeat 12px 
10px transparent; padding-left: 15px;}
 

diff --git a/themes/mantra/admin/defaults.php b/themes/mantra/admin/defaults.php
index 086189c..00c15d9 100644
--- a/themes/mantra/admin/defaults.php
+++ b/themes/mantra/admin/defaults.php
@@ -13,6 +13,7 @@ $mantra_defaults = array(
 "mantra_sidewidthRel" => 60,
 "mantra_sidebarRel" => 20,
 "mantra_mobile" => "Enable",
+"mantra_zoom" => 0,
 "mantra_hcontain" => "",
 
 
@@ -36,12 +37,12 @@ $mantra_defaults = array(
 "mantra_slideSpecific" => "",
 
 "mantra_sliderimg1" => 
get_template_directory_uri()."/images/slider/mantra-slide1.jpg&qu

[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-42.xml

2014-12-31 Thread Yury German (blueknight)
blueknight14/12/31 14:25:52

  Modified: glsa-201412-42.xml
  Log:
  GLSA 201412-42 Fix

Revision  ChangesPath
1.2  xml/htdocs/security/en/glsa/glsa-201412-42.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-42.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-42.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-42.xml?r1=1.1r2=1.2

Index: glsa-201412-42.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/security/en/glsa/glsa-201412-42.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glsa-201412-42.xml  26 Dec 2014 17:40:22 -  1.1
+++ glsa-201412-42.xml  31 Dec 2014 14:25:52 -  1.2
@@ -9,15 +9,15 @@
   /synopsis
   product type=ebuildxen/product
   announcedDecember 26, 2014/announced
-  revisedDecember 26, 2014: 1/revised
+  revisedDecember 31, 2014: 2/revised
   bug523524/bug
   bug524200/bug
   accesslocal/access
   affected
 package name=app-emulation/xen auto=yes arch=*
   unaffected range=rge4.2.5-r1/unaffected
-  unaffected range=ge4.4.1-r2/unaffected
-  vulnerable range=lt4.4.1-r2/vulnerable
+  unaffected range=ge4.3.3-r3/unaffected
+  vulnerable range=lt4.3.3-r3/vulnerable
 /package
   /affected
   background
@@ -35,18 +35,18 @@
 pThere is no known workaround at this time./p
   /workaround
   resolution
-pAll Xen 4.2 users should upgrade to the latest version:/p
+pAll xen users should upgrade to the latest version:/p
 
 code
   # emerge --sync
   # emerge --ask --oneshot --verbose gt;=app-emulation/xen-4.2.5-r1
 /code
 
-pAll Xen 4.4 users should upgrade to the latest version:/p
+pAll xen users should upgrade to the latest version:/p
 
 code
   # emerge --sync
-  # emerge --ask --oneshot --verbose gt;=app-emulation/xen-4.4.1-r2
+  # emerge --ask --oneshot --verbose gt;=app-emulation/xen-4.3.3-r3
 /code
 
   /resolution
@@ -59,5 +59,5 @@
   metadata tag=requester timestamp=Wed, 15 Oct 2014 01:33:19 +
 BlueKnight
   /metadata
-  metadata tag=submitter timestamp=Fri, 26 Dec 2014 17:25:23 
+Zlogene/metadata
+  metadata tag=submitter timestamp=Wed, 31 Dec 2014 14:18:28 
+Zlogene/metadata
 /glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-41.xml

2014-12-26 Thread Yury German (blueknight)
blueknight14/12/26 17:23:06

  Added:glsa-201412-41.xml
  Log:
  GLSA 201412-41

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-41.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-41.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-41.xml?rev=1.1content-type=text/plain

Index: glsa-201412-41.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-41
  titleOpenVPN: Denial of Service/title
  synopsisA vulnerability in OpenVPN could lead to Denial of 
Service./synopsis
  product type=ebuildopenvpn/product
  announcedDecember 26, 2014/announced
  revisedDecember 26, 2014: 1/revised
  bug531308/bug
  accessremote/access
  affected
package name=net-misc/openvpn auto=yes arch=*
  unaffected range=ge2.3.6/unaffected
  vulnerable range=lt2.3.6/vulnerable
/package
  /affected
  background
pOpenVPN is a multi-platform, full-featured SSL VPN solution./p
  /background
  description
pOpenVPN does not properly handle control channel packets that are too
  small.
/p
  /description
  impact type=normal
pA remote authenticated attacker could send a specially crafted control
  channel packet, possibly resulting in a Denial of Service condition.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll OpenVPN users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=net-misc/openvpn-2.3.6
/code
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8104;CVE-2014-8104/uri
  /references
  metadata tag=requester timestamp=Thu, 04 Dec 2014 00:38:51 
+ackle/metadata
  metadata tag=submitter timestamp=Fri, 26 Dec 2014 17:10:38 
+ackle/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-42.xml

2014-12-26 Thread Yury German (blueknight)
blueknight14/12/26 17:40:22

  Added:glsa-201412-42.xml
  Log:
  GLSA 201412-42

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-42.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-42.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-42.xml?rev=1.1content-type=text/plain

Index: glsa-201412-42.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-42
  titleXen: Denial of Service/title
  synopsisMultiple vulnerabilities have been found in Xen, possibly resulting
in Denial of Service.
  /synopsis
  product type=ebuildxen/product
  announcedDecember 26, 2014/announced
  revisedDecember 26, 2014: 1/revised
  bug523524/bug
  bug524200/bug
  accesslocal/access
  affected
package name=app-emulation/xen auto=yes arch=*
  unaffected range=rge4.2.5-r1/unaffected
  unaffected range=ge4.4.1-r2/unaffected
  vulnerable range=lt4.4.1-r2/vulnerable
/package
  /affected
  background
pXen is a bare-metal hypervisor./p
  /background
  description
pMultiple vulnerabilities have been discovered in Xen. Please review the
  CVE identifiers referenced below for details.
/p
  /description
  impact type=normal
pA local user could possibly cause a Denial of Service condition./p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll Xen 4.2 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=app-emulation/xen-4.2.5-r1
/code

pAll Xen 4.4 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=app-emulation/xen-4.4.1-r2
/code

  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-7154;CVE-2014-7154/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-7155;CVE-2014-7155/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-7156;CVE-2014-7156/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-7188;CVE-2014-7188/uri
  /references
  metadata tag=requester timestamp=Wed, 15 Oct 2014 01:33:19 +
BlueKnight
  /metadata
  metadata tag=submitter timestamp=Fri, 26 Dec 2014 17:25:23 
+Zlogene/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-43.xml

2014-12-26 Thread Yury German (blueknight)
blueknight14/12/26 17:56:26

  Added:glsa-201412-43.xml
  Log:
  GLSA 201412-43

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-43.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-43.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-43.xml?rev=1.1content-type=text/plain

Index: glsa-201412-43.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-43
  titleMuPDF: User-assisted execution of arbitrary code/title
  synopsisMultiple vulnerabilities have been found in MuPDF, possibly
resulting in remote code execution or Denial of Service.
  /synopsis
  product type=ebuildmupdf/product
  announcedDecember 26, 2014/announced
  revisedDecember 26, 2014: 1/revised
  bug358029/bug
  bug498876/bug
  accessremote/access
  affected
package name=app-text/mupdf auto=yes arch=*
  unaffected range=ge1.3_p20140118/unaffected
  vulnerable range=lt1.3_p20140118/vulnerable
/package
  /affected
  background
pMuPDF is a lightweight PDF viewer and toolkit written in portable C. /p
  /background
  description
pMultiple vulnerabilities have been discovered in MuPDF. Please review
  the CVE identifier and Secunia Research referenced below for details.
/p
  /description
  impact type=normal
pA remote attacker could entice a user to open a specially crafted PDF
  using MuPDF, possibly resulting in execution of arbitrary code with the
  privileges of the process or a Denial of Service condition.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll MuPDF users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=app-text/mupdf-1.3_p20140118
/code
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-2013;CVE-2014-2013/uri
uri link=http://secunia.com/secunia_research/2011-12/;Secunia Research:
  MuPDF Two Integer Overflow Vulnerabilities
/uri
  /references
  metadata tag=requester timestamp=Fri, 07 Oct 2011 23:37:03 +
underling
  /metadata
  metadata tag=submitter timestamp=Fri, 26 Dec 2014 17:54:11 
+ackle/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-44.xml

2014-12-26 Thread Yury German (blueknight)
blueknight14/12/26 18:57:32

  Added:glsa-201412-44.xml
  Log:
  GLSA 201412-44

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-44.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-44.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-44.xml?rev=1.1content-type=text/plain

Index: glsa-201412-44.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-44
  titlepolicycoreutils: Privilege escalation/title
  synopsisA vulnerability in policycoreutils could lead to local privilege
escalation.
  /synopsis
  product type=ebuildpolicycoreutils/product
  announcedDecember 26, 2014/announced
  revisedDecember 26, 2014: 1/revised
  bug509896/bug
  accesslocal/access
  affected
package name=sys-apps/policycoreutils auto=yes arch=*
  unaffected range=ge2.2.5-r4/unaffected
  vulnerable range=lt2.2.5-r4/vulnerable
/package
  /affected
  background
ppolicycoreutils is a collection of SELinux policy utilities./p
  /background
  description
pThe seunshare utility is owned by root with 4755 permissions which can
  be exploited by a setuid system call.
/p
  /description
  impact type=high
pA local attacker may be able to gain escalated privileges./p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll policycoreutils users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose
  gt;=sys-apps/policycoreutils-2.2.5-r4
/code
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3215;CVE-2014-3215/uri
  /references
  metadata tag=requester timestamp=Tue, 19 Aug 2014 04:53:45 +
BlueKnight
  /metadata
  metadata tag=submitter timestamp=Fri, 26 Dec 2014 18:53:38 
+ackle/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-45.xml

2014-12-26 Thread Yury German (blueknight)
blueknight14/12/26 19:00:52

  Added:glsa-201412-45.xml
  Log:
  GLSA 201412-45

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-45.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-45.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-45.xml?rev=1.1content-type=text/plain

Index: glsa-201412-45.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-45
  titleFacter: Privilege escalation/title
  synopsisAn untrusted search path vulnerability in Facter could lead to
local privilege escalation.
  /synopsis
  product type=ebuildfacter/product
  announcedDecember 26, 2014/announced
  revisedDecember 26, 2014: 1/revised
  bug514476/bug
  accesslocal/access
  affected
package name=dev-ruby/facter auto=yes arch=*
  unaffected range=ge1.7.6/unaffected
  vulnerable range=lt1.7.6/vulnerable
/package
  /affected
  background
pFacter is a cross-platform Ruby library for retrieving facts from
  operating systems.
/p
  /background
  description
pFacter includes the current working directory in the search path./p
  /description
  impact type=high
pA local attacker may be able to gain escalated privileges./p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll Facter users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=dev-ruby/facter-1.7.6
/code
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3248;CVE-2014-3248/uri
  /references
  metadata tag=requester timestamp=Sat, 16 Aug 2014 21:34:38 +
BlueKnight
  /metadata
  metadata tag=submitter timestamp=Fri, 26 Dec 2014 18:59:01 
+ackle/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-46.xml

2014-12-26 Thread Yury German (blueknight)
blueknight14/12/26 19:12:56

  Added:glsa-201412-46.xml
  Log:
  GLSA 201412-46

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-46.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-46.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-46.xml?rev=1.1content-type=text/plain

Index: glsa-201412-46.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-46
  titleLittleCMS: Denial of Service/title
  synopsisMultiple buffer overflow flaws and a parser error in LittleCMS
could cause Denial of Service.
  /synopsis
  product type=ebuildlcms/product
  announcedDecember 26, 2014/announced
  revisedDecember 26, 2014: 1/revised
  bug479874/bug
  bug507788/bug
  accessremote/access
  affected
package name=media-libs/lcms auto=yes arch=*
  unaffected range=ge2.6-r1/unaffected
  vulnerable range=lt2.6-r1/vulnerable
/package
  /affected
  background
pLittleCMS, or short lcms, is a color management system for working with
  ICC profiles. It is used by many applications including GIMP and Firefox.
/p
  /background
  description
pMultiple stack-based buffer overflows and a profile parser error have
  been found in LittleCMS.
/p
  /description
  impact type=normal
pA remote attacker could entice a user or automated system to open a
  specially crafted file containing a malicious ICC profile, possibly
  resulting in a Denial of Service condition.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll LittleCMS users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=media-libs/lcms-2.6-r1
/code

pPackages which depend on this library may need to be recompiled. Tools
  such as revdep-rebuild may assist in identifying these packages.
/p

pNOTE: Gentoo has discontinued support for the LittleCMS 1.9 branch. /p
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4276;CVE-2013-4276/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0459;CVE-2014-0459/uri
  /references
  metadata tag=requester timestamp=Mon, 10 Nov 2014 21:58:45 
+ackle/metadata
  metadata tag=submitter timestamp=Fri, 26 Dec 2014 19:04:58 
+ackle/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-47.xml

2014-12-26 Thread Yury German (blueknight)
blueknight14/12/26 19:27:46

  Added:glsa-201412-47.xml
  Log:
  GLSA 201412-47

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-47.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-47.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-47.xml?rev=1.1content-type=text/plain

Index: glsa-201412-47.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-47
  titleTORQUE Resource Manager: Multiple vulnerabilities/title
  synopsisMultiple vulnerabilities have been found in TORQUE Resource
Manager, possibly resulting in escalation of privileges or remote code
execution.
  /synopsis
  product type=ebuildtorque/product
  announcedDecember 26, 2014/announced
  revisedDecember 26, 2014: 1/revised
  bug372959/bug
  bug378805/bug
  bug390167/bug
  bug484320/bug
  bug491270/bug
  bug510726/bug
  accesslocal, remote/access
  affected
package name=sys-cluster/torque auto=yes arch=*
  unaffected range=ge4.1.7/unaffected
  unaffected range=rge2.5.13/unaffected
  vulnerable range=lt4.1.7/vulnerable
/package
  /affected
  background
pTORQUE is a resource manager and queuing system based on OpenPBS./p
  /background
  description
pMultiple vulnerabilities have been discovered in TORQUE Resource
  Manager. Please review the CVE identifiers referenced below for details.
/p
  /description
  impact type=high
pA context-dependent attacker may be able to gain escalated privileges,
  execute arbitrary code, or bypass security restrictions.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll TORQUE Resource Manager 4.x users should upgrade to the latest
  version:
/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=sys-cluster/torque-4.1.7
/code

pAll TORQUE Resource Manager 2.x users should upgrade to the latest
  version:
/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=sys-cluster/torque-2.5.13
/code

pNOTE: One or more of the issues described in this advisory have been
  fixed in previous updates. They are included in this advisory for the
  sake of completeness. It is likely that your system is already no longer
  affected by them.
/p
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2193;CVE-2011-2193/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2907;CVE-2011-2907/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-4925;CVE-2011-4925/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4319;CVE-2013-4319/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4495;CVE-2013-4495/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0749;CVE-2014-0749/uri
  /references
  metadata tag=requester timestamp=Fri, 07 Oct 2011 23:38:08 +
underling
  /metadata
  metadata tag=submitter timestamp=Fri, 26 Dec 2014 19:24:57 
+ackle/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-34.xml

2014-12-24 Thread Yury German (blueknight)
blueknight14/12/24 19:22:51

  Added:glsa-201412-34.xml
  Log:
  GLSA 201412-34

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-34.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-34.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-34.xml?rev=1.1content-type=text/plain

Index: glsa-201412-34.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-34
  titleNTP: Multiple vulnerabilities/title
  synopsisMultiple vulnerabilities have been found in NTP, the worst of which
could result in remote execution of arbitrary code.
  /synopsis
  product type=ebuildntp/product
  announcedDecember 24, 2014/announced
  revisedDecember 24, 2014: 2/revised
  bug533076/bug
  accessremote/access
  affected
package name=net-misc/ntp auto=yes arch=*
  unaffected range=ge4.2.8/unaffected
  vulnerable range=lt4.2.8/vulnerable
/package
  /affected
  background
pNTP is a protocol designed to synchronize the clocks of computers over a
  network. The net-misc/ntp package contains the official reference
  implementation by the NTP Project.
/p
  /background
  description
pMultiple vulnerabilities have been discovered in NTP. Please review the
  CVE identifiers referenced below for details.
/p
  /description
  impact type=high
pA remote unauthenticated attacker may be able to execute arbitrary code
  with the privileges of the process, cause a Denial of Service condition,
  and obtain sensitive information that could assist in other attacks.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll NTP users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=net-misc/ntp-4.2.8
/code
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9293;CVE-2014-9293/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9294;CVE-2014-9294/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9295;CVE-2014-9295/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9296;CVE-2014-9296/uri
  /references
  metadata tag=requester timestamp=Tue, 23 Dec 2014 23:07:31 
+ackle/metadata
  metadata tag=submitter timestamp=Wed, 24 Dec 2014 19:20:24 
+ackle/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-35.xml

2014-12-24 Thread Yury German (blueknight)
blueknight14/12/24 20:09:11

  Added:glsa-201412-35.xml
  Log:
  GLSA 201412-35

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-35.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-35.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-35.xml?rev=1.1content-type=text/plain

Index: glsa-201412-35.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-35
  titleRSYSLOG: Denial of Service/title
  synopsisMultiple vulnerabilities have been found in RSYSLOG, allowing
attackers to cause Denial of Service.
  /synopsis
  product type=ebuildrsyslog/product
  announcedDecember 24, 2014/announced
  revisedDecember 24, 2014: 1/revised
  bug395709/bug
  bug491856/bug
  bug524058/bug
  bug524290/bug
  accesslocal, remote/access
  affected
package name=app-admin/rsyslog auto=yes arch=*
  unaffected range=ge8.4.2/unaffected
  vulnerable range=lt8.4.2/vulnerable
/package
  /affected
  background
pRSYSLOG is an enhanced multi-threaded syslogd with database support and
  more.
/p
  /background
  description
pMultiple vulnerabilities have been discovered in RSYSLOG. Please review
  the CVE identifiers referenced below for details.
/p
  /description
  impact type=normal
pA context-dependent attacker may be able to create a Denial of Service
  condition.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll RSYSLOG users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=app-admin/rsyslog-8.4.2
/code
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-4623;CVE-2011-4623/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3634;CVE-2014-3634/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3683;CVE-2014-3683/uri
  /references
  metadata tag=requester timestamp=Tue, 05 Aug 2014 19:34:54 
+ackle/metadata
  metadata tag=submitter timestamp=Wed, 24 Dec 2014 20:04:37 
+ackle/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-37.xml

2014-12-24 Thread Yury German (blueknight)
blueknight14/12/24 20:58:06

  Added:glsa-201412-37.xml
  Log:
  GLSA 201412-37

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-37.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-37.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-37.xml?rev=1.1content-type=text/plain

Index: glsa-201412-37.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-37
  titleQEMU: Multiple Vulnerabilities/title
  synopsisMultiple vulnerabilities have been found in QEMU, the worst of
which could result in execution of arbitrary code or Denial of Service.
  /synopsis
  product type=ebuildqemu/product
  announcedDecember 24, 2014/announced
  revisedDecember 24, 2014: 1/revised
  bug528922/bug
  bug529030/bug
  bug531666/bug
  accesslocal, remote/access
  affected
package name=app-emulation/qemu auto=yes arch=*
  unaffected range=ge2.1.2-r2/unaffected
  vulnerable range=lt2.1.2-r2/vulnerable
/package
  /affected
  background
pQEMU is a generic and open source machine emulator and virtualizer. /p
  /background
  description
pMultiple vulnerabilities have been discovered in QEMU. Please review the
  CVE identifiers referenced below for details.
/p
  /description
  impact type=normal
pA context-dependent attacker may be able to execute arbitrary code,
  cause a Denial of Service condition, obtain sensitive information, or
  bypass security restrictions.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll QEMU users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=app-emulation/qemu-2.1.2-r2
/code

  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3689;CVE-2014-3689/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-7840;CVE-2014-7840/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8106;CVE-2014-8106/uri
  /references
  metadata tag=requester timestamp=Mon, 22 Dec 2014 03:02:15 +
BlueKnight
  /metadata
  metadata tag=submitter timestamp=Wed, 24 Dec 2014 20:51:55 +
BlueKnight
  /metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201406-36.xml

2014-06-30 Thread Yury German (blueknight)
blueknight14/06/30 20:08:24

  Added:glsa-201406-36.xml
  Log:
  GLSA 201406-36

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201406-36.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201406-36.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201406-36.xml?rev=1.1content-type=text/plain

Index: glsa-201406-36.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201406-36
  titleOpenLDAP: Multiple vulnerabilities/title
  synopsisMultiple vulnerabilities were found in OpenLDAP, allowing for
Denial of Service or a man-in-the-middle attack.
  /synopsis
  product type=ebuildOpenLDAP/product
  announcedJune 30, 2014/announced
  revisedJune 30, 2014: 1/revised
  bug290345/bug
  bug323777/bug
  bug355333/bug
  bug388605/bug
  bug407941/bug
  bug424167/bug
  accessremote/access
  affected
package name=net-nds/openldap auto=yes arch=*
  unaffected range=ge2.4.35/unaffected
  vulnerable range=lt2.4.35/vulnerable
/package
  /affected
  background
pOpenLDAP is an LDAP suite of application and development tools./p
  /background
  description
pMultiple vulnerabilities have been discovered in OpenLDAP. Please review
  the CVE identifiers referenced below for details.
/p
  /description
  impact type=normal
pA remote attacker might employ a specially crafted certificate to
  conduct man-in-the-middle attacks on SSL connections made using OpenLDAP,
  bypass security restrictions or cause a Denial of Service condition.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll OpenLDAP users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=net-nds/openldap-2.4.35
/code

  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-3767;CVE-2009-3767/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-0211;CVE-2010-0211/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-0212;CVE-2010-0212/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1024;CVE-2011-1024/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1025;CVE-2011-1025/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1081;CVE-2011-1081/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-4079;CVE-2011-4079/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-1164;CVE-2012-1164/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-2668;CVE-2012-2668/uri
  /references
  metadata tag=requester timestamp=Fri, 07 Oct 2011 23:38:10 +
keytoaster
  /metadata
  metadata tag=submitter timestamp=Mon, 30 Jun 2014 19:44:53 
+craig/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201406-25.xml

2014-06-25 Thread Yury German (blueknight)
blueknight14/06/25 21:58:49

  Added:glsa-201406-25.xml
  Log:
  

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201406-25.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201406-25.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201406-25.xml?rev=1.1content-type=text/plain

Index: glsa-201406-25.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201406-25
  titleAsterisk: Multiple vulnerabilities /title
  synopsisMultiple vulnerabilities have been discovered in Asterisk, the
worst of which could allow privileged users to execute arbitrary system
shell commands.
  /synopsis
  product type=ebuildasterisk/product
  announcedJune 25, 2014/announced
  revisedJune 25, 2014: 2/revised
  bug513102/bug
  accessremote/access
  affected
package name=net-misc/asterisk auto=yes arch=*
  unaffected range=ge11.10.2/unaffected
  unaffected range=rge1.8.28.2/unaffected
  vulnerable range=lt11.10.2/vulnerable
/package
  /affected
  background
pAsterisk is an open source telephony engine and toolkit./p
  /background
  description
pMultiple vulnerabilities have been discovered in Asterisk. Please review
  the CVE identifiers below for details. 
/p
  /description
  impact type=normal
pA remote attacker that gains access to a privileged Asterisk account can
  execute arbitrary system shell commands. Furthermore an unprivileged
  remote attacker could cause a Denial of Service condition.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll Asterisk 11 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=net-misc/asterisk-11.10.2
/code

pAll Asterisk 1.8 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=net-misc/asterisk-1.8.28.2
/code

  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-4046;CVE-2014-4046/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-4047;CVE-2014-4047/uri
  /references
  metadata tag=requester timestamp=Tue, 24 Jun 2014 02:00:18 +
BlueKnight
  /metadata
  metadata tag=submitter timestamp=Wed, 25 Jun 2014 21:51:56 
+K_F/metadata
/glsa