CRUX
Threads by month
- ----- 2024 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
June 2012
- 4 participants
- 9 discussions
commit b809fafa52771f6903d2d75a004f0133fc99e3c6
Author: Mikhail Kolesnik <mike(a)openbunker.org>
Date: Wed Jun 27 18:43:21 2012 +0200
[notify] quota: update to 4.00
Note:
-----
The location of the quota config-files has been moved from /etc/quota
to /etc because a location other than /etc never has really worked.
diff --git a/quota/.footprint b/quota/.footprint
index 636c9a7..55e69eb 100644
--- a/quota/.footprint
+++ b/quota/.footprint
@@ -1,8 +1,7 @@
drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/quota/
--rw-r--r-- root/root etc/quota/quotagrpadmins
--rw-r--r-- root/root etc/quota/quotatab
--rw-r--r-- root/root etc/quota/warnquota.conf
+-rw-r--r-- root/root etc/quotagrpadmins
+-rw-r--r-- root/root etc/quotatab
+-rw-r--r-- root/root etc/warnquota.conf
drwxr-xr-x root/root sbin/
-r-xr-xr-x root/root sbin/quotacheck
lrwxrwxrwx root/root sbin/quotaoff -> quotaon
@@ -10,11 +9,11 @@ lrwxrwxrwx root/root sbin/quotaoff -> quotaon
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/quota
+-r-xr-xr-x root/root usr/bin/quotasync
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/quota.1.gz
drwxr-xr-x root/root usr/man/man2/
--r--r--r-- root/root usr/man/man2/quotactl.2.gz
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/rquota.3.gz
drwxr-xr-x root/root usr/man/man8/
diff --git a/quota/.md5sum b/quota/.md5sum
index 2c19dad..4b68dde 100644
--- a/quota/.md5sum
+++ b/quota/.md5sum
@@ -1,2 +1,3 @@
-cb3e98a039c0cf98e7c1ad4b50a5bda7 quota-3.17.tar.gz
-6b878d879c3c4a64d608a75a431f7de6 warnquota.conf
+975f587ff761a60ac25dbe6c00865925 quota-4.00.tar.gz
+b26ac767894bb8847215906da137ea68 quotagrpadmins
+70fecd0bd0f9390dec10ce4d0ce7c3d7 warnquota.conf
diff --git a/quota/Pkgfile b/quota/Pkgfile
index 0e77f81..00bdba7 100644
--- a/quota/Pkgfile
+++ b/quota/Pkgfile
@@ -5,16 +5,16 @@
# Depends on: e2fsprogs tcp_wrappers
name=quota
-version=3.17
-release=2
+version=4.00
+release=1
source=(http://download.sourceforge.net/linuxquota/$name-$version.tar.gz \
- warnquota.conf)
+ warnquota.conf quotagrpadmins)
build(){
cd $name-tools
./configure --prefix=/usr \
--mandir=/usr/man \
- --sysconfdir=/etc/quota \
+ --sysconfdir=/etc \
--enable-nls=no \
--enable-altformat=yes \
--enable-rpc=yes \
@@ -24,6 +24,6 @@ build(){
make
make install ROOTDIR=$PKG
rm -r $PKG/usr/include
- install -D -m 644 $SRC/warnquota.conf $PKG/etc/quota/warnquota.conf
- find $PKG/etc/quota -type f | xargs sed -i 's|/etc|/etc/quota|'
+ install -D -m 644 $SRC/warnquota.conf $PKG/etc/warnquota.conf
+ install -D -m 644 $SRC/quotagrpadmins $PKG/etc/quotagrpadmins
}
diff --git a/quota/warnquota.conf b/quota/warnquota.conf
index b703023..1bfa064 100644
--- a/quota/warnquota.conf
+++ b/quota/warnquota.conf
@@ -2,19 +2,25 @@
#
; ; and # type comments are allowed
# and even blank lines
+# values can be quoted, but they don't have to be
-# values can be quoted:
-MAIL_CMD = "/usr/sbin/sendmail -t"
-FROM = "bas@localhost"
-# but they don't have to be:
-SUBJECT = Hey, user, clean up your account!
-CC_TO = "sysadm@localhost"
+# /usr/sbin/sendmail can be a symlink to compatible mail program
+# (/var/lib/pkg/prt-get.aliases might provide some alternatives)
+MAIL_CMD = "/usr/sbin/sendmail -t"
+
+FROM = "bas(a)example.com"
+
+SUBJECT = Hey, user, clean up your account!
+
+CC_TO = "sysadm(a)example.com"
# If you set this variable CC will be used only when user has less than
# specified grace time left (examples of possible times: 5 seconds, 1 minute,
# 12 hours, 5 days)
# CC_BEFORE = 2 days
-SUPPORT = "support(a)myhost.com"
-PHONE = "(123) 456-1111 or (222) 333-4444"
+
+# this address also appears in Reply-To
+SUPPORT = "support(a)example.com"
+PHONE = "(123) 456-1111 or (222) 333-4444"
# Text in the beginning of the mail (if not specified, default text is used)
# This way text can be split to more lines
# Line breaks are done by '|' character
@@ -25,22 +31,28 @@ MESSAGE = Hello user %i, I've noticed you use too much space\
on my disk in %h.%d.|Delete your files on the following filesystems:|
# Text in the end of the mail (if not specified, default text using SUPPORT and PHONE
# is created)
-SIGNATURE = See you!| Your admin of %h|
+
+SIGNATURE = See you!| Your admin of %h|
# Following text is used for mails about group exceeding quotas
-GROUP_MESSAGE = Hello, a group '%i' you're member of use too much space at %h.|\
+
+GROUP_MESSAGE = Hello, a group '%i' you're member of use too much space at %h.|\
I chose you to do the cleanup.|Delete group files on the following filesystems:|
# Text in the end of the mail to the group (if not specified, default text using SUPPORT
# and PHONE is created).
-GROUP_SIGNATURE = See you!| Your admin|
-#
+
+GROUP_SIGNATURE = See you!| Your admin|
+
#If you are running warnquota on a mail server, and don't want bounces
#because clients cannot receive mail setting this to "any" will cause
#warnquota to not send them mail for all devices. If you set this to the
#device name (for example /dev/hdb1) then they will not be sent mail if they
#are overquota on that device only, and will be sent mail for all other
#devices.
-#MAILDEV =
-#
+#MAILDEV =
+
+#Here you can set a charset for emails sent by warnquota (e.g. UTF-8)
+#CHARSET =
+
# If you are using LDAP mail lookups.
# host, port, tls, binddn, and bindpw are straight forward.
# LDAP_BASEDN is your search base dn
@@ -49,11 +61,11 @@ GROUP_SIGNATURE = See you!| Your admin|
# LDAP_DEFAULT_MAIL_DOMAIN is the default domain
# if the attribute isn't found
# if binddn and bindpw are blank or left out, an anonymous bind is used
-#
-# LDAP_MAIL = false # or false if you don't want to use it
-# If you have at least LDAP 2.3 installed, you can use LDAP_URI
+#
+# LDAP_MAIL = false # or true if you want to use it
+# If you have at least LDAP 2.3 installed, you should use LDAP_URI
# LDAP_URI = ldaps://my.server:389
-# Otherwise you can specify LDAP_HOST and LDAP_PORT
+# Otherwise you should specify LDAP_HOST and LDAP_PORT
# LDAP_HOST = ldap
# LDAP_PORT = 389
# LDAP_BINDDN = uid=ReadOnlyUser,o=YourOrg
@@ -63,5 +75,4 @@ GROUP_SIGNATURE = See you!| Your admin|
# LDAP_MAIL_ATTRIBUTE = mailLocalAddress
# LDAP_DEFAULT_MAIL_DOMAIN = YourDefaultMailDomain.com
#
-# end of example warnquota.conf file
-#
+# end of /etc/warnquota.conf file
1
0
commit 6242aeba69b886ad2aca37ac96d9b3fa784f372a
Author: Juergen Daubert <jue(a)jue.li>
Date: Sat Jun 16 09:02:28 2012 +0200
[notify] php: update to 5.3.14
multiple security issues, see http://www.php.net/ChangeLog-5.php
diff --git a/php/.md5sum b/php/.md5sum
index 582c7cb..44d3be2 100644
--- a/php/.md5sum
+++ b/php/.md5sum
@@ -1,2 +1,2 @@
683de3db60200bc38aa6e154aa925fa6 extensions.ini
-370be99c5cdc2e756c82c44d774933c8 php-5.3.13.tar.bz2
+7caac4f71e2f21426c11ac153e538392 php-5.3.14.tar.bz2
diff --git a/php/Pkgfile b/php/Pkgfile
index 845a64b..8356936 100644
--- a/php/Pkgfile
+++ b/php/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: ncurses readline libpcre libxml2 curl db gdbm zip
name=php
-version=5.3.13
+version=5.3.14
release=1
source=(http://www.php.net/distributions/php-$version.tar.bz2
extensions.ini)
1
0
Hi everyone,
Since Tilman has stepped down propose that my updated xorg ports collection be merged into official xorg
The following was posted to crux-devel mailing list but I am posting this here to get more review.
I have a fork of xorg[1] for the last few months and some of you are
already using it. I'd like to push these changes[2] to official xorg. I
also wouldn't mind maintaining xorg but I would like help with that as I
am a busy personal and I do have a ton of ports as it is now, but xorg
is pretty low maintenance.
1. http://romster.dyndns.org/linux/ports/crux/version-updates/xorg/
http://romster.dyndns.org/linux/ports/crux/version-updates/version-updates_…
2. http://pastebin.com/jRZfe9EH
Regards,
Danny Rawlins
Romster @ freenode
1
0
Hi,
It seems that the latest glib update (2.32.3) breaks emacs when run with
"-nw" (emacs in an x window still works), it just freezes after start and
consumes 100% cpu looping in some sig handler for SIGIO. Has anyone else
noted some strange behaviour after upgrade?
--
Hälsningar/Best regards, Tom
2
4
15 Jun '12
commit 710de65d73dd106426b894374c26c14c40039937
Author: Jose V Beneyto <sepen(a)crux.nu>
Date: Fri Jun 15 17:35:40 2012 +0200
[notify] flash-player-plugin: updated to 11.2.202.236
Security update: http://www.adobe.com/support/security/bulletins/apsb12-14.html
diff --git a/flash-player-plugin/.md5sum b/flash-player-plugin/.md5sum
index c24bce1..001cff5 100644
--- a/flash-player-plugin/.md5sum
+++ b/flash-player-plugin/.md5sum
@@ -1 +1 @@
-48572a47abf4025a9976284dc3300f2d flash-plugin-11.2.202.233-release.i386.rpm
+3a3d0b512a91f83ec11c6bff3ec65d1a flash-plugin-11.2.202.236-release.i386.rpm
diff --git a/flash-player-plugin/Pkgfile b/flash-player-plugin/Pkgfile
index e28c07c..89f412d 100644
--- a/flash-player-plugin/Pkgfile
+++ b/flash-player-plugin/Pkgfile
@@ -5,7 +5,7 @@
# Depends on:
name=flash-player-plugin
-version=11.2.202.233
+version=11.2.202.236
release=1
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$version/flash…
1
0
Since there seems to be no trigger on [notify] in contrib here I am
composing a message on the latest update.
diff --git a/webkit/.footprint
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.footprint;h=645…>
b/webkit/.footprint
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.footprint;h=d8d…>
index 6452275
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.footprint;h=645…>..d8d74c6
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.footprint;h=d8d…>
100644(file)
--- a/webkit/.footprint
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.footprint;h=645…>
+++ b/webkit/.footprint
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.footprint;h=d8d…>
@@ -2,201 +2,300 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/jsc-1
drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/webkit-1.0/
-drwxr-xr-x root/root usr/include/webkit-1.0/JavaScriptCore/
--rw-r--r-- root/root usr/include/webkit-1.0/JavaScriptCore/JSBase.h
--rw-r--r-- root/root usr/include/webkit-1.0/JavaScriptCore/JSContextRef.h
--rw-r--r-- root/root usr/include/webkit-1.0/JavaScriptCore/JSObjectRef.h
--rw-r--r-- root/root usr/include/webkit-1.0/JavaScriptCore/JSStringRef.h
--rw-r--r-- root/root usr/include/webkit-1.0/JavaScriptCore/JSStringRefBSTR.h
--rw-r--r-- root/root usr/include/webkit-1.0/JavaScriptCore/JSStringRefCF.h
--rw-r--r-- root/root usr/include/webkit-1.0/JavaScriptCore/JSValueRef.h
--rw-r--r-- root/root usr/include/webkit-1.0/JavaScriptCore/JavaScript.h
--rw-r--r-- root/root usr/include/webkit-1.0/JavaScriptCore/JavaScriptCore.h
--rw-r--r-- root/root usr/include/webkit-1.0/JavaScriptCore/WebKitAvailability.h
-drwxr-xr-x root/root usr/include/webkit-1.0/webkit/
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMAttr.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMBarInfo.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMBlob.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMCDATASection.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMCSSRule.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMCSSRuleList.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMCSSStyleDeclaration.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMCSSStyleSheet.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMCSSValue.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMCharacterData.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMComment.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMConsole.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMCustom.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMApplicationCache.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMImplementation.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMMimeType.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMMimeTypeArray.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMPlugin.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMPluginArray.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMSelection.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMSettableTokenList.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMStringList.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMStringMap.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMTokenList.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDOMWindow.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDatabase.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDocument.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDocumentFragment.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMDocumentType.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMEntityReference.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMEvent.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMEventTarget.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMFile.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMFileList.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLAnchorElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLAppletElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLAreaElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLAudioElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLBRElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLBaseElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLBaseFontElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLBodyElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLButtonElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLCanvasElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLCollection.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLDListElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLDetailsElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLDirectoryElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLDivElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLDocument.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLEmbedElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLFieldSetElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLFontElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLFormElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLFrameElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLFrameSetElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLHRElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLHeadElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLHeadingElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLHtmlElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLIFrameElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLImageElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLInputElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLIsIndexElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLKeygenElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLLIElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLLabelElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLLegendElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLLinkElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLMapElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLMarqueeElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLMediaElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLMenuElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLMetaElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLModElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLOListElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLObjectElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLOptGroupElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLOptionElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLOptionsCollection.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLParagraphElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLParamElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLPreElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLQuoteElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLScriptElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLSelectElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLStyleElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLTableCaptionElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLTableCellElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLTableColElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLTableElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLTableRowElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLTableSectionElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLTextAreaElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLTitleElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLUListElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHTMLVideoElement.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMHistory.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMLocation.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMMediaError.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMMediaList.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMMediaQueryList.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMMemoryInfo.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMMessagePort.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMMouseEvent.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMNamedNodeMap.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMNavigator.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMNode.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMNodeFilter.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMNodeIterator.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMNodeList.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMObject.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMProcessingInstruction.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMRange.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMScreen.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMStorage.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMStyleMedia.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMStyleSheet.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMStyleSheetList.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMText.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMTimeRanges.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMTreeWalker.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMUIEvent.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMValidityState.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMWebKitAnimation.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMWebKitAnimationList.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMWebKitPoint.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMXPathExpression.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMXPathNSResolver.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/WebKitDOMXPathResult.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkit.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitapplicationcache.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitdefines.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitdom.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitdomdefines.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitdownload.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitenumtypes.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkiterror.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitgeolocationpolicydecision.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitglobals.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkithittestresult.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkiticondatabase.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitnetworkrequest.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitnetworkresponse.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitsecurityorigin.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitsoupauthdialog.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitspellchecker.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitversion.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitviewportattributes.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebbackforwardlist.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebdatabase.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebdatasource.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebframe.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebhistoryitem.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebinspector.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebnavigationaction.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebplugin.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebplugindatabase.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebpolicydecision.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebresource.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebsettings.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebview.h
--rw-r--r-- root/root usr/include/webkit-1.0/webkit/webkitwebwindowfeatures.h
+drwxr-xr-x root/root usr/include/webkitgtk-1.0/
+drwxr-xr-x root/root usr/include/webkitgtk-1.0/JavaScriptCore/
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/JavaScriptCore/JSBase.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/JavaScriptCore/JSContextRef.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/JavaScriptCore/JSObjectRef.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/JavaScriptCore/JSStringRef.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/JavaScriptCore/JSStringRefBSTR.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/JavaScriptCore/JSStringRefCF.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/JavaScriptCore/JSValueRef.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/JavaScriptCore/JavaScript.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/JavaScriptCore/JavaScriptCore.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/JavaScriptCore/WebKitAvailability.h
+drwxr-xr-x root/root usr/include/webkitgtk-1.0/webkit/
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMAttr.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMBarInfo.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMBlob.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMCDATASection.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMCSSRule.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMCSSRuleList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMCSSStyleDeclaration.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMCSSStyleSheet.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMCSSValue.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMCharacterData.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMComment.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMConsole.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMCustom.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMApplicationCache.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMImplementation.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMMimeType.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMMimeTypeArray.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMPlugin.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMPluginArray.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMSelection.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMSettableTokenList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMStringList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMStringMap.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMTokenList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDOMWindow.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDatabase.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDocument.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDocumentFragment.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMDocumentType.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMEntityReference.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMEvent.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMEventTarget.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMFile.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMFileList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMGeolocation.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLAnchorElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLAppletElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLAreaElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLAudioElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLBRElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLBaseElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLBaseFontElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLBodyElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLButtonElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLCanvasElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLCollection.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLDListElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLDetailsElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLDirectoryElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLDivElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLDocument.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLEmbedElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLFieldSetElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLFontElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLFormElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLFrameElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLFrameSetElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLHRElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLHeadElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLHeadingElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLHtmlElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLIFrameElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLImageElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLInputElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLKeygenElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLLIElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLLabelElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLLegendElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLLinkElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLMapElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLMarqueeElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLMediaElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLMenuElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLMetaElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLModElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLOListElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLObjectElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLOptGroupElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLOptionElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLOptionsCollection.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLParagraphElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLParamElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLPreElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLQuoteElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLScriptElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLSelectElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLStyleElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableCaptionElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableCellElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableColElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableRowElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableSectionElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLTextAreaElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLTitleElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLUListElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHTMLVideoElement.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMHistory.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMLocation.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMMediaError.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMMediaList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMMediaQueryList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMMemoryInfo.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMMessagePort.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMMouseEvent.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMNamedNodeMap.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMNavigator.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMNode.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMNodeFilter.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMNodeIterator.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMNodeList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMObject.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMProcessingInstruction.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMRange.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMScreen.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMStorage.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMStyleMedia.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMStyleSheet.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMStyleSheetList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMText.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMTimeRanges.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMTreeWalker.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMUIEvent.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMValidityState.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMWebKitAnimation.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMWebKitAnimationList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMWebKitNamedFlow.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMWebKitPoint.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMXPathExpression.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMXPathNSResolver.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/WebKitDOMXPathResult.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkit.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitapplicationcache.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitdefines.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitdom.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitdomdefines.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitdownload.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitenumtypes.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkiterror.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitfavicondatabase.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitgeolocationpolicydecision.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitglobals.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkithittestresult.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkiticondatabase.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitnetworkrequest.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitnetworkresponse.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitsecurityorigin.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitsoupauthdialog.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitspellchecker.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitversion.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitviewportattributes.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebbackforwardlist.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebdatabase.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebdatasource.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebframe.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebhistoryitem.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebinspector.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebnavigationaction.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebplugin.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebplugindatabase.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebpolicydecision.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebresource.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebsettings.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebview.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit/webkitwebwindowfeatures.h
+drwxr-xr-x root/root usr/include/webkitgtk-1.0/webkit2/
+drwxr-xr-x root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKAPICast.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKAPICastGtk.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKApplicationCacheManager.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKArray.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKAuthenticationChallenge.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKAuthenticationDecisionListener.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKBackForwardList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKBackForwardListItem.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKBase.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKBaseGtk.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKCertificateInfo.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKConnectionRef.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKContext.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKContextMenuItem.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKContextMenuItemTypes.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKContextPrivate.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKCookieManager.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKCredential.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKCredentialTypes.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKData.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKDatabaseManager.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKDictionary.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKDownload.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKError.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKEvent.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKFindOptions.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKFormSubmissionListener.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKFrame.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKFramePolicyListener.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKGeolocationManager.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKGeolocationPermissionRequest.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKGeolocationPosition.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKGeometry.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKGrammarDetail.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKGraphicsContext.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKGraphicsContextGtk.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKHitTestResult.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKImage.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKInspector.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKKeyValueStorageManager.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKMediaCacheManager.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKMutableArray.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKMutableDictionary.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKNativeEvent.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKNavigationData.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKNotification.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKNotificationManager.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKNotificationPermissionRequest.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKNotificationProvider.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKNumber.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKOpenPanelParameters.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKOpenPanelResultListener.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKPage.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKPageGroup.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKPageLoadTypes.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKPagePrivate.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKPluginSiteDataManager.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKPreferences.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKPreferencesPrivate.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKProtectionSpace.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKProtectionSpaceTypes.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKResourceCacheManager.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKRetainPtr.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKSecurityOrigin.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKSerializedScriptValue.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKSerializedScriptValuePrivate.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKSharedAPICast.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKString.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKStringPrivate.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKTextChecker.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKType.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKURL.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKURLRequest.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKURLResponse.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKUserContentURLPattern.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WKView.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKit2/WebKit2.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitBackForwardList.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitBackForwardListItem.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitDefines.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitDownload.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitEditingCommands.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitEnumTypes.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitError.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitFindController.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitHitTestResult.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitNavigationPolicyDecision.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitPolicyDecision.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitPrintOperation.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitResponsePolicyDecision.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitSettings.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitURIRequest.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitURIResponse.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitWebContext.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitWebView.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitWebViewBase.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/WebKitWindowProperties.h
+-rw-r--r-- root/root usr/include/webkitgtk-1.0/webkit2/webkit2.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libjavascriptcoregtk-1.0.la
-lrwxrwxrwx root/root usr/lib/libjavascriptcoregtk-1.0.so -> libjavascriptcoregtk-1.0.so.0.11.2
-lrwxrwxrwx root/root usr/lib/libjavascriptcoregtk-1.0.so.0 -> libjavascriptcoregtk-1.0.so.0.11.2
--rwxr-xr-x root/root usr/lib/libjavascriptcoregtk-1.0.so.0.11.2
+lrwxrwxrwx root/root usr/lib/libjavascriptcoregtk-1.0.so -> libjavascriptcoregtk-1.0.so.0.13.2
+lrwxrwxrwx root/root usr/lib/libjavascriptcoregtk-1.0.so.0 -> libjavascriptcoregtk-1.0.so.0.13.2
+-rwxr-xr-x root/root usr/lib/libjavascriptcoregtk-1.0.so.0.13.2
-rwxr-xr-x root/root usr/lib/libwebkitgtk-1.0.la
-lrwxrwxrwx root/root usr/lib/libwebkitgtk-1.0.so -> libwebkitgtk-1.0.so.0.11.2
-lrwxrwxrwx root/root usr/lib/libwebkitgtk-1.0.so.0 -> libwebkitgtk-1.0.so.0.11.2
--rwxr-xr-x root/root usr/lib/libwebkitgtk-1.0.so.0.11.2
+lrwxrwxrwx root/root usr/lib/libwebkitgtk-1.0.so -> libwebkitgtk-1.0.so.0.13.2
+lrwxrwxrwx root/root usr/lib/libwebkitgtk-1.0.so.0 -> libwebkitgtk-1.0.so.0.13.2
+-rwxr-xr-x root/root usr/lib/libwebkitgtk-1.0.so.0.13.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/javascriptcoregtk-1.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/webkit-1.0.pc
drwxr-xr-x root/root usr/libexec/
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/glib-2.0/
-drwxr-xr-x root/root usr/share/glib-2.0/schemas/
--rw-r--r-- root/root usr/share/glib-2.0/schemas/org.webkitgtk-1.0.gschema.xml
drwxr-xr-x root/root usr/share/webkitgtk-1.0/
drwxr-xr-x root/root usr/share/webkitgtk-1.0/images/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/images/deleteButton.png
@@ -209,7 +308,9 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/images/
drwxr-xr-x root/root usr/share/webkitgtk-1.0/resources/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/resources/error.html
drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/AdvancedSearchController.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ApplicationCacheItemsView.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ApplicationCacheModel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/AuditCategories.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/AuditFormatters.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/AuditLauncherView.js
@@ -222,6 +323,7 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/BreakpointsSidebarPane.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/CSSCompletions.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/CSSKeywordCompletions.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/CSSSelectorProfileView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/CSSStyleModel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/CallStackSidebarPane.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Checkbox.js
@@ -231,12 +333,14 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ConsoleModel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ConsolePanel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ConsoleView.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ContentProviders.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ContextMenu.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/CookieItemsView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/CookieParser.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/CookiesTable.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/DOMAgent.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/DOMBreakpointsSidebarPane.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/DOMPresentationUtils.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/DOMStorage.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/DOMStorageItemsView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/DOMSyntaxHighlighter.js
@@ -248,6 +352,7 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/DebuggerPresentationModel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/DetailedHeapshotGridNodes.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/DetailedHeapshotView.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Dialog.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Drawer.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ElementsPanel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ElementsTreeOutline.js
@@ -258,15 +363,16 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ExtensionPanel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ExtensionRegistryStub.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ExtensionServer.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/FilteredItemSelectionDialog.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/FontView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/GoToLineDialog.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/HAREntry.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/HandlerRegistry.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/HeapSnapshot.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/HeapSnapshotProxy.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/HeapSnapshotWorker.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/HeapSnapshotWorkerDispatcher.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/HelpScreen.js
--rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/IFrameView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ImageView.js
drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/Images/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/applicationCache.png
@@ -295,6 +401,7 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/Images/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightWhite.png
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/domain.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/errorIcon.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/errorMediumIcon.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/errorRedDot.png
@@ -307,7 +414,12 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/Images/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/goArrow.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/graphLabelCalloutLeft.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/graphLabelCalloutRight.png
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/indexedDB.png
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/indexedDBIndex.png
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/indexedDBObjectStore.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/localStorage.png
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/navigatorPinButton.png
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/navigatorShowHideButton.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/paneAddButtons.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/paneBottomGrow.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/paneBottomGrowActive.png
@@ -407,19 +519,25 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/Images/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/warningMediumIcon.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/warningOrangeDot.png
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Images/warningsErrors.png
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/IndexedDBModel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/InjectedFakeWorker.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/InspectorBackend.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/InspectorBackendStub.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/InspectorFrontendAPI.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/InspectorFrontendHostStub.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/InspectorView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/JavaScriptContextManager.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/JavaScriptFormatter.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/JavaScriptSourceFrame.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/KeyboardShortcut.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/MemoryStatistics.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/MetricsSidebarPane.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/NetworkItemView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/NetworkLog.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/NetworkManager.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/NetworkPanel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Object.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ObjectPopoverHelper.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ObjectPropertiesSection.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Panel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/PanelEnablerView.js
@@ -427,10 +545,12 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/Images/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Placard.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Popover.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ProfileDataGridTree.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ProfileLauncherView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ProfileView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ProfilesPanel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/PropertiesSection.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/PropertiesSidebarPane.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/RawSourceCode.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/RemoteObject.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Resource.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ResourceCategory.js
@@ -442,30 +562,36 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/Images/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ResourceResponseView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ResourceTimingView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ResourceTreeModel.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ResourceUtils.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ResourceView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ResourcesPanel.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ScopeChainSidebarPane.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Script.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ScriptFormatter.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ScriptFormatterWorker.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ScriptsNavigator.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ScriptsPanel.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ScriptsSearchScope.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SearchController.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Section.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Settings.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SettingsScreen.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ShortcutsScreen.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/ShowMoreDataGridNode.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SidebarOverlay.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SidebarPane.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SidebarTreeElement.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SoftContextMenu.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SourceCSSTokenizer.js
--rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SourceFile.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SourceFrame.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SourceHTMLTokenizer.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SourceJavaScriptTokenizer.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SourceTokenizer.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Spectrum.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/SplitView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/StatusBarButton.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/StylesSidebarPane.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/TabbedEditorContainer.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/TabbedPane.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/TestController.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/TextEditorHighlighter.js
@@ -480,18 +606,20 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/Images/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/Toolbar.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/TopDownProfileDataGridTree.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/UISourceCode.js
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/UIUtils.js
drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/UglifyJS/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/UglifyJS/parse-js.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/UserMetrics.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/View.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/WatchExpressionsSidebarPane.js
--rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/WelcomeView.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/WorkerManager.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/WorkersSidebarPane.js
--rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/audits.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/auditsPanel.css
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/dataGrid.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/dialog.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/elementsPanel.css
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/externs.js
--rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/goToLineDialog.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/filteredItemSelectionDialog.css
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/heapProfiler.css
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/helpScreen.css
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/inspector.css
@@ -502,7 +630,16 @@ drwxr-xr-x root/root usr/share/webkitgtk-1.0/webinspector/UglifyJS/
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/localizedStrings.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/networkLogView.css
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/networkPanel.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/panelEnablerView.css
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/popover.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/profilesPanel.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/resourceView.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/resourcesPanel.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/scriptsPanel.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/splitView.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/tabbedPane.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/textPrompt.css
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/textViewer.css
+-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/timelinePanel.css
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/treeoutline.js
-rw-r--r-- root/root usr/share/webkitgtk-1.0/webinspector/utilities.js
diff --git a/webkit/.md5sum
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.md5sum;h=2e9c0e…>
b/webkit/.md5sum
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.md5sum;h=9c7b05…>
index 2e9c0ef
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.md5sum;h=2e9c0e…>..9c7b052
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.md5sum;h=9c7b05…>
100644(file)
--- a/webkit/.md5sum
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.md5sum;h=2e9c0e…>
+++ b/webkit/.md5sum
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/.md5sum;h=9c7b05…>
@@ -1 +1 @@
-c476d9335419df061510d31e21175df1 webkit-1.6.3.tar.xz
+f2f01b1fdc7262a2eede81ebed0970b2 webkit-1.8.1.tar.xz
diff --git a/webkit/Pkgfile
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/Pkgfile;h=2fecaf…>
b/webkit/Pkgfile
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/Pkgfile;h=f96a38…>
index 2fecafd
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/Pkgfile;h=2fecaf…>..f96a381
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/Pkgfile;h=f96a38…>
100644(file)
--- a/webkit/Pkgfile
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/Pkgfile;h=2fecaf…>
+++ b/webkit/Pkgfile
<http://crux.nu/gitweb/?p=ports/contrib.git;a=blob;f=webkit/Pkgfile;h=f96a38…>
@@ -2,19 +2,16 @@
# URL: http://www.webkitgtk.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
-# Depends on: enchant gst-plugins-base gtk icu libsoup xorg-libxdamage xorg-libxt
+# Depends on: enchant geoclue gst-plugins-base icu libsoup mesa3d
name=webkit
-version=1.6.3
+version=1.8.1
release=1
-source=(http://webkitgtk.org/$name-$version.tar.xz)
+source=(http://webkitgtk.org/releases/$name-$version.tar.xz)
build() {
cd $name-$version
- # Don't force to -O2 but use CXXFLAGS
- sed -i -e 's/-O2//g' configure
-
./configure \
--prefix=/usr \
--enable-video \
@@ -24,7 +21,8 @@ build() {
--with-unicode-backend=icu \
--with-gtk=2.0
- make
+ make -j 1
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
+ rm -r $PKG/usr/share/gtk-doc
}
I could not get webkit to work without gtk-doc and so i decided to just
leave gtk-doc in geoclue as geoclue needs gtk-doc and gonf. Removing
geoclue isn't too difficult but having gtk-doc is a requirement for
webkit while I have that disabled in configure it still will not build
without.
If anyone has any patches regarding the latest update send them my way
for review.
Regards,
Danny Rawlins
Romster @ freenode
1
0
commit e736839d573d35909339ecb9f1af54e0b6439109
Author: Juergen Daubert <jue(a)jue.li>
Date: Thu Jun 14 19:21:10 2012 +0200
[notify] freetype: update to 2.4.9
Security fix, see
http://sourceforge.net/projects/freetype/files/freetype2/2.4.9/README/view
diff --git a/freetype/.footprint b/freetype/.footprint
index 0bb2411..73ce87a 100644
--- a/freetype/.footprint
+++ b/freetype/.footprint
@@ -56,9 +56,9 @@ drwxr-xr-x root/root usr/include/freetype2/freetype/config/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libfreetype.a
-rwxr-xr-x root/root usr/lib/libfreetype.la
-lrwxrwxrwx root/root usr/lib/libfreetype.so -> libfreetype.so.6.8.0
-lrwxrwxrwx root/root usr/lib/libfreetype.so.6 -> libfreetype.so.6.8.0
--rwxr-xr-x root/root usr/lib/libfreetype.so.6.8.0
+lrwxrwxrwx root/root usr/lib/libfreetype.so -> libfreetype.so.6.8.1
+lrwxrwxrwx root/root usr/lib/libfreetype.so.6 -> libfreetype.so.6.8.1
+-rwxr-xr-x root/root usr/lib/libfreetype.so.6.8.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/freetype2.pc
drwxr-xr-x root/root usr/share/
diff --git a/freetype/.md5sum b/freetype/.md5sum
index b8e82ec..2071495 100644
--- a/freetype/.md5sum
+++ b/freetype/.md5sum
@@ -1 +1 @@
-dbf2caca1d3afd410a29217a9809d397 freetype-2.4.8.tar.bz2
+77a893dae81fd5b896632715ca041179 freetype-2.4.9.tar.bz2
diff --git a/freetype/Pkgfile b/freetype/Pkgfile
index d98e07e..158739a 100644
--- a/freetype/Pkgfile
+++ b/freetype/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: zlib
name=freetype
-version=2.4.8
+version=2.4.9
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.…
1
0
ports/opt (2.7): [notify] libpng: update to 1.4.11, fix for CVE-2011-3048
by crux@crux.nu 14 Jun '12
by crux@crux.nu 14 Jun '12
14 Jun '12
commit 1eca585338a77a7b5db88874576353797588c0e1
Author: Juergen Daubert <jue(a)jue.li>
Date: Thu Jun 14 09:29:28 2012 +0200
[notify] libpng: update to 1.4.11, fix for CVE-2011-3048
diff --git a/libpng/.footprint b/libpng/.footprint
index 75f8d67..9d094d1 100644
--- a/libpng/.footprint
+++ b/libpng/.footprint
@@ -14,9 +14,9 @@ lrwxrwxrwx root/root usr/lib/libpng.la -> libpng14.la
lrwxrwxrwx root/root usr/lib/libpng.so -> libpng14.so
-rw-r--r-- root/root usr/lib/libpng14.a
-rwxr-xr-x root/root usr/lib/libpng14.la
-lrwxrwxrwx root/root usr/lib/libpng14.so -> libpng14.so.14.10.0
-lrwxrwxrwx root/root usr/lib/libpng14.so.14 -> libpng14.so.14.10.0
--rwxr-xr-x root/root usr/lib/libpng14.so.14.10.0
+lrwxrwxrwx root/root usr/lib/libpng14.so -> libpng14.so.14.11.0
+lrwxrwxrwx root/root usr/lib/libpng14.so.14 -> libpng14.so.14.11.0
+-rwxr-xr-x root/root usr/lib/libpng14.so.14.11.0
drwxr-xr-x root/root usr/lib/pkgconfig/
lrwxrwxrwx root/root usr/lib/pkgconfig/libpng.pc -> libpng14.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libpng14.pc
diff --git a/libpng/.md5sum b/libpng/.md5sum
index d2c9e84..566bfed 100644
--- a/libpng/.md5sum
+++ b/libpng/.md5sum
@@ -1 +1 @@
-c0dff0f8c5e276865b68ad0e1a5e1153 libpng-1.4.10.tar.xz
+b04183492dbc939fcf00e0d2ddc68286 libpng-1.4.11.tar.xz
diff --git a/libpng/Pkgfile b/libpng/Pkgfile
index 0a3612e..9e6b792 100644
--- a/libpng/Pkgfile
+++ b/libpng/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: zlib
name=libpng
-version=1.4.10
+version=1.4.11
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.xz)
1
0
commit 4c0da1f399dc49920ee62ee6db041d1bbdb9dafc
Author: Jose V Beneyto <sepen(a)crux.nu>
Date: Wed Jun 6 10:52:54 2012 +0200
[notify] gnutls: updated to 3.0.20
http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6162
diff --git a/gnutls/.footprint b/gnutls/.footprint
index 58318e9..f47c190 100644
--- a/gnutls/.footprint
+++ b/gnutls/.footprint
@@ -30,9 +30,9 @@ lrwxrwxrwx root/root usr/lib/libgnutls-openssl.so.27 -> libgnutls-openssl.so.27.
-rwxr-xr-x root/root usr/lib/libgnutls-openssl.so.27.0.2
-rw-r--r-- root/root usr/lib/libgnutls.a
-rwxr-xr-x root/root usr/lib/libgnutls.la
-lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.28.8.1
-lrwxrwxrwx root/root usr/lib/libgnutls.so.28 -> libgnutls.so.28.8.1
--rwxr-xr-x root/root usr/lib/libgnutls.so.28.8.1
+lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.28.9.0
+lrwxrwxrwx root/root usr/lib/libgnutls.so.28 -> libgnutls.so.28.9.0
+-rwxr-xr-x root/root usr/lib/libgnutls.so.28.9.0
-rw-r--r-- root/root usr/lib/libgnutlsxx.a
-rwxr-xr-x root/root usr/lib/libgnutlsxx.la
lrwxrwxrwx root/root usr/lib/libgnutlsxx.so -> libgnutlsxx.so.28.0.0
@@ -77,7 +77,6 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_free_crls.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_free_keys.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_issuer.3.gz
--rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_openpgp_keyring.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_ours.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_peers.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_send_x509_rdn_sequence.3.gz
@@ -106,6 +105,7 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_x509_key_mem.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3.gz
+-rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_x509_system_trust.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_x509_trust.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_x509_trust_file.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_x509_trust_mem.3.gz
@@ -333,6 +333,7 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/gnutls_pk_get_id.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_pk_get_name.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_pk_list.3.gz
+-rw-r--r-- root/root usr/man/man3/gnutls_pk_to_sign.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_add_provider.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_copy_secret_key.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_copy_x509_crt.3.gz
@@ -471,6 +472,7 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/gnutls_pubkey_verify_data.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_pubkey_verify_data2.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_pubkey_verify_hash.3.gz
+-rw-r--r-- root/root usr/man/man3/gnutls_pubkey_verify_hash2.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_random_art.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_record_check_pending.3.gz
-rw-r--r-- root/root usr/man/man3/gnutls_record_disable_padding.3.gz
diff --git a/gnutls/.md5sum b/gnutls/.md5sum
index 10ceccf..2465306 100644
--- a/gnutls/.md5sum
+++ b/gnutls/.md5sum
@@ -1 +1 @@
-05e85d18955edd5c0fe40fbb7ef168bd gnutls-3.0.19.tar.xz
+1e9322764f4531b00b4a46a5d634695e gnutls-3.0.20.tar.xz
diff --git a/gnutls/Pkgfile b/gnutls/Pkgfile
index 287c479..c8807cc 100644
--- a/gnutls/Pkgfile
+++ b/gnutls/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: nettle libidn
name=gnutls
-version=3.0.19
+version=3.0.20
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz)
1
0