Re: [blfs-dev] ksh

2012-04-24 Thread Andrew Benton
On Tue, 24 Apr 2012 03:15:22 +0100
Bruce Dubbs  wrote:

> I started to update ksh, but I can't figure out how to download it.  All I 
> can 
> get to is their license.  There is no place to put in the pw or view the 
> what's 
> current.

After some struggling, wget works for me:
wget http://www2.research.att.com/~gsf/download/tgz/INIT.2012-02-29.tgz \
  --user="I accept www.opensource.org/licenses/eclipse" --password="."
wget http://www2.research.att.com/~gsf/download/tgz/ast-ksh.2012-02-29.tgz \
  --user="I accept www.opensource.org/licenses/eclipse" --password="." 

> I'm inclined to just drop it from the book.  Any objections?

None from me. I like my source code easy to obtain.

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-dev] Fwd: WebKitGTK+ 1.8.1 released

2012-04-24 Thread Armin K.
 Original Message 
Subject: WebKitGTK+ 1.8.1 released
Date: Tue, 24 Apr 2012 00:38:21 -0700
From: Martin Robinson 
To: WebKitGTK+ 
CC: gnome-announce-l...@gnome.org

WebKitGTK+ 1.8.1 is available for download at:

http://webkitgtk.org/releases/webkit-1.8.1.tar.xz (7.6MB)
   md5sum: f2f01b1fdc7262a2eede81ebed0970b2
   sha256sum:
9a126a76b40ca61adb1f1626e1567f976740af2332948cc5189489dbd01e3b28

   GPG detached signature:
http://webkitgtk.org/releases/webkit-1.8.1.tar.xz.asc

This is the second stable release in the 1.8 series.

What's new since the WebKitGTK+ 1.8.0 release?

  - NOTE: The libsoup dependency has been raised to 2.37.92
  - Throttle DNS prefetching to avoid overloading the resolver.
  - Fix a bug where the Content-Length header was not sent for certain
XMLHttpRequests.
  - Fix a repainting error that occurred during interior frame scrolling.
  - Fix a SIGILL crash in JavaScriptCore on the Geode processor.
  - Fix the rendering of toggle buttons with larger-than-default widths
and heights with the Adwaita theme.
  - Fix a crash that could occur during synchronous XMLHttpRequests.
  - Fix flickering during scrolling and resizing in newer versions of
GTK+.
  - Merge many security fixes from trunk


What is WebKitGTK+?
===

WebKitGTK+ is the GNOME platform port of the WebKit rendering engine.
Offering WebKit's full functionality through a set of GObject-based
APIs, it is suitable for projects requiring any kind of web
integration, from hybrid HTML/CSS applications to full-fledged web
browsers.

Requirements


gtk+ >= 2.10
gail >= 1.8
glib >= 2.31.2
libsoup >= 2.37.92
cairo >= 1.10
libxml >= 2.6
fontconfig >= 2.4
FreeType2 >= 9.0

Depending on your configuration options WebKitGTK+ may also depend on:

gtk+ >= 3.0
gail >= 3.0
libxslt >= 1.1.7
SQLite >= 3.0
gstreamer >= 0.10
gstreamer-plugin-base >= 0.10.30
enchant >= 0.22

More information


If you want to know more about the project or get in touch with us
you may:

   - Visit our website at http://www.webkitgtk.org, or the upstream
 site at http://www.webkit.org. People interested in contributing
 should read: http://www.webkit.org/coding/contributing.html.

   - Browse the bug list at http://bugs.webkit.org, WebKitGTK+ bugs are
 typically prefixed by "[GTK]." A bug report with a minimal,
 reproducible test case is often just as valuable as a patch.

   - Join the #webkit and #webkitgtk+ IRC channels at irc.freenode.net.

   - Subscribe to the WebKitGTK+ mailing list,
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk, or the
 WebKit's development mailing list,
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Thanks
==

Thanks to all the contributors who made possible this release, they
are far too many to list!

The WebKitGTK+ team,
April 24, 2012













-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] [blfs-book] r9987

2012-04-24 Thread Bruce Dubbs
a...@linuxfromscratch.org wrote:
> Author: andy
> Date: 2012-04-24 05:15:27 -0600 (Tue, 24 Apr 2012)
> New Revision: 9987
> 
> Modified:
>trunk/BOOK/postlfs/security/nss.xml
> Log:
> Seamonkey 2.9 and NSS 3.13.4


> Modified: trunk/BOOK/postlfs/security/nss.xml
> ===
> --- trunk/BOOK/postlfs/security/nss.xml   2012-04-24 00:21:16 UTC (rev 
> 9986)
> +++ trunk/BOOK/postlfs/security/nss.xml   2012-04-24 11:15:27 UTC (rev 
> 9987)
> @@ -8,7 +8,7 @@
>
> "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_13_3_RTM/src/nss-&nss-version;.tar.gz";>
>
> "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_13_3_RTM/src/nss-&nss-version;.tar.gz";>

s/NSS_3_13_3/NSS_3_13_4/

Both urls are wrong.  I don't see how to parameterize the path.

Fixed in svn.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-dev] About mc-4.8.3

2012-04-24 Thread Thanos Baloukas
Hi

Building mc-4.8.3 I noticed that with the book's configure options
some configuration files were installed in /usr/etc/mc. Passing 
--sysconfdir=/etc they moved in /etc/mc

The default home dir for mc is no longer ~/.mc but ~/.config/mc
and can be changed by --with-homedir= option and via MC_HOME variable

On 8.x versions keybind names used in mc.keymap.* files are changed
and this is described in mc-4.8.3/doc/keybind-migration.txt
Maybe you find it a good idea to add a note about it, to prevent
possible attempts by users to use their old files

Thank you very much for your excellent work.

Regards
Thanos

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] About mc-4.8.3

2012-04-24 Thread Bruce Dubbs
Thanos Baloukas wrote:
> Hi
> 
> Building mc-4.8.3 I noticed that with the book's configure options
> some configuration files were installed in /usr/etc/mc. Passing 
> --sysconfdir=/etc they moved in /etc/mc

I can do that.

> The default home dir for mc is no longer ~/.mc but ~/.config/mc
> and can be changed by --with-homedir= option and via MC_HOME variable

The standard is for configuration files to be in ~/.config.  audacious is there 
as well as Qt and gtk configs.

> On 8.x versions keybind names used in mc.keymap.* files are changed
> and this is described in mc-4.8.3/doc/keybind-migration.txt
> Maybe you find it a good idea to add a note about it, to prevent
> possible attempts by users to use their old files

I will add the note.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page