|
MozBackup 1.5 Beta 1 released! No, MozBackup isn't dead :) Beta version of MozBackup 1.5 is here with some bugfixes and with support of Firefox 4.0. Final version will be available before Firefox 4.0 release. |
|
|
| |
Read More | Posted: May 6, 2012 | By: Wissen Schwamm
|
|
|
| |
|
The PGMag team is very pleased to announce the release of the first issue of PostgreSQL Magazine.
This issue #01 is brought to you thanks to the collective work of
dozen of people. Writers, Editors, Reviewers. Kudos to them all !
Here's a quick view of the ToC :
- PostgreSQL 9.1 : 10 awesome new features
- NoSQL : The Key Value store everyone ignored
- Interview : Stefan Kaltenbrunner
- Opinion : Funding PostgreSQL Features
- Waiting for 9.2 : Cascading Streaming Replication
- Tips & Tricks : PostgreSQL in Mac OS X Lion
The magazine is available online and on paper. You can either :
Finally, I would like to thank our benefactors… Fotolia.com has offered
us a free subscription plan to access their stock photo database. We
also received fundings from PostgreSQL Europe (PGEU) and Software in the
Public Interest (SPI). Thanks a lot to them ! |
|
|
| |
Read More | Posted: May 6, 2012 | By: Wissen Schwamm
|
|
|
| |
|
Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on MSN, talking to a friend on Google Talk, and sitting in a Yahoo chat room all at the same time. |
|
|
| |
Read More | Posted: May 6, 2012 | By: Wissen Schwamm
|
|
|
| |
|
PHP 5.3.12/5.4.2 do not fix all variations of the CGI issues described in CVE-2012-1823. It has also come to our attention that some sites use an insecure cgiwrapper script to run PHP. These scripts will use $* instead of "$@" to pass parameters to php-cgi which causes a number of issues. Again, people using mod_php or php-fpm are not affected. One way to address these CGI issues is to reject the request if the query string contains a '-' and no '='. It can be done using Apache's mod_rewrite like this: RewriteCond %{QUERY_STRING} ^[^=]*$ RewriteCond %{QUERY_STRING} %2d|\- [NC] RewriteRule .? - [F,L] Note that this will block otherwise safe requests like ?top-40 so if you have query parameters that look like that, adjust your regex accordingly.Another set of releases are planned for Tuesday, May, 8th. These releases will fix the CGI flaw and another CGI-related issue in apache_request_header (5.4 only).We apologize for the inconvenience created with these releases and the (lack of) communication around them. |
|
|
| |
Read More | Posted: May 6, 2012 | By: Wissen Schwamm
|
|
|
| |
|
Foobar2000 is an advanced audio player for the Windows platform. Some of the basic features include ReplayGain support, low memory footprint and native support for several popular audio formats. |
|
|
| |
Read More | Posted: May 4, 2012 | By: Wissen Schwamm
|
|
|
| |
|
Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D. These applications, written in the Java programming language and access from your browse, are called "applets". Corporations also use Java applets for intranet applications and other e-business solutions. |
|
|
| |
Read More | Posted: May 4, 2012 | By: Wissen Schwamm
|
|
|
| |
|
AMD (NYSE: AMD) announced today that Colette LaForce, 39, will join the company as senior vice president and chief marketing officer, reporting to President and Chief Executive Officer Rory Read. In her new role, LaForce will lead global integrated marketing for AMD, including marketing strategy, branding, inter.. |
|
|
| |
Read More | Posted: May 4, 2012 | By: Wissen Schwamm
|
|
|
| |
|
Adobe Flash Player is the standard for delivering high-impact, rich Web content. Designs, animation, and application user interfaces are deployed immediately across all browsers and platforms, attracting and engaging users with a rich Web experience. |
|
|
| |
Read More | Posted: May 4, 2012 | By: Wissen Schwamm
|
|
|
| |
|
Mozilla Firefox is a fast, full-featured browser for Windows that makes browsing more efficient than ever before. Firefox includes popup blocking; a tab-browsing mode that lets you open several pages in a single window; integrated Google searching; simplified privacy controls that let you cover your tracks more effectively; a streamlined browser window that shows you more of the page than any other browser; and a number of additional features that work with you to help you get the most out of your time online. |
|
|
| |
Read More | Posted: May 3, 2012 | By: Wissen Schwamm
|
|
|
| |
|
There is a vulnerability in certain CGI-based setups (Apache+mod_php and nginx+php-fpm are not affected) that has gone unnoticed for at least 8 years. Section 7 of the CGI spec states: Some systems support a method for supplying a [sic] array of strings to the CGI script. This is only used in the case of an `indexed' query. This is identified by a "GET" or "HEAD" HTTP request with a URL search string not containing any unencoded "=" characters. So, requests that do not have a "=" in the query string are treated differently from those who do in some CGI implementations. For PHP this means that a request containing ?-s may dump the PHP source code for the page, but a request that has ?-s&=1 is fine.A large number of sites run PHP as either an Apache module through mod_php or using php-fpm under nginx. Neither of these setups are vulnerable to this. Straight shebang-style CGI also does not appear to be vulnerable.If you are using Apache mod_cgi to run PHP you may be vulnerable. To see if you are, just add ?-s to the end of any of your URLs. If you see your source code, you are vulnerable. If your site renders normally, you are not.To fix this, update to PHP 5.3.12 or PHP 5.4.2. We recognize that since CGI is a rather outdated way to run PHP, it may not be feasible to upgrade these sites to a modern version of PHP. An alternative is to configure your web server to not let these types of requests with query strings starting with a "-" and not containing a "=" through. Adding a rule like this should not break any sites. For Apache using mod_rewrite it would look like this: RewriteCond %{QUERY_STRING} ^(%2d|-)[^=]+$ [NC] RewriteRule ^(.*) $1? [L] If you are writing your own rule, be sure to take the urlencoded ?%2ds version into account.Making a bad week worse, we had a bug in our bug system that toggled the private flag of a bug report to public on a comment to the bug report causing this issue to go public before we had time to test solutions to the level we would like. Please report any issues via bugs.php.net.For source downloads of PHP 5.3.12 and PHP 5.4.2 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. A ChangeLog exists. |
|
|
| |
Read More | Posted: May 3, 2012 | By: Wissen Schwamm
|
|
|
| |
|
VMware Workstation 8 is your on-ramp to the cloud. With over 50 new features, it’s going to dramatically change the way you work with virtual machines. Save time, enhance collaboration, and do more than you ever thought possible with a PC. |
|
|
| |
Read More | Posted: May 3, 2012 | By: Wissen Schwamm
|
|
|
| |
|
| | |
1
|
2
|
3
|
4
|
5
|
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
| 13
|
14
|
15
|
16
|
17
|
18
|
19
|
| 20
|
21
|
22
|
23
|
24
|
25
|
26
|
| 27
|
28
|
29
|
30
|
31
|
| |
|