diff --git a/network/connection/NetworkManager/actions.py b/network/connection/NetworkManager/actions.py
index 7e4f6572d9..d8fef82ba9 100644
--- a/network/connection/NetworkManager/actions.py
+++ b/network/connection/NetworkManager/actions.py
@@ -12,11 +12,11 @@ from pisi.actionsapi import shelltools
def setup():
# /var/run => /run
- for f in ["configure.ac", "src/Makefile.am", "src/Makefile.in"]:
- pisitools.dosed(f, "\$\(?localstatedir\)?(\/run\/(\$PACKAGE|NetworkManager))", "\\1")
- pisitools.dosed("configure.ac", "\/var(\/run\/ConsoleKit)", "\\1")
- pisitools.dosed("configure.ac", "^initscript", deleteLine=True)
- autotools.autoreconf("-fi")
+ #for f in ["configure.ac", "src/Makefile.am", "src/Makefile.in"]:
+ #pisitools.dosed(f, "\$\(?localstatedir\)?(\/run\/(\$PACKAGE|NetworkManager))", "\\1")
+ #pisitools.dosed("configure.ac", "\/var(\/run\/ConsoleKit)", "\\1")
+ #pisitools.dosed("configure.ac", "^initscript", deleteLine=True)
+ autotools.autoreconf("-fiv")
shelltools.system("intltoolize --force --copy --automake")
autotools.configure("--disable-static \
diff --git a/network/connection/NetworkManager/files/NetworkManager.conf b/network/connection/NetworkManager/files/NetworkManager.conf
index ca4b5883f5..965b53e726 100644
--- a/network/connection/NetworkManager/files/NetworkManager.conf
+++ b/network/connection/NetworkManager/files/NetworkManager.conf
@@ -1,5 +1,3 @@
[main]
plugins=keyfile
-dhcp=internal
dns=default
-
diff --git a/network/connection/NetworkManager/pspec.xml b/network/connection/NetworkManager/pspec.xml
index 6530ed27b2..d6bbf098a5 100644
--- a/network/connection/NetworkManager/pspec.xml
+++ b/network/connection/NetworkManager/pspec.xml
@@ -12,11 +12,12 @@
app:console
Network connection manager powered by D-Bus and UDEV
NetworkManager attempts to keep an active network connection available at all times.
- https://download.gnome.org/sources/NetworkManager/1.0/NetworkManager-1.0.10.tar.xz
+ https://download.gnome.org/sources/NetworkManager/1.8/NetworkManager-1.8.0.tar.xz
tr.po
+ curl-devel
intltool
ppp-devel
@@ -39,17 +40,21 @@
libgudev-devel
libutil-linux-devel
ConsoleKit-devel
+ python-pygobject3-devel
+ libxslt-devel
- 0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
- disable_set_hostname.patch
+
+
NetworkManager
+ curl
+ eudev
dbus
nspr
glib2
@@ -122,6 +127,16 @@
+
+ 2017-05-28
+ 1.8.0
+ Revert version
+
+ systemRestart
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilnux.org
+
2017-03-15
1.0.10
diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py
index b81b33eeff..1360eb62d8 100644
--- a/network/web/firefox/actions.py
+++ b/network/web/firefox/actions.py
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
#WorkDir = "mozilla-release"
ObjDir = "build"
-locales = "az be bs ca da de el en-US en-GB en-ZA es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
+locales = "az bs ca da de el en-US en-GB en-ZA es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
xpidir = "%s/xpi" % get.workDIR()
arch = get.ARCH()
ver = ".".join(get.srcVERSION().split(".")[:3])
@@ -29,11 +29,11 @@ def setup():
shelltools.system("rm -rf langpack-ff/*/browser/defaults")
if not shelltools.isDirectory(xpidir): shelltools.makedirs(xpidir)
for locale in locales:
- #shelltools.system("wget -c -P %s http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%s/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale))
+ shelltools.system("wget -c -P %s http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%s/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale))
shelltools.makedirs("langpack-ff/langpack-%s@firefox.mozilla.org" % locale)
- #shelltools.system("unzip -uo %s/%s.xpi -d langpack-ff/langpack-%s@firefox.mozilla.org" % (xpidir, locale, locale))
+ shelltools.system("unzip -uo %s/%s.xpi -d langpack-ff/langpack-%s@firefox.mozilla.org" % (xpidir, locale, locale))
print "Replacing browser.properties for %s locale" % locale
- #shelltools.copy("browserconfig.properties", "langpack-ff/langpack-%s@firefox.mozilla.org/browser/chrome/%s/locale/branding/" % (locale, locale))
+ shelltools.copy("browserconfig.properties", "langpack-ff/langpack-%s@firefox.mozilla.org/browser/chrome/%s/locale/branding/" % (locale, locale))
shelltools.copy("browserconfig.properties", "browser/branding/official/locales/")
shelltools.makedirs(ObjDir)
diff --git a/network/web/firefox/files/mozconfig b/network/web/firefox/files/mozconfig
index c7e1918d1c..b622332c16 100644
--- a/network/web/firefox/files/mozconfig
+++ b/network/web/firefox/files/mozconfig
@@ -26,6 +26,9 @@ ac_add_options --enable-startup-notification
ac_add_options --disable-updater
ac_add_options --disable-crashreporter
+# New MP4, etc
+ac_add_options --disable-rust
+
ac_add_options --with-google-api-keyfile="%%PWD%%/%%FILE%%"
ac_add_options --enable-safe-browsing
diff --git a/network/web/firefox/pspec.xml b/network/web/firefox/pspec.xml
index 7e856381a6..4b13677885 100644
--- a/network/web/firefox/pspec.xml
+++ b/network/web/firefox/pspec.xml
@@ -15,7 +15,7 @@
app:gui
Firefox Web Browser
It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences.
- https://ftp.mozilla.org/pub/firefox/releases/52.0.1/source/firefox-52.0.1.source.tar.xz
+ https://ftp.mozilla.org/pub/firefox/releases/53.0.3/source/firefox-53.0.3.source.tar.xz
mozconfig
@@ -54,7 +54,7 @@
firefox-install-dir.patch
- -->
+
@@ -143,7 +143,7 @@
-
+
firefox-lang-bs
@@ -536,6 +536,13 @@
+
+ 2017-05-29
+ 53.0.3
+ Version Bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2017-03-22
52.0.1
@@ -572,4 +579,4 @@
osman.erkan@pisilinux.org
-
\ No newline at end of file
+