You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(6) |
Jul
(14) |
Aug
(156) |
Sep
(35) |
Oct
(48) |
Nov
(55) |
Dec
(16) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(24) |
Feb
(154) |
Mar
(139) |
Apr
(175) |
May
(87) |
Jun
(34) |
Jul
(42) |
Aug
(68) |
Sep
(41) |
Oct
(76) |
Nov
(77) |
Dec
(50) |
| 2008 |
Jan
(98) |
Feb
(43) |
Mar
(102) |
Apr
(27) |
May
(55) |
Jun
(13) |
Jul
(58) |
Aug
(62) |
Sep
(61) |
Oct
(43) |
Nov
(87) |
Dec
(134) |
| 2009 |
Jan
(175) |
Feb
(106) |
Mar
(58) |
Apr
(41) |
May
(74) |
Jun
(123) |
Jul
(252) |
Aug
(192) |
Sep
(69) |
Oct
(38) |
Nov
(117) |
Dec
(95) |
| 2010 |
Jan
(146) |
Feb
(76) |
Mar
(90) |
Apr
(60) |
May
(23) |
Jun
(19) |
Jul
(208) |
Aug
(140) |
Sep
(103) |
Oct
(114) |
Nov
(50) |
Dec
(47) |
| 2011 |
Jan
(59) |
Feb
(47) |
Mar
(61) |
Apr
(58) |
May
(41) |
Jun
(11) |
Jul
(17) |
Aug
(49) |
Sep
(34) |
Oct
(166) |
Nov
(38) |
Dec
(70) |
| 2012 |
Jan
(87) |
Feb
(37) |
Mar
(28) |
Apr
(25) |
May
(29) |
Jun
(30) |
Jul
(43) |
Aug
(27) |
Sep
(46) |
Oct
(27) |
Nov
(51) |
Dec
(70) |
| 2013 |
Jan
(92) |
Feb
(34) |
Mar
(58) |
Apr
(37) |
May
(46) |
Jun
(9) |
Jul
(38) |
Aug
(22) |
Sep
(28) |
Oct
(42) |
Nov
(44) |
Dec
(34) |
| 2014 |
Jan
(63) |
Feb
(39) |
Mar
(48) |
Apr
(31) |
May
(21) |
Jun
(43) |
Jul
(36) |
Aug
(69) |
Sep
(53) |
Oct
(56) |
Nov
(46) |
Dec
(49) |
| 2015 |
Jan
(63) |
Feb
(35) |
Mar
(30) |
Apr
(38) |
May
(27) |
Jun
(42) |
Jul
(42) |
Aug
(63) |
Sep
(18) |
Oct
(45) |
Nov
(65) |
Dec
(71) |
| 2016 |
Jan
(54) |
Feb
(79) |
Mar
(59) |
Apr
(38) |
May
(32) |
Jun
(46) |
Jul
(42) |
Aug
(30) |
Sep
(58) |
Oct
(33) |
Nov
(98) |
Dec
(59) |
| 2017 |
Jan
(79) |
Feb
(12) |
Mar
(43) |
Apr
(32) |
May
(76) |
Jun
(59) |
Jul
(44) |
Aug
(14) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <abe...@us...> - 2017-05-28 18:37:04
|
Revision: 8352
http://sourceforge.net/p/astlinux/code/8352
Author: abelbeck
Date: 2017-05-28 18:37:02 +0000 (Sun, 28 May 2017)
Log Message:
-----------
qemu, init script, use 'ip' instead of the deprecated 'brctl', per David Kerr
Modified Paths:
--------------
branches/1.0/package/qemu/qemu.init
Modified: branches/1.0/package/qemu/qemu.init
===================================================================
--- branches/1.0/package/qemu/qemu.init 2017-05-28 14:42:19 UTC (rev 8351)
+++ branches/1.0/package/qemu/qemu.init 2017-05-28 18:37:02 UTC (rev 8352)
@@ -71,7 +71,7 @@
fi
for iBridge in $QEMU_NET_BRIDGE; do
# Make sure network bridge exists. If not then exit
- /usr/sbin/brctl showmacs $iBridge > /dev/null
+ /sbin/ip addr show dev $iBridge >/dev/null 2>&1
if [ $? == 1 ]; then
/usr/bin/logger -s -p user.err -id -t qemu "ERROR: Bridge $iBridge does not exist. Exiting"
exit
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-28 14:42:21
|
Revision: 8351
http://sourceforge.net/p/astlinux/code/8351
Author: abelbeck
Date: 2017-05-28 14:42:19 +0000 (Sun, 28 May 2017)
Log Message:
-----------
bridge-utils (brctl), version bump to 1.6 and fix bridge->bridge-utils naming consistency. Note this package is deprecated an our code has moved to 'ip' and 'bridge' commands, this is provided for only legacy rc.elocal support
Modified Paths:
--------------
branches/1.0/astlinux-ast11.config
branches/1.0/astlinux-ast13.config
branches/1.0/initrd.config
branches/1.0/package/bridge-utils/Config.in
branches/1.0/runnix-iso.config
branches/1.0/runnix.config
branches/1.0/x86_64-configs/astlinux-ast11.config
branches/1.0/x86_64-configs/astlinux-ast13.config
branches/1.0/x86_64-configs/initrd.config
Added Paths:
-----------
branches/1.0/package/bridge-utils/bridge-utils.mk
branches/1.0/package/bridge-utils/bridge-utils.patch
Removed Paths:
-------------
branches/1.0/package/bridge-utils/bridge.mk
branches/1.0/package/bridge-utils/bridge.patch
Modified: branches/1.0/astlinux-ast11.config
===================================================================
--- branches/1.0/astlinux-ast11.config 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/astlinux-ast11.config 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8333-dirty Configuration
-# Wed May 24 10:13:13 2017
+# Buildroot astlinux-1.x-svn8350-dirty Configuration
+# Sun May 28 09:24:32 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -690,7 +690,7 @@
# BR2_PACKAGE_BLUEZ_UTILS is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BMON is not set
-BR2_PACKAGE_BRIDGE=y
+BR2_PACKAGE_BRIDGE_UTILS=y
# BR2_PACKAGE_BWM_NG is not set
# BR2_PACKAGE_CAN_UTILS is not set
BR2_PACKAGE_CHRONY=y
Modified: branches/1.0/astlinux-ast13.config
===================================================================
--- branches/1.0/astlinux-ast13.config 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/astlinux-ast13.config 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8333-dirty Configuration
-# Wed May 24 10:13:13 2017
+# Buildroot astlinux-1.x-svn8350-dirty Configuration
+# Sun May 28 09:24:37 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -690,7 +690,7 @@
# BR2_PACKAGE_BLUEZ_UTILS is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BMON is not set
-BR2_PACKAGE_BRIDGE=y
+BR2_PACKAGE_BRIDGE_UTILS=y
# BR2_PACKAGE_BWM_NG is not set
# BR2_PACKAGE_CAN_UTILS is not set
BR2_PACKAGE_CHRONY=y
Modified: branches/1.0/initrd.config
===================================================================
--- branches/1.0/initrd.config 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/initrd.config 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8232-dirty Configuration
-# Sat Mar 25 20:00:35 2017
+# Buildroot astlinux-1.x-svn8350-dirty Configuration
+# Sun May 28 09:24:45 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -568,7 +568,7 @@
# BR2_PACKAGE_BLUEZ_UTILS is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BMON is not set
-# BR2_PACKAGE_BRIDGE is not set
+# BR2_PACKAGE_BRIDGE_UTILS is not set
# BR2_PACKAGE_BWM_NG is not set
# BR2_PACKAGE_CAN_UTILS is not set
# BR2_PACKAGE_CHRONY is not set
Modified: branches/1.0/package/bridge-utils/Config.in
===================================================================
--- branches/1.0/package/bridge-utils/Config.in 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/package/bridge-utils/Config.in 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,7 +1,7 @@
-config BR2_PACKAGE_BRIDGE
+config BR2_PACKAGE_BRIDGE_UTILS
bool "bridge-utils"
help
Manage ethernet bridging; a way to connect networks together to
form a larger network.
- http://linux-net.osdl.org/index.php/Bridge
+ https://git.kernel.org/cgit/linux/kernel/git/shemminger/bridge-utils.git/
Copied: branches/1.0/package/bridge-utils/bridge-utils.mk (from rev 8350, branches/1.0/package/bridge-utils/bridge.mk)
===================================================================
--- branches/1.0/package/bridge-utils/bridge-utils.mk (rev 0)
+++ branches/1.0/package/bridge-utils/bridge-utils.mk 2017-05-28 14:42:19 UTC (rev 8351)
@@ -0,0 +1,13 @@
+#############################################################
+#
+# bridge-utils
+#
+#############################################################
+
+BRIDGE_UTILS_VERSION = 1.6
+BRIDGE_UTILS_SOURCE = bridge-utils-$(BRIDGE_UTILS_VERSION).tar.xz
+BRIDGE_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/bridge-utils
+BRIDGE_UTILS_AUTORECONF = YES
+BRIDGE_UTILS_CONF_OPT = --with-linux-headers=$(LINUX_HEADERS_DIR)
+
+$(eval $(call AUTOTARGETS,package,bridge-utils))
Copied: branches/1.0/package/bridge-utils/bridge-utils.patch (from rev 8350, branches/1.0/package/bridge-utils/bridge.patch)
===================================================================
--- branches/1.0/package/bridge-utils/bridge-utils.patch (rev 0)
+++ branches/1.0/package/bridge-utils/bridge-utils.patch 2017-05-28 14:42:19 UTC (rev 8351)
@@ -0,0 +1,11 @@
+--- bridge-utils-0.9.6/libbridge/Makefile.in.dist 2004-03-01 20:55:52.000000000 -0600
++++ bridge-utils-0.9.6/libbridge/Makefile.in 2004-03-01 20:56:23.000000000 -0600
+@@ -5,7 +5,7 @@
+ RANLIB=@RANLIB@
+
+ CC=@CC@
+-CFLAGS = -Wall -g $(KERNEL_HEADERS)
++CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS)
+
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
Deleted: branches/1.0/package/bridge-utils/bridge.mk
===================================================================
--- branches/1.0/package/bridge-utils/bridge.mk 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/package/bridge-utils/bridge.mk 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,18 +0,0 @@
-#############################################################
-#
-# bridge-utils
-#
-#############################################################
-
-BRIDGE_VERSION = 1.5
-BRIDGE_SOURCE = bridge-utils-$(BRIDGE_VERSION).tar.gz
-BRIDGE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/bridge
-BRIDGE_AUTORECONF = YES
-BRIDGE_CONF_OPT = --with-linux-headers=$(LINUX_HEADERS_DIR)
-
-define BRIDGE_UNINSTALL_TARGET_CMDS
- rm -f $(addprefix $(TARGET_DIR)/usr/,lib/libbridge.a \
- include/libbridge.h share/man/man8/brctl.8 sbin/brctl)
-endef
-
-$(eval $(call AUTOTARGETS,package,bridge))
Deleted: branches/1.0/package/bridge-utils/bridge.patch
===================================================================
--- branches/1.0/package/bridge-utils/bridge.patch 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/package/bridge-utils/bridge.patch 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,11 +0,0 @@
---- bridge-utils-0.9.6/libbridge/Makefile.in.dist 2004-03-01 20:55:52.000000000 -0600
-+++ bridge-utils-0.9.6/libbridge/Makefile.in 2004-03-01 20:56:23.000000000 -0600
-@@ -5,7 +5,7 @@
- RANLIB=@RANLIB@
-
- CC=@CC@
--CFLAGS = -Wall -g $(KERNEL_HEADERS)
-+CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS)
-
- prefix=@prefix@
- exec_prefix=@exec_prefix@
Modified: branches/1.0/runnix-iso.config
===================================================================
--- branches/1.0/runnix-iso.config 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/runnix-iso.config 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8232-dirty Configuration
-# Sat Mar 25 20:00:42 2017
+# Buildroot astlinux-1.x-svn8350-dirty Configuration
+# Sun May 28 09:25:00 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -597,7 +597,7 @@
# BR2_PACKAGE_BOA is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BMON is not set
-# BR2_PACKAGE_BRIDGE is not set
+# BR2_PACKAGE_BRIDGE_UTILS is not set
# BR2_PACKAGE_BWM_NG is not set
# BR2_PACKAGE_CAN_UTILS is not set
# BR2_PACKAGE_CHRONY is not set
Modified: branches/1.0/runnix.config
===================================================================
--- branches/1.0/runnix.config 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/runnix.config 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8232-dirty Configuration
-# Sat Mar 25 20:00:38 2017
+# Buildroot astlinux-1.x-svn8350-dirty Configuration
+# Sun May 28 09:24:49 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -598,7 +598,7 @@
# BR2_PACKAGE_BOA is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BMON is not set
-# BR2_PACKAGE_BRIDGE is not set
+# BR2_PACKAGE_BRIDGE_UTILS is not set
# BR2_PACKAGE_BWM_NG is not set
# BR2_PACKAGE_CAN_UTILS is not set
# BR2_PACKAGE_CHRONY is not set
Modified: branches/1.0/x86_64-configs/astlinux-ast11.config
===================================================================
--- branches/1.0/x86_64-configs/astlinux-ast11.config 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/x86_64-configs/astlinux-ast11.config 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8333-dirty Configuration
-# Wed May 24 10:13:14 2017
+# Buildroot astlinux-1.x-svn8350-dirty Configuration
+# Sun May 28 09:25:15 2017
#
BR2_HAVE_DOT_CONFIG=y
BR2_ARCH_IS_64=y
@@ -671,7 +671,7 @@
# BR2_PACKAGE_BLUEZ_UTILS is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BMON is not set
-BR2_PACKAGE_BRIDGE=y
+BR2_PACKAGE_BRIDGE_UTILS=y
# BR2_PACKAGE_BWM_NG is not set
# BR2_PACKAGE_CAN_UTILS is not set
BR2_PACKAGE_CHRONY=y
Modified: branches/1.0/x86_64-configs/astlinux-ast13.config
===================================================================
--- branches/1.0/x86_64-configs/astlinux-ast13.config 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/x86_64-configs/astlinux-ast13.config 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8333-dirty Configuration
-# Wed May 24 10:13:14 2017
+# Buildroot astlinux-1.x-svn8350-dirty Configuration
+# Sun May 28 09:25:19 2017
#
BR2_HAVE_DOT_CONFIG=y
BR2_ARCH_IS_64=y
@@ -671,7 +671,7 @@
# BR2_PACKAGE_BLUEZ_UTILS is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BMON is not set
-BR2_PACKAGE_BRIDGE=y
+BR2_PACKAGE_BRIDGE_UTILS=y
# BR2_PACKAGE_BWM_NG is not set
# BR2_PACKAGE_CAN_UTILS is not set
BR2_PACKAGE_CHRONY=y
Modified: branches/1.0/x86_64-configs/initrd.config
===================================================================
--- branches/1.0/x86_64-configs/initrd.config 2017-05-28 12:57:12 UTC (rev 8350)
+++ branches/1.0/x86_64-configs/initrd.config 2017-05-28 14:42:19 UTC (rev 8351)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8232-dirty Configuration
-# Sat Mar 25 20:00:54 2017
+# Buildroot astlinux-1.x-svn8350-dirty Configuration
+# Sun May 28 09:25:25 2017
#
BR2_HAVE_DOT_CONFIG=y
BR2_ARCH_IS_64=y
@@ -549,7 +549,7 @@
# BR2_PACKAGE_BLUEZ_UTILS is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BMON is not set
-# BR2_PACKAGE_BRIDGE is not set
+# BR2_PACKAGE_BRIDGE_UTILS is not set
# BR2_PACKAGE_BWM_NG is not set
# BR2_PACKAGE_CAN_UTILS is not set
# BR2_PACKAGE_CHRONY is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-28 12:57:13
|
Revision: 8350
http://sourceforge.net/p/astlinux/code/8350
Author: abelbeck
Date: 2017-05-28 12:57:12 +0000 (Sun, 28 May 2017)
Log Message:
-----------
runnix, add host-fdisk dependency as we had before the runnix.mk rewrite, the 'scripts/astlinux-makeimage' will eventually build host-fdisk, but let's build things the same as before
Modified Paths:
--------------
branches/1.0/boot/runnix/runnix.mk
Modified: branches/1.0/boot/runnix/runnix.mk
===================================================================
--- branches/1.0/boot/runnix/runnix.mk 2017-05-27 15:53:41 UTC (rev 8349)
+++ branches/1.0/boot/runnix/runnix.mk 2017-05-28 12:57:12 UTC (rev 8350)
@@ -7,6 +7,7 @@
RUNNIX_VERSION = 0.5-8348
RUNNIX_SOURCE = runnix-$(RUNNIX_VERSION).tar.gz
RUNNIX_SITE = http://mirror.astlinux-project.org/runnix5
+RUNNIX_DEPENDENCIES = host-fdisk
RUNFS_DIR = $(BUILD_DIR)/runfs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-27 15:53:43
|
Revision: 8349
http://sourceforge.net/p/astlinux/code/8349
Author: abelbeck
Date: 2017-05-27 15:53:41 +0000 (Sat, 27 May 2017)
Log Message:
-----------
runnix, version bump to 0.5-8348
Modified Paths:
--------------
branches/1.0/boot/runnix/runnix.mk
Modified: branches/1.0/boot/runnix/runnix.mk
===================================================================
--- branches/1.0/boot/runnix/runnix.mk 2017-05-27 14:13:58 UTC (rev 8348)
+++ branches/1.0/boot/runnix/runnix.mk 2017-05-27 15:53:41 UTC (rev 8349)
@@ -4,7 +4,7 @@
#
#############################################################
-RUNNIX_VERSION = 0.5-8335
+RUNNIX_VERSION = 0.5-8348
RUNNIX_SOURCE = runnix-$(RUNNIX_VERSION).tar.gz
RUNNIX_SITE = http://mirror.astlinux-project.org/runnix5
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-27 14:14:01
|
Revision: 8348
http://sourceforge.net/p/astlinux/code/8348
Author: abelbeck
Date: 2017-05-27 14:13:58 +0000 (Sat, 27 May 2017)
Log Message:
-----------
update ChangeLog
Modified Paths:
--------------
branches/1.0/docs/ChangeLog.txt
Modified: branches/1.0/docs/ChangeLog.txt
===================================================================
--- branches/1.0/docs/ChangeLog.txt 2017-05-27 14:07:46 UTC (rev 8347)
+++ branches/1.0/docs/ChangeLog.txt 2017-05-27 14:13:58 UTC (rev 8348)
@@ -23,7 +23,8 @@
-- Linux Kernel 3.16.43 (major bump)
--- RUNNIX, version bump to runnix-0.5-8335, with Linux Kernel 3.16.43, dropbear 2017.75
+-- RUNNIX, version bump to runnix-0.5-8348, with Linux Kernel 3.16.43, dropbear 2017.75
+ Added kernel drivers: virtio_net and virtio-scsi
Note: Now uses a PAE kernel for full RAM support
-- r8168 version bump to 8.044.02 RealTek PCI-Express Gigabit Ethernet Linux driver
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-27 14:07:49
|
Revision: 8347
http://sourceforge.net/p/astlinux/code/8347
Author: abelbeck
Date: 2017-05-27 14:07:46 +0000 (Sat, 27 May 2017)
Log Message:
-----------
runnix and runnix-iso, enable virtio_net, only adds 8 KB to image, even though VM's offer a console, an SSH session is often more convenient
Modified Paths:
--------------
branches/1.0/project/runnix/geni586/linux.config
branches/1.0/project/runnix-iso/geni586/linux.config
Modified: branches/1.0/project/runnix/geni586/linux.config
===================================================================
--- branches/1.0/project/runnix/geni586/linux.config 2017-05-27 02:23:29 UTC (rev 8346)
+++ branches/1.0/project/runnix/geni586/linux.config 2017-05-27 14:07:46 UTC (rev 8347)
@@ -981,7 +981,7 @@
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
-# CONFIG_VIRTIO_NET is not set
+CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set
@@ -2525,6 +2525,6 @@
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
-# CONFIG_AVERAGE is not set
+CONFIG_AVERAGE=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
Modified: branches/1.0/project/runnix-iso/geni586/linux.config
===================================================================
--- branches/1.0/project/runnix-iso/geni586/linux.config 2017-05-27 02:23:29 UTC (rev 8346)
+++ branches/1.0/project/runnix-iso/geni586/linux.config 2017-05-27 14:07:46 UTC (rev 8347)
@@ -982,7 +982,7 @@
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
-# CONFIG_VIRTIO_NET is not set
+CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set
@@ -2526,6 +2526,6 @@
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
-# CONFIG_AVERAGE is not set
+CONFIG_AVERAGE=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-27 02:23:31
|
Revision: 8346
http://sourceforge.net/p/astlinux/code/8346
Author: abelbeck
Date: 2017-05-27 02:23:29 +0000 (Sat, 27 May 2017)
Log Message:
-----------
update ChangeLog
Modified Paths:
--------------
branches/1.0/docs/ChangeLog.txt
Modified: branches/1.0/docs/ChangeLog.txt
===================================================================
--- branches/1.0/docs/ChangeLog.txt 2017-05-26 17:55:25 UTC (rev 8345)
+++ branches/1.0/docs/ChangeLog.txt 2017-05-27 02:23:29 UTC (rev 8346)
@@ -13,6 +13,7 @@
** IMPORTANT NOTICE
-- "net5501" and "alix" board types have reached end-of-life. AstLinux 1.2.10 was the last supported version.
+ A custom build can still be used to generate 'run' images for "net5501" and "alix" board types.
-- Current supported board types are: "geni586", "geni586-serial", "genx86_64", "genx86_64-serial" and "genx86_64-vm"
@@ -31,7 +32,7 @@
-- libsodium, version bump to 1.0.12
--- sqlite, version bump to 3.18.2
+-- sqlite, version bump to 3.19.2
-- tiff, version bump to 4.0.8, security fixes: 13 CVE's
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-26 17:55:27
|
Revision: 8345
http://sourceforge.net/p/astlinux/code/8345
Author: abelbeck
Date: 2017-05-26 17:55:25 +0000 (Fri, 26 May 2017)
Log Message:
-----------
update ChangeLog
Modified Paths:
--------------
branches/1.0/docs/ChangeLog.txt
Modified: branches/1.0/docs/ChangeLog.txt
===================================================================
--- branches/1.0/docs/ChangeLog.txt 2017-05-26 14:01:25 UTC (rev 8344)
+++ branches/1.0/docs/ChangeLog.txt 2017-05-26 17:55:25 UTC (rev 8345)
@@ -10,7 +10,58 @@
Released @TBD@
+** IMPORTANT NOTICE
+-- "net5501" and "alix" board types have reached end-of-life. AstLinux 1.2.10 was the last supported version.
+
+-- Current supported board types are: "geni586", "geni586-serial", "genx86_64", "genx86_64-serial" and "genx86_64-vm"
+
+-- The default serial baud rate is now 115200 instead of the previous 19200. Upgrading RUNNIX will default to 115200.
+
+** System
+
+-- Linux Kernel 3.16.43 (major bump)
+
+-- RUNNIX, version bump to runnix-0.5-8335, with Linux Kernel 3.16.43, dropbear 2017.75
+ Note: Now uses a PAE kernel for full RAM support
+
+-- r8168 version bump to 8.044.02 RealTek PCI-Express Gigabit Ethernet Linux driver
+
+-- genx86_64-vm board type, add support for virtio-scsi as a bootable disk driver, also added to RUNNIX.
+
+-- libsodium, version bump to 1.0.12
+
+-- sqlite, version bump to 3.18.2
+
+-- tiff, version bump to 4.0.8, security fixes: 13 CVE's
+
+-- sudo, version bump to 1.8.20
+
+-- dialog, version bump to 1.3-20170509
+
+** Networking
+
+-- dnscrypt-proxy, version bump to 1.9.5
+
+** Asterisk
+
+-- Asterisk 11.25.1 (no change) and 13.15.1 (no change)
+
+-- DAHDI, dahdi-linux 2.8.0.1 (no change) and dahdi-tools 2.8.0 (no change)
+
+-- pjsip 2.6 (no change)
+
+-- FOP2, available version bump to 2.31.09.
+ Note: If you have a license, you may need to purchase an "Annual Software Maintenance" license if you upgrade.
+ More info: http://doc.astlinux-project.org/userdoc:tt_asterisk-fop2-upgrade
+
+-- rhino, version bump to 0.99.7
+
+** Web Interface
+
+-- Status tab, RAM Memory, replaced "Free" with "Available" as per /proc/meminfo .
+
+
Additions for AstLinux 1.2.10:
=============================
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-26 14:01:27
|
Revision: 8344
http://sourceforge.net/p/astlinux/code/8344
Author: abelbeck
Date: 2017-05-26 14:01:25 +0000 (Fri, 26 May 2017)
Log Message:
-----------
dialog, version bump to 1.3-20170509
Modified Paths:
--------------
branches/1.0/package/dialog/dialog.mk
Modified: branches/1.0/package/dialog/dialog.mk
===================================================================
--- branches/1.0/package/dialog/dialog.mk 2017-05-26 13:09:07 UTC (rev 8343)
+++ branches/1.0/package/dialog/dialog.mk 2017-05-26 14:01:25 UTC (rev 8344)
@@ -3,7 +3,7 @@
# dialog
#
#############################################################
-DIALOG_VERSION = 1.2-20150125
+DIALOG_VERSION = 1.3-20170509
DIALOG_SOURCE = dialog-$(DIALOG_VERSION).tgz
DIALOG_SITE = ftp://invisible-island.net/dialog
DIALOG_DEPENDENCIES = host-pkg-config ncurses
@@ -15,7 +15,7 @@
NCURSES_CONFIG=$(STAGING_DIR)/usr/bin/ncurses5-config
ifneq ($(BR2_ENABLE_LOCALE),y)
-DIALOG_DEPENDENCIES+=libiconv
+DIALOG_DEPENDENCIES += libiconv
endif
define DIALOG_INSTALL_TARGET_CMDS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-26 13:09:09
|
Revision: 8343
http://sourceforge.net/p/astlinux/code/8343
Author: abelbeck
Date: 2017-05-26 13:09:07 +0000 (Fri, 26 May 2017)
Log Message:
-----------
vsftpd, follow Debian's lead and set 'seccomp_sandbox=NO' as the default, fixes issues with x86_64 and 3.16.x kernel
Ref: https://anonscm.debian.org/cgit/collab-maint/vsftpd.git/commit/debian/patches?id=05a1777b2aa2d5ece9f8d3eb5e21965037b97da7
Added Paths:
-----------
branches/1.0/package/vsftpd/vsftpd-0010-seccomp-sandbox.patch
Removed Paths:
-------------
branches/1.0/package/vsftpd/vsftpd-0002-dont-force-largefile.patch
Deleted: branches/1.0/package/vsftpd/vsftpd-0002-dont-force-largefile.patch
===================================================================
--- branches/1.0/package/vsftpd/vsftpd-0002-dont-force-largefile.patch 2017-05-25 22:42:13 UTC (rev 8342)
+++ branches/1.0/package/vsftpd/vsftpd-0002-dont-force-largefile.patch 2017-05-26 13:09:07 UTC (rev 8343)
@@ -1,27 +0,0 @@
-[PATCH] vsftpd: don't enforce largefile support
-
-In Buildroot we enable/disable largefile support globally, and pass the
-correct defines in CFLAGS, so don't enforce it unconditionally.
-
-Signed-off-by: Peter Korsgaard <ja...@su...>
----
- sysutil.c | 6 ------
- 1 file changed, 6 deletions(-)
-
-Index: vsftpd-2.3.2/sysutil.c
-===================================================================
---- vsftpd-2.3.2.orig/sysutil.c
-+++ vsftpd-2.3.2/sysutil.c
-@@ -17,12 +17,6 @@
- #include "tunables.h"
- #include "sysdeputil.h"
-
--/* Activate 64-bit file support on Linux/32bit plus others */
--#define _FILE_OFFSET_BITS 64
--#define _LARGEFILE_SOURCE 1
--#define _LARGEFILE64_SOURCE 1
--#define _LARGE_FILES 1
--
- /* For Linux, this adds nothing :-) */
- #include "port/porting_junk.h"
-
Added: branches/1.0/package/vsftpd/vsftpd-0010-seccomp-sandbox.patch
===================================================================
--- branches/1.0/package/vsftpd/vsftpd-0010-seccomp-sandbox.patch (rev 0)
+++ branches/1.0/package/vsftpd/vsftpd-0010-seccomp-sandbox.patch 2017-05-26 13:09:07 UTC (rev 8343)
@@ -0,0 +1,19 @@
+Description: Change default of seccomp_sandbox
+Author: Jörg Frings-Fürst <de...@jf...>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735357
+Last-Update: 2015-05-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/tunables.c
+===================================================================
+--- trunk.orig/tunables.c
++++ trunk/tunables.c
+@@ -226,7 +226,7 @@ tunables_load_defaults()
+ tunable_isolate_network = 1;
+ tunable_ftp_enable = 1;
+ tunable_http_enable = 0;
+- tunable_seccomp_sandbox = 1;
++ tunable_seccomp_sandbox = 0;
+ tunable_allow_writeable_chroot = 0;
+
+ tunable_accept_timeout = 60;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-25 22:42:16
|
Revision: 8342
http://sourceforge.net/p/astlinux/code/8342
Author: abelbeck
Date: 2017-05-25 22:42:13 +0000 (Thu, 25 May 2017)
Log Message:
-----------
sqlite, version bump to 3.19.2
Modified Paths:
--------------
branches/1.0/package/sqlite/sqlite.mk
Modified: branches/1.0/package/sqlite/sqlite.mk
===================================================================
--- branches/1.0/package/sqlite/sqlite.mk 2017-05-25 17:05:30 UTC (rev 8341)
+++ branches/1.0/package/sqlite/sqlite.mk 2017-05-25 22:42:13 UTC (rev 8342)
@@ -4,7 +4,7 @@
#
#############################################################
-SQLITE_VERSION = 3190100
+SQLITE_VERSION = 3190200
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = http://www.sqlite.org/2017
SQLITE_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-25 17:05:33
|
Revision: 8341
http://sourceforge.net/p/astlinux/code/8341
Author: abelbeck
Date: 2017-05-25 17:05:30 +0000 (Thu, 25 May 2017)
Log Message:
-----------
sqlite, version bump to 3.19.1
Modified Paths:
--------------
branches/1.0/package/sqlite/sqlite.mk
Modified: branches/1.0/package/sqlite/sqlite.mk
===================================================================
--- branches/1.0/package/sqlite/sqlite.mk 2017-05-25 16:48:46 UTC (rev 8340)
+++ branches/1.0/package/sqlite/sqlite.mk 2017-05-25 17:05:30 UTC (rev 8341)
@@ -4,7 +4,7 @@
#
#############################################################
-SQLITE_VERSION = 3180000
+SQLITE_VERSION = 3190100
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = http://www.sqlite.org/2017
SQLITE_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-25 16:48:49
|
Revision: 8340
http://sourceforge.net/p/astlinux/code/8340
Author: abelbeck
Date: 2017-05-25 16:48:46 +0000 (Thu, 25 May 2017)
Log Message:
-----------
tiff, version bump to 4.0.8, security fixes: 13+ CVE's
Modified Paths:
--------------
branches/1.0/package/tiff/tiff.mk
Modified: branches/1.0/package/tiff/tiff.mk
===================================================================
--- branches/1.0/package/tiff/tiff.mk 2017-05-25 15:46:31 UTC (rev 8339)
+++ branches/1.0/package/tiff/tiff.mk 2017-05-25 16:48:46 UTC (rev 8340)
@@ -3,7 +3,7 @@
# tiff
#
#############################################################
-TIFF_VERSION = 4.0.7
+TIFF_VERSION = 4.0.8
TIFF_SITE = http://download.osgeo.org/libtiff
TIFF_SOURCE = tiff-$(TIFF_VERSION).tar.gz
TIFF_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-25 15:46:33
|
Revision: 8339
http://sourceforge.net/p/astlinux/code/8339
Author: abelbeck
Date: 2017-05-25 15:46:31 +0000 (Thu, 25 May 2017)
Log Message:
-----------
sudo, version bump to 1.8.20
Modified Paths:
--------------
branches/1.0/package/sudo/sudo.mk
Modified: branches/1.0/package/sudo/sudo.mk
===================================================================
--- branches/1.0/package/sudo/sudo.mk 2017-05-25 15:37:44 UTC (rev 8338)
+++ branches/1.0/package/sudo/sudo.mk 2017-05-25 15:46:31 UTC (rev 8339)
@@ -4,7 +4,7 @@
#
#############################################################
-SUDO_VERSION = 1.8.19p2
+SUDO_VERSION = 1.8.20
SUDO_SITE = http://www.sudo.ws/sudo/dist
# This is to avoid sudo's make install from chown()ing files which fails
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-25 15:37:45
|
Revision: 8338
http://sourceforge.net/p/astlinux/code/8338
Author: abelbeck
Date: 2017-05-25 15:37:44 +0000 (Thu, 25 May 2017)
Log Message:
-----------
libsodium, version bump to 1.0.12 and dnscrypt-proxy, version bump to 1.9.5
Modified Paths:
--------------
branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk
branches/1.0/package/libsodium/libsodium.mk
Modified: branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk
===================================================================
--- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk 2017-05-25 15:04:38 UTC (rev 8337)
+++ branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk 2017-05-25 15:37:44 UTC (rev 8338)
@@ -3,7 +3,7 @@
# dnscrypt-proxy
#
#############################################################
-DNSCRYPT_PROXY_VERSION = 1.9.1
+DNSCRYPT_PROXY_VERSION = 1.9.5
DNSCRYPT_PROXY_SOURCE = dnscrypt-proxy-$(DNSCRYPT_PROXY_VERSION).tar.bz2
DNSCRYPT_PROXY_SITE = https://download.dnscrypt.org/dnscrypt-proxy
Modified: branches/1.0/package/libsodium/libsodium.mk
===================================================================
--- branches/1.0/package/libsodium/libsodium.mk 2017-05-25 15:04:38 UTC (rev 8337)
+++ branches/1.0/package/libsodium/libsodium.mk 2017-05-25 15:37:44 UTC (rev 8338)
@@ -3,7 +3,7 @@
# libsodium
#
#############################################################
-LIBSODIUM_VERSION = 1.0.11
+LIBSODIUM_VERSION = 1.0.12
LIBSODIUM_SOURCE = libsodium-$(LIBSODIUM_VERSION).tar.gz
LIBSODIUM_SITE = https://github.com/jedisct1/libsodium/releases/download/$(LIBSODIUM_VERSION)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-25 15:04:41
|
Revision: 8337
http://sourceforge.net/p/astlinux/code/8337
Author: abelbeck
Date: 2017-05-25 15:04:38 +0000 (Thu, 25 May 2017)
Log Message:
-----------
asterisk-fop2, version bump to 2.31.09
Modified Paths:
--------------
branches/1.0/package/asterisk-fop2/asterisk-fop2.mk
branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package
Modified: branches/1.0/package/asterisk-fop2/asterisk-fop2.mk
===================================================================
--- branches/1.0/package/asterisk-fop2/asterisk-fop2.mk 2017-05-25 00:16:42 UTC (rev 8336)
+++ branches/1.0/package/asterisk-fop2/asterisk-fop2.mk 2017-05-25 15:04:38 UTC (rev 8337)
@@ -3,7 +3,7 @@
# asterisk-fop2
#
#############################################################
-ASTERISK_FOP2_VERSION = 2.31.08
+ASTERISK_FOP2_VERSION = 2.31.09
ASTERISK_FOP2_SOURCE = fop2-$(ASTERISK_FOP2_VERSION)-debian-i386.tgz
ASTERISK_FOP2_SITE = http://download2.fop2.com
# Note: be sure to edit "project/astlinux/target_skeleton/usr/sbin/upgrade-package" on version change
Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package 2017-05-25 00:16:42 UTC (rev 8336)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package 2017-05-25 15:04:38 UTC (rev 8337)
@@ -248,7 +248,7 @@
if ! RAM_needed_MB 475; then
finish $RED "Not enough RAM installed. Minimum: 512 MB, Recommended: 1024+ MB"
fi
- SRC_URL="https://files.astlinux-project.org/fop2-2.31.08-debian-$(uname -m | sed -e 's/i.86/i386/').tgz"
+ SRC_URL="https://files.astlinux-project.org/fop2-2.31.09-debian-$(uname -m | sed -e 's/i.86/i386/').tgz"
;;
show)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-25 00:16:44
|
Revision: 8336
http://sourceforge.net/p/astlinux/code/8336
Author: abelbeck
Date: 2017-05-25 00:16:42 +0000 (Thu, 25 May 2017)
Log Message:
-----------
runnix, version bump to 0.5-8335
Modified Paths:
--------------
branches/1.0/boot/runnix/runnix.mk
Modified: branches/1.0/boot/runnix/runnix.mk
===================================================================
--- branches/1.0/boot/runnix/runnix.mk 2017-05-24 23:35:17 UTC (rev 8335)
+++ branches/1.0/boot/runnix/runnix.mk 2017-05-25 00:16:42 UTC (rev 8336)
@@ -4,7 +4,7 @@
#
#############################################################
-RUNNIX_VERSION = 0.5-8326
+RUNNIX_VERSION = 0.5-8335
RUNNIX_SOURCE = runnix-$(RUNNIX_VERSION).tar.gz
RUNNIX_SITE = http://mirror.astlinux-project.org/runnix5
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-24 23:35:19
|
Revision: 8335
http://sourceforge.net/p/astlinux/code/8335
Author: abelbeck
Date: 2017-05-24 23:35:17 +0000 (Wed, 24 May 2017)
Log Message:
-----------
Enable virtio-scsi as a bootable disk driver for both RUNNIX and the genx86_64-vm AstLinux, adds very little extra size to RUNNIX. Also add virtio-scsi to the ISO Installer (runnix-iso). Thanks much to Michael Keuter for the suggestion and detailed testing
Modified Paths:
--------------
branches/1.0/project/astlinux/board/genx86_64-vm/target_skeleton/etc/rc.modules
branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config
branches/1.0/project/astlinux/target_skeleton/etc/rc
branches/1.0/project/runnix/geni586/linux.config
branches/1.0/project/runnix/target_skeleton/runnix
branches/1.0/project/runnix-iso/geni586/linux.config
branches/1.0/project/runnix-iso/target_skeleton/runnix
Modified: branches/1.0/project/astlinux/board/genx86_64-vm/target_skeleton/etc/rc.modules
===================================================================
--- branches/1.0/project/astlinux/board/genx86_64-vm/target_skeleton/etc/rc.modules 2017-05-24 15:41:24 UTC (rev 8334)
+++ branches/1.0/project/astlinux/board/genx86_64-vm/target_skeleton/etc/rc.modules 2017-05-24 23:35:17 UTC (rev 8335)
@@ -4,7 +4,7 @@
##
## Ethernet support
## Virtual first, then Emulated
-virtio-pci
+virtio_net
vmxnet3
pcnet32
e1000
Modified: branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config
===================================================================
--- branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2017-05-24 15:41:24 UTC (rev 8334)
+++ branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2017-05-24 23:35:17 UTC (rev 8335)
@@ -249,7 +249,7 @@
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
-# CONFIG_BLK_DEV_INTEGRITY is not set
+CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_CMDLINE_PARSER is not set
#
@@ -380,6 +380,7 @@
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
+CONFIG_NEED_BOUNCE_POOL=y
CONFIG_VIRT_TO_BUS=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
@@ -1206,7 +1207,7 @@
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_BFA_FC is not set
-# CONFIG_SCSI_VIRTIO is not set
+CONFIG_SCSI_VIRTIO=y
# CONFIG_SCSI_CHELSIO_FCOE is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
@@ -2765,12 +2766,12 @@
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
# CONFIG_VIRT_DRIVERS is not set
-CONFIG_VIRTIO=m
+CONFIG_VIRTIO=y
#
# Virtio drivers
#
-CONFIG_VIRTIO_PCI=m
+CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_BALLOON=m
# CONFIG_VIRTIO_MMIO is not set
@@ -3294,7 +3295,8 @@
# CONFIG_CRYPTO_CRC32C_INTEL is not set
# CONFIG_CRYPTO_CRC32 is not set
# CONFIG_CRYPTO_CRC32_PCLMUL is not set
-# CONFIG_CRYPTO_CRCT10DIF is not set
+CONFIG_CRYPTO_CRCT10DIF=y
+# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set
CONFIG_CRYPTO_GHASH=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
@@ -3388,7 +3390,7 @@
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
-# CONFIG_CRC_T10DIF is not set
+CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
Modified: branches/1.0/project/astlinux/target_skeleton/etc/rc
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/rc 2017-05-24 15:41:24 UTC (rev 8334)
+++ branches/1.0/project/astlinux/target_skeleton/etc/rc 2017-05-24 23:35:17 UTC (rev 8335)
@@ -224,6 +224,8 @@
(while read i; do
if [ "$i" = "sleep" ]; then
sleep 2
+ elif [ "$i" = "virtio-pci" ]; then
+ modprobe virtio_net 2>/dev/null
elif [ "$i" != "rtc" ]; then
modprobe $i 2>/dev/null
fi
Modified: branches/1.0/project/runnix/geni586/linux.config
===================================================================
--- branches/1.0/project/runnix/geni586/linux.config 2017-05-24 15:41:24 UTC (rev 8334)
+++ branches/1.0/project/runnix/geni586/linux.config 2017-05-24 23:35:17 UTC (rev 8335)
@@ -232,7 +232,7 @@
# CONFIG_LBDAF is not set
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
-# CONFIG_BLK_DEV_INTEGRITY is not set
+CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_CMDLINE_PARSER is not set
#
@@ -375,6 +375,7 @@
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
+CONFIG_NEED_BOUNCE_POOL=y
CONFIG_VIRT_TO_BUS=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
@@ -669,6 +670,7 @@
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
+# CONFIG_VIRTIO_BLK is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set
@@ -845,6 +847,7 @@
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_BFA_FC is not set
+CONFIG_SCSI_VIRTIO=y
# CONFIG_SCSI_CHELSIO_FCOE is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
@@ -978,6 +981,7 @@
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
+# CONFIG_VIRTIO_NET is not set
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set
@@ -1311,6 +1315,7 @@
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_TTY_PRINTK is not set
+# CONFIG_VIRTIO_CONSOLE is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
@@ -1318,6 +1323,7 @@
CONFIG_HW_RANDOM_AMD=y
# CONFIG_HW_RANDOM_GEODE is not set
# CONFIG_HW_RANDOM_VIA is not set
+# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_NVRAM is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
@@ -1951,11 +1957,13 @@
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
# CONFIG_VIRT_DRIVERS is not set
+CONFIG_VIRTIO=y
#
# Virtio drivers
#
-# CONFIG_VIRTIO_PCI is not set
+CONFIG_VIRTIO_PCI=y
+# CONFIG_VIRTIO_BALLOON is not set
# CONFIG_VIRTIO_MMIO is not set
#
@@ -2416,7 +2424,7 @@
# CONFIG_CRYPTO_CRC32C_INTEL is not set
# CONFIG_CRYPTO_CRC32 is not set
# CONFIG_CRYPTO_CRC32_PCLMUL is not set
-# CONFIG_CRYPTO_CRCT10DIF is not set
+CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_GHASH is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
@@ -2493,7 +2501,7 @@
CONFIG_GENERIC_IO=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
-# CONFIG_CRC_T10DIF is not set
+CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
Modified: branches/1.0/project/runnix/target_skeleton/runnix
===================================================================
--- branches/1.0/project/runnix/target_skeleton/runnix 2017-05-24 15:41:24 UTC (rev 8334)
+++ branches/1.0/project/runnix/target_skeleton/runnix 2017-05-24 23:35:17 UTC (rev 8335)
@@ -157,6 +157,9 @@
fi
done
+# Control kernel console messages
+sysctl -w kernel.printk="3 4 1 3" >/dev/null
+
hostname runnix
# Loader not found
Modified: branches/1.0/project/runnix-iso/geni586/linux.config
===================================================================
--- branches/1.0/project/runnix-iso/geni586/linux.config 2017-05-24 15:41:24 UTC (rev 8334)
+++ branches/1.0/project/runnix-iso/geni586/linux.config 2017-05-24 23:35:17 UTC (rev 8335)
@@ -232,7 +232,7 @@
# CONFIG_LBDAF is not set
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
-# CONFIG_BLK_DEV_INTEGRITY is not set
+CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_CMDLINE_PARSER is not set
#
@@ -375,6 +375,7 @@
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
+CONFIG_NEED_BOUNCE_POOL=y
CONFIG_VIRT_TO_BUS=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
@@ -669,6 +670,7 @@
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
+# CONFIG_VIRTIO_BLK is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set
@@ -846,6 +848,7 @@
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_BFA_FC is not set
+CONFIG_SCSI_VIRTIO=y
# CONFIG_SCSI_CHELSIO_FCOE is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
@@ -979,6 +982,7 @@
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
+# CONFIG_VIRTIO_NET is not set
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set
@@ -1312,6 +1316,7 @@
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_TTY_PRINTK is not set
+# CONFIG_VIRTIO_CONSOLE is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
@@ -1319,6 +1324,7 @@
CONFIG_HW_RANDOM_AMD=y
# CONFIG_HW_RANDOM_GEODE is not set
# CONFIG_HW_RANDOM_VIA is not set
+# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_NVRAM is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
@@ -1952,11 +1958,13 @@
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
# CONFIG_VIRT_DRIVERS is not set
+CONFIG_VIRTIO=y
#
# Virtio drivers
#
-# CONFIG_VIRTIO_PCI is not set
+CONFIG_VIRTIO_PCI=y
+# CONFIG_VIRTIO_BALLOON is not set
# CONFIG_VIRTIO_MMIO is not set
#
@@ -2417,7 +2425,7 @@
# CONFIG_CRYPTO_CRC32C_INTEL is not set
# CONFIG_CRYPTO_CRC32 is not set
# CONFIG_CRYPTO_CRC32_PCLMUL is not set
-# CONFIG_CRYPTO_CRCT10DIF is not set
+CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_GHASH is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
@@ -2494,7 +2502,7 @@
CONFIG_GENERIC_IO=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
-# CONFIG_CRC_T10DIF is not set
+CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
Modified: branches/1.0/project/runnix-iso/target_skeleton/runnix
===================================================================
--- branches/1.0/project/runnix-iso/target_skeleton/runnix 2017-05-24 15:41:24 UTC (rev 8334)
+++ branches/1.0/project/runnix-iso/target_skeleton/runnix 2017-05-24 23:35:17 UTC (rev 8335)
@@ -166,6 +166,9 @@
done
fi
+# Control kernel console messages
+sysctl -w kernel.printk="3 4 1 3" >/dev/null
+
hostname runnix
# Loader not found
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-24 15:41:27
|
Revision: 8334
http://sourceforge.net/p/astlinux/code/8334
Author: abelbeck
Date: 2017-05-24 15:41:24 +0000 (Wed, 24 May 2017)
Log Message:
-----------
runnix, version bump to 0.5-8326, runnix-0.5 uses a PAE kernel for full RAM support, simplify and modernize build system
Note: For deprecated net5501/alix boards, building custom .run images is fine, though also building corresponding .img images including runnix-0.5 will not boot
Modified Paths:
--------------
branches/1.0/astlinux-ast11.config
branches/1.0/astlinux-ast13.config
branches/1.0/boot/runnix/Config.in
branches/1.0/boot/runnix/runnix.mk
branches/1.0/x86_64-configs/astlinux-ast11.config
branches/1.0/x86_64-configs/astlinux-ast13.config
Modified: branches/1.0/astlinux-ast11.config
===================================================================
--- branches/1.0/astlinux-ast11.config 2017-05-24 13:54:18 UTC (rev 8333)
+++ branches/1.0/astlinux-ast11.config 2017-05-24 15:41:24 UTC (rev 8334)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8232-dirty Configuration
-# Sat Mar 25 20:00:20 2017
+# Buildroot astlinux-1.x-svn8333-dirty Configuration
+# Wed May 24 10:13:13 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -905,7 +905,6 @@
# BR2_TARGET_GRUB is not set
# BR2_TARGET_SYSLINUX is not set
BR2_TARGET_RUNNIX=y
-BR2_TARGET_RUNNIX_NDEV=""
# BR2_TARGET_UBOOT is not set
#
Modified: branches/1.0/astlinux-ast13.config
===================================================================
--- branches/1.0/astlinux-ast13.config 2017-05-24 13:54:18 UTC (rev 8333)
+++ branches/1.0/astlinux-ast13.config 2017-05-24 15:41:24 UTC (rev 8334)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8232-dirty Configuration
-# Sat Mar 25 20:00:23 2017
+# Buildroot astlinux-1.x-svn8333-dirty Configuration
+# Wed May 24 10:13:13 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -905,7 +905,6 @@
# BR2_TARGET_GRUB is not set
# BR2_TARGET_SYSLINUX is not set
BR2_TARGET_RUNNIX=y
-BR2_TARGET_RUNNIX_NDEV=""
# BR2_TARGET_UBOOT is not set
#
Modified: branches/1.0/boot/runnix/Config.in
===================================================================
--- branches/1.0/boot/runnix/Config.in 2017-05-24 13:54:18 UTC (rev 8333)
+++ branches/1.0/boot/runnix/Config.in 2017-05-24 15:41:24 UTC (rev 8334)
@@ -5,12 +5,5 @@
help
The runnix bootloader for x86 systems
- http://www.runnix.org
+ http://www.astlinux-project.org
-config BR2_TARGET_RUNNIX_NDEV
- string "runnix_ndev"
- default ""
- depends on BR2_TARGET_RUNNIX
- help
- Internet to boot from in os/default.conf (usually "eth0").
-
Modified: branches/1.0/boot/runnix/runnix.mk
===================================================================
--- branches/1.0/boot/runnix/runnix.mk 2017-05-24 13:54:18 UTC (rev 8333)
+++ branches/1.0/boot/runnix/runnix.mk 2017-05-24 15:41:24 UTC (rev 8334)
@@ -3,50 +3,26 @@
# runnix
#
#############################################################
-RUNNIX_VER:=0.4-8057
-RUNNIX_SOURCE:=runnix-$(RUNNIX_VER).tar.gz
-RUNNIX_SITE:=http://mirror.astlinux-project.org/runnix4
-RUNNIX_DIR:=$(BUILD_DIR)/runnix-$(RUNNIX_VER)
-RUNNIX_CAT:=zcat
-RUNFS_DIR:=$(BUILD_DIR)/runfs
-RUNNIX_NDEV:=$(patsubst "%",%,$(BR2_TARGET_RUNNIX_NDEV))
+RUNNIX_VERSION = 0.5-8326
+RUNNIX_SOURCE = runnix-$(RUNNIX_VERSION).tar.gz
+RUNNIX_SITE = http://mirror.astlinux-project.org/runnix5
-$(DL_DIR)/$(RUNNIX_SOURCE):
- $(WGET) -P $(DL_DIR) $(RUNNIX_SITE)/$(RUNNIX_SOURCE)
+RUNFS_DIR = $(BUILD_DIR)/runfs
-$(RUNNIX_DIR)/.unpacked: $(DL_DIR)/$(RUNNIX_SOURCE) | host-fdisk
- $(RUNNIX_CAT) $(DL_DIR)/$(RUNNIX_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- touch $(RUNNIX_DIR)/.unpacked
-
-$(RUNFS_DIR)/runnix: $(RUNNIX_DIR)/.unpacked
+define RUNNIX_RUNFS_EXTRACT
mkdir -p $(RUNFS_DIR)
- cp -af $(RUNNIX_DIR)/rootfs_vfat/* $(RUNFS_DIR)
+ cp -af $(@D)/rootfs_vfat/* $(RUNFS_DIR)
rm -f $(RUNFS_DIR)/*.sample
-ifneq ($(RUNNIX_NDEV),)
- ifneq ($(RUNNIX_NDEV),eth0)
- $(SED) 's/^NDEV="eth[0-9]"$$/NDEV="$(RUNNIX_NDEV)"/' \
- $(RUNFS_DIR)/os/default.conf
- endif
-endif
- touch -c $(RUNFS_DIR)/runnix
+endef
+RUNNIX_POST_EXTRACT_HOOKS += RUNNIX_RUNFS_EXTRACT
-runnix: $(RUNFS_DIR)/runnix
-
-runfs-dirclean:
+define RUNNIX_CLEAN_CMDS
rm -rf $(RUNFS_DIR)
+endef
-runnix-dirclean:
- rm -rf $(RUNNIX_DIR)
+$(eval $(call GENTARGETS,boot,runnix))
runfs: runnix
-
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-ifeq ($(strip $(BR2_TARGET_RUNNIX)),y)
-TARGETS+=runnix
-endif
-
+runfs-clean: runnix-clean
+runfs-dirclean: runnix-dirclean
Modified: branches/1.0/x86_64-configs/astlinux-ast11.config
===================================================================
--- branches/1.0/x86_64-configs/astlinux-ast11.config 2017-05-24 13:54:18 UTC (rev 8333)
+++ branches/1.0/x86_64-configs/astlinux-ast11.config 2017-05-24 15:41:24 UTC (rev 8334)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8232-dirty Configuration
-# Sat Mar 25 20:00:44 2017
+# Buildroot astlinux-1.x-svn8333-dirty Configuration
+# Wed May 24 10:13:14 2017
#
BR2_HAVE_DOT_CONFIG=y
BR2_ARCH_IS_64=y
@@ -886,7 +886,6 @@
# BR2_TARGET_GRUB is not set
# BR2_TARGET_SYSLINUX is not set
BR2_TARGET_RUNNIX=y
-BR2_TARGET_RUNNIX_NDEV=""
# BR2_TARGET_UBOOT is not set
#
Modified: branches/1.0/x86_64-configs/astlinux-ast13.config
===================================================================
--- branches/1.0/x86_64-configs/astlinux-ast13.config 2017-05-24 13:54:18 UTC (rev 8333)
+++ branches/1.0/x86_64-configs/astlinux-ast13.config 2017-05-24 15:41:24 UTC (rev 8334)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8232-dirty Configuration
-# Sat Mar 25 20:00:47 2017
+# Buildroot astlinux-1.x-svn8333-dirty Configuration
+# Wed May 24 10:13:14 2017
#
BR2_HAVE_DOT_CONFIG=y
BR2_ARCH_IS_64=y
@@ -886,7 +886,6 @@
# BR2_TARGET_GRUB is not set
# BR2_TARGET_SYSLINUX is not set
BR2_TARGET_RUNNIX=y
-BR2_TARGET_RUNNIX_NDEV=""
# BR2_TARGET_UBOOT is not set
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-24 13:54:20
|
Revision: 8333
http://sourceforge.net/p/astlinux/code/8333
Author: abelbeck
Date: 2017-05-24 13:54:18 +0000 (Wed, 24 May 2017)
Log Message:
-----------
upgrade-RUNNIX-image script, add automatic support for runnix-0.5 if PAE is available
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image
Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image 2017-05-24 13:27:38 UTC (rev 8332)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image 2017-05-24 13:54:18 UTC (rev 8333)
@@ -6,8 +6,9 @@
# green color message for web interface
GREEN=0
#
-# Default RUNNIX Repository
-SRC_URL="https://mirror.astlinux-project.org/runnix4"
+# Default RUNNIX Repositories
+SRC_URL4="https://mirror.astlinux-project.org/runnix4"
+SRC_URL5="https://mirror.astlinux-project.org/runnix5"
#
# Default RUNNIX Version (use if no local 'ver' file)
RUN_VER="runnix-0.2.1"
@@ -301,6 +302,13 @@
exit $ORANGE
fi
+# runnix-0.5 requires a CPU with PAE
+if grep -q '^flags.*:.* pae ' /proc/cpuinfo; then
+ SRC_URL="$SRC_URL5"
+else
+ SRC_URL="$SRC_URL4"
+fi
+
case $1 in
check)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-24 13:27:40
|
Revision: 8332
http://sourceforge.net/p/astlinux/code/8332
Author: abelbeck
Date: 2017-05-24 13:27:38 +0000 (Wed, 24 May 2017)
Log Message:
-----------
qemu, version bump to 2.9.0, patch provided by David Kerr
Modified Paths:
--------------
branches/1.0/package/qemu/qemu.mk
Modified: branches/1.0/package/qemu/qemu.mk
===================================================================
--- branches/1.0/package/qemu/qemu.mk 2017-05-24 13:04:37 UTC (rev 8331)
+++ branches/1.0/package/qemu/qemu.mk 2017-05-24 13:27:38 UTC (rev 8332)
@@ -4,7 +4,7 @@
#
################################################################################
-QEMU_VERSION = 2.6.2
+QEMU_VERSION = 2.9.0
QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.bz2
QEMU_SITE = http://wiki.qemu.org/download
@@ -68,41 +68,42 @@
endif
define QEMU_CONFIGURE_CMDS
- ( cd $(@D); \
- LIBS='$(QEMU_LIBS)' \
- $(TARGET_CONFIGURE_OPTS) \
- $(TARGET_CONFIGURE_ARGS) \
- $(QEMU_VARS) \
- ./configure \
- --prefix=/usr \
- --cross-prefix=$(TARGET_CROSS) \
- --sysconfdir=/etc \
- --with-system-pixman \
- --audio-drv-list= \
- --enable-kvm \
- --enable-attr \
- --enable-vhost-net \
- --enable-uuid \
- --disable-bsd-user \
- --disable-xen \
- --disable-slirp \
- --disable-virtfs \
- --disable-brlapi \
- --disable-curses \
- --disable-curl \
- --disable-bluez \
- --disable-vde \
- --disable-linux-aio \
- --disable-cap-ng \
- --disable-docs \
- --disable-spice \
- --disable-rbd \
- --disable-libiscsi \
- --disable-usb-redir \
- --disable-strip \
- --disable-seccomp \
- --disable-sparse \
- $(QEMU_OPTS) \
+ ( cd $(@D); \
+ LIBS='$(QEMU_LIBS)' \
+ $(TARGET_CONFIGURE_OPTS) \
+ $(TARGET_CONFIGURE_ARGS) \
+ CPP="$(TARGET_CC) -E" \
+ $(QEMU_VARS) \
+ ./configure \
+ --prefix=/usr \
+ --cross-prefix=$(TARGET_CROSS) \
+ --sysconfdir=/etc \
+ --with-system-pixman \
+ --audio-drv-list= \
+ --enable-kvm \
+ --enable-attr \
+ --enable-vhost-net \
+ --enable-uuid \
+ --disable-bsd-user \
+ --disable-xen \
+ --disable-slirp \
+ --disable-virtfs \
+ --disable-brlapi \
+ --disable-curses \
+ --disable-curl \
+ --disable-bluez \
+ --disable-vde \
+ --disable-linux-aio \
+ --disable-cap-ng \
+ --disable-docs \
+ --disable-spice \
+ --disable-rbd \
+ --disable-libiscsi \
+ --disable-usb-redir \
+ --disable-strip \
+ --disable-seccomp \
+ --disable-sparse \
+ $(QEMU_OPTS) \
)
endef
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-24 13:04:39
|
Revision: 8331
http://sourceforge.net/p/astlinux/code/8331
Author: abelbeck
Date: 2017-05-24 13:04:37 +0000 (Wed, 24 May 2017)
Log Message:
-----------
core system, remove an old exclude file used by a backup program long since removed
Removed Paths:
-------------
branches/1.0/project/astlinux/target_skeleton/etc/astup.ex
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/astup.ex
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/astup.ex 2017-05-24 12:52:50 UTC (rev 8330)
+++ branches/1.0/project/astlinux/target_skeleton/etc/astup.ex 2017-05-24 13:04:37 UTC (rev 8331)
@@ -1,16 +0,0 @@
-/dev/*
-/var/*
-/tmp/*
-/proc/*
-/mnt/kd/*
-/etc/group*
-/etc/passwd*
-/etc/gshadow*
-/etc/shadow*
-/etc/localtime
-/stat/dev/*
-/mnt/opt/*
-/usr/lib/asterisk/modules/codec_g729a.so
-/stat/var/lib/asterisk/licenses
-/etc/runlevels/custom/*
-/sys/*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-24 12:52:52
|
Revision: 8330
http://sourceforge.net/p/astlinux/code/8330
Author: abelbeck
Date: 2017-05-24 12:52:50 +0000 (Wed, 24 May 2017)
Log Message:
-----------
core network, PPPoE bridging, use 'sysctl' instead of poking to /proc/
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/etc/init.d/network
Modified: branches/1.0/project/astlinux/target_skeleton/etc/init.d/network
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/init.d/network 2017-05-23 23:41:11 UTC (rev 8329)
+++ branches/1.0/project/astlinux/target_skeleton/etc/init.d/network 2017-05-24 12:52:50 UTC (rev 8330)
@@ -516,8 +516,8 @@
br[012])
ip link set dev $PPPOEIF up
# because bridging does weird and unpleasant things to PPPoE packets
- echo "0" > /proc/sys/net/bridge/bridge-nf-call-iptables
- echo "0" > /proc/sys/net/bridge/bridge-nf-filter-pppoe-tagged
+ sysctl -w net/bridge/bridge-nf-call-iptables=0 >/dev/null
+ sysctl -w net/bridge/bridge-nf-filter-pppoe-tagged=0 >/dev/null
;;
esac
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-23 23:41:14
|
Revision: 8329
http://sourceforge.net/p/astlinux/code/8329
Author: abelbeck
Date: 2017-05-23 23:41:11 +0000 (Tue, 23 May 2017)
Log Message:
-----------
Replace Free memory with Available as per /proc/meminfo, console alert page and web interface Status tab
Modified Paths:
--------------
branches/1.0/package/webinterface/altweb/common/status.inc
branches/1.0/package/webinterface/altweb/common/version.php
branches/1.0/project/astlinux/target_skeleton/etc/init.d/alert
Modified: branches/1.0/package/webinterface/altweb/common/status.inc
===================================================================
--- branches/1.0/package/webinterface/altweb/common/status.inc 2017-05-23 21:35:41 UTC (rev 8328)
+++ branches/1.0/package/webinterface/altweb/common/status.inc 2017-05-23 23:41:11 UTC (rev 8329)
@@ -610,15 +610,15 @@
echo '<tr ', ($i++ % 2 == 0) ? 'class="dtrow0"' : 'class="dtrow1"', '>';
echo '<td class="dialogText" style="text-align: right; font-weight: bold;">', 'System Time:', '</td>';
echo '<td style="text-align: left;">', date('l, M d H:i:s T Y'), '</td>';
-$line = trim(shell_exec('grep "^Mem[TF]" /proc/meminfo 2>/dev/null'));
+$line = trim(shell_exec('grep "^Mem[TA]" /proc/meminfo 2>/dev/null'));
$mstr = '';
-if (($pos = strpos($line, 'MemTotal')) !== FALSE) {
+if (($pos = strpos($line, 'MemTotal:')) !== FALSE) {
$mem = (int)(((int)trim(substr($line, $pos + 9)) + 512)/1024);
$mstr .= $mem.' MB, ';
}
-if (($pos = strpos($line, 'MemFree')) !== FALSE) {
- $mem = (int)(((int)trim(substr($line, $pos + 8)) + 512)/1024);
- $mstr .= 'Free '.$mem.' MB';
+if (($pos = strpos($line, 'MemAvailable:')) !== FALSE) {
+ $mem = (int)(((int)trim(substr($line, $pos + 13)) + 512)/1024);
+ $mstr .= 'Available '.$mem.' MB';
}
echo '<td class="dialogText" style="text-align: right; font-weight: bold;">', 'RAM Memory:', '</td>';
echo '<td style="text-align: left;">', $mstr, '</td>';
Modified: branches/1.0/package/webinterface/altweb/common/version.php
===================================================================
--- branches/1.0/package/webinterface/altweb/common/version.php 2017-05-23 21:35:41 UTC (rev 8328)
+++ branches/1.0/package/webinterface/altweb/common/version.php 2017-05-23 23:41:11 UTC (rev 8329)
@@ -1,6 +1,6 @@
<?php
// version.php for AstLinux Alternate Web Interface
-$GUI_VERSION = '1.8.40';
+$GUI_VERSION = '1.8.41';
?>
Modified: branches/1.0/project/astlinux/target_skeleton/etc/init.d/alert
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/init.d/alert 2017-05-23 21:35:41 UTC (rev 8328)
+++ branches/1.0/project/astlinux/target_skeleton/etc/init.d/alert 2017-05-23 23:41:11 UTC (rev 8329)
@@ -18,7 +18,7 @@
welcome_msg()
{
- local asterisk="" memtotal memfree board release
+ local asterisk="" memtotal memavail board release
if [ -x /usr/sbin/asterisk ]; then
asterisk="$(/usr/sbin/asterisk -V)"
@@ -25,7 +25,7 @@
fi
memtotal="$(awk '/^MemTotal:/ { print int(($2 + 512) / 1024) }' /proc/meminfo)"
- memfree="$(awk '/^MemFree:/ { print int(($2 + 512) / 1024) }' /proc/meminfo)"
+ memavail="$(awk '/^MemAvailable:/ { print int(($2 + 512) / 1024) }' /proc/meminfo)"
board="$(cat /proc/cmdline | sed -n -r -e 's:^.* astlinux=([^ ]+).*$:\1:p')"
if [ "$board" = "geni586" -o "$board" = "genx86_64" ]; then
@@ -43,7 +43,7 @@
Hostname: $HOSTNAME
Domain: $DOMAIN
Linux: $(uname -r -m)
- RAM Memory: $memtotal MB, Free $memfree MB
+ RAM Memory: $memtotal MB, Available $memavail MB
Board Type: $board
Interface: $EXTIF (External) IPv4 Address: $(dev_to_ipv4_addresses $EXTIF)${INTIF:+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-05-23 21:35:43
|
Revision: 8328
http://sourceforge.net/p/astlinux/code/8328
Author: abelbeck
Date: 2017-05-23 21:35:41 +0000 (Tue, 23 May 2017)
Log Message:
-----------
Be more specific when detecting if a ACPI registered button exists, /dev/input/event0 was too general
Modified Paths:
--------------
branches/1.0/package/acpid/acpid.init
Modified: branches/1.0/package/acpid/acpid.init
===================================================================
--- branches/1.0/package/acpid/acpid.init 2017-05-23 18:00:40 UTC (rev 8327)
+++ branches/1.0/package/acpid/acpid.init 2017-05-23 21:35:41 UTC (rev 8328)
@@ -10,7 +10,8 @@
start () {
- if [ -x /usr/sbin/acpid -a -e /dev/input/event0 ]; then
+ ## Only checking for (power) button
+ if [ -x /usr/sbin/acpid -a -e /sys/bus/acpi/drivers/button ]; then
echo "Starting acpid..."
/usr/sbin/acpid -p $PIDFILE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|