Bug#911761: sphinxsearch: New upstream releases 3.1.x

2019-01-16 Thread Pawel Kudzia
the new upstream version you refer to is no longer released under GPL, also
only binaries are made available. please see comment of the project author
at
http://sphinxsearch.com/blog/2017/12/18/sphinx-3-0-1-released/#comment-1501196


manticoresearch is a fork based on the sphinxsearch 2.x branch released
under GPL 2.0. manticoresearch has been developed steadily since mid of
2017.

take a look at https://manticoresearch.com/ and
https://github.com/manticoresoftware/manticoresearch

it would be great seeing manticoresearch replace sphinxsearch in the next
Debian releases.

-- 
regards,
Pawel Kudzia


Bug#627424: phpmyadmin seems to be sending http post/get requests that exceed limits imposed by suhosin

2011-05-20 Thread pawel kudzia
Package: phpmyadmin
Version: 4:3.3.7-5
Severity: normal


to reproduce one of the problems in the database phpmyadmin run:

CREATE TABLE IF NOT EXISTS `SourceState` (  `ConverterId` int(32) NOT NULL,  
`DataName` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,  `Md5` 
varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,  `DateAdded` 
timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP) 
ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `SourceState` (`ConverterId`, `DataName`, `Md5`, `DateAdded`) 
VALUES(297, 'TEC_7', '63a362d76f4df5d2c2298952e9376943', '2010-12-01 15:00:01');

using phpmyadmin go to browse for the SourceState table, set a tick mark in the 
checkbox for the first/only row in the database.
select x icon below the table to remove selected row. 

when suhosin is enabled delete request will be ignored.

suggested workaround:
in /etc/phpmyadmin/apache.conf, in the  section
php_admin_value suhosin.simulation On

alternatively change suhosin.request.max_totalname_length = 1024 also helps.




-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages phpmyadmin depends on:
ii  dbconfig-common1.8.46common framework for packaging dat
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  libapache2-mod-php55.3.3-7+squeeze1  server-side, HTML-embedded scripti
ii  libjs-mootools 1.2.4.0~debian1-1 compact JavaScript framework
ii  perl   5.10.1-17 Larry Wall's Practical Extraction 
ii  php5-mcrypt5.3.3-7+squeeze1  MCrypt module for php5
ii  php5-mysql 5.3.3-7+squeeze1  MySQL module for php5
ii  ucf3.0025+nmu1   Update Configuration File: preserv

Versions of packages phpmyadmin recommends:
ii  apache2 2.2.16-6 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [ht 2.2.16-6 Apache HTTP Server - traditional n
ii  mysql-client-5.1 [mysql 5.1.49-3 MySQL database client binaries
ii  php5-gd 5.3.3-7+squeeze1 GD module for php5

Versions of packages phpmyadmin suggests:
ii  mysql-server-5.1 [mysql-serve 5.1.49-3   MySQL database server binaries and

-- Configuration Files:
/etc/phpmyadmin/apache.conf changed:
Alias /phpmyadmin /usr/share/phpmyadmin

Options FollowSymLinks
DirectoryIndex index.php

AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .

php_admin_value suhosin.simulation On



AuthType Basic
AuthName "phpMyAdmin Setup"
AuthUserFile /etc/phpmyadmin/htpasswd.setup

Require valid-user


Order Deny,Allow
Deny from All


Order Deny,Allow
Deny from All



-- debconf information:
  phpmyadmin/app-password-confirm: (password omitted)
  phpmyadmin/mysql/admin-pass: (password omitted)
  phpmyadmin/password-confirm: (password omitted)
  phpmyadmin/setup-password: (password omitted)
  phpmyadmin/mysql/app-pass: (password omitted)
  phpmyadmin/remove-error: abort
  phpmyadmin/setup-username: admin
  phpmyadmin/db/app-user: phpmyadmin
  phpmyadmin/install-error: abort
* phpmyadmin/reconfigure-webserver: apache2
  phpmyadmin/remote/host:
* phpmyadmin/dbconfig-install: true
  phpmyadmin/remote/port:
  phpmyadmin/dbconfig-upgrade: true
  phpmyadmin/mysql/admin-user: root
  phpmyadmin/internal/reconfiguring: false
  phpmyadmin/missing-db-package-error: abort
  phpmyadmin/remote/newhost:
  phpmyadmin/upgrade-error: abort
  phpmyadmin/dbconfig-reinstall: false
  phpmyadmin/db/dbname: phpmyadmin
  phpmyadmin/database-type: mysql
  phpmyadmin/internal/skip-preseed: false
  phpmyadmin/upgrade-backup: true
  phpmyadmin/dbconfig-remove:
  phpmyadmin/passwords-do-not-match:
  phpmyadmin/mysql/method: unix socket
  phpmyadmin/purge: false



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#584167:

2011-02-06 Thread Pawel Kudzia
just FYI: this problem is still present in munin 1.4.5-3 when using
graph_strategy cgi

as temporary workaround that enables chart-plotting [but does not
solve underlying issue] you can change "#!/usr/bin/perl  -Tw" to
"#!/usr/bin/perl  -w" at the top of /usr/lib/cgi-bin/munin-cgi-graph
and munin-fastcgi-graph

--
regards,
Pawel Kudzia / .PaKud



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org