Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2,
DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
Signed-off-by: Alexey I. Froloff
---
multimedia/tvheadend/Config.in| 21 +++
multimedia/tvheadend/Makefile | 78
On Fri, Oct 19, 2012 at 04:17:11PM +0100, Jonathan McCrohan wrote:
> Replaced 950-partial-checksum.patch with upstream commit
> 3c62bbae94642e6d05bc9f900bbdb5173d26cc51.
Do I need to do something about that?
There was discussion in busybox ML and this is the final form of
this patch, so I totally
On Thu, Sep 06, 2012 at 06:36:11PM -0300, Jonh Wendell wrote:
> Hi. Just curious, did you submit this patch to busybox guys?
Applied in busybox' master in slightly modified form.
--
Regards,--
Sir Raorn. --- http://thousandsofhate.blogspot.com/
signature.asc
Description: Digital signature
Anyone?
On Fri, Sep 07, 2012 at 04:39:11PM +0400, Alexey I. Froloff wrote:
> Signed-off-by: Alexey I. Froloff
> ---
> libs/avahi/Makefile |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile
> index b9
Signed-off-by: Alexey I. Froloff
---
libs/avahi/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile
index b906d0a..7b0a5be 100644
--- a/libs/avahi/Makefile
+++ b/libs/avahi/Makefile
@@ -58,7 +58,7 @@ define Package/libavahi
On Thu, Sep 06, 2012 at 06:36:11PM -0300, Jonh Wendell wrote:
> Hi. Just curious, did you submit this patch to busybox guys?
No, mostly because it's 01:38 am here and I'm not sure about
current status of busybox upstream, you know, internet is full of
rumors about forks an lawsuits ;-)
I've seen t
When running as KVM or Xen guest, packets may be received with
incomplete checksum[1]. Patch adopted from Fedora dhcp package.
[1]. http://article.gmane.org/gmane.linux.kernel/1003853
Signed-off-by: Alexey I. Froloff
---
package/busybox/patches/950-partial-checksum.patch | 87
On Thu, Feb 16, 2012 at 01:34:39PM +0100, Gabor Juhos wrote:
> Applied.
On Thu, Feb 16, 2012 at 01:34:23PM +0100, Gabor Juhos wrote:
> Applied.
Thanks. I did some editings on openwrt wiki[1] and wrote small
blog post[2] about configuring NAT64/DNS64.
[1] - http://wiki.openwrt.org/doc/howto/ipv6
From: "Alexey I. Froloff"
Signed-off-by: Alexey I. Froloff
---
ipv6/tayga/files/tayga.sh |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ipv6/tayga/files/tayga.sh b/ipv6/tayga/files/tayga.sh
index 9f515c6..36c33de 100644
--- a/ipv6/tayga/files/tayga.sh
From: "Alexey I. Froloff"
Static NAT64 entries should really belong to firewall config and could
be also processed by firewall code.
Currently tayga only processes ipv4_addr and ipv6_addr options, this is
the mapping itself. ipv4_addr is taken from dynamic pool and is not
acces
Hi and Happy New Year!
Finally I've managed to find time to play with tayga. It works
pretty nice providing gateway from my IPv6-only local network to
IPv4 Internet. Version from packages repository is a bit
outdated, I promise to send patches soon.
However, one problem still exists - how to co
Signed-off-by: Alexey I. Froloff
---
net/bind/Makefile |4 +-
net/bind/patches/100-configure-GOST.patch | 13
net/bind/patches/100-cross_compile.patch | 96 -
3 files changed, 15 insertions(+), 98 deletions(-)
create mode 100644
Signed-off-by: Alexey I. Froloff
---
target/linux/x86/kvm_guest/config-default |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/target/linux/x86/kvm_guest/config-default
b/target/linux/x86/kvm_guest/config-default
index eacada2..06d5ed7 100644
--- a/target/linux/x86
TAYGA is an out-of-kernel stateless NAT64 implementation for
Linux. It uses the TUN driver to exchange packets with the
kernel, which is the same driver used by OpenVPN and QEMU/KVM.
Signed-off-by: Alexey I. Froloff
---
ipv6/tayga/Makefile| 39 +++
ipv6/tayga/files
TAYGA is an out-of-kernel stateless NAT64 implementation for
Linux. It uses the TUN driver to exchange packets with the
kernel, which is the same driver used by OpenVPN and QEMU/KVM.
Signed-off-by: Alexey I. Froloff
---
ipv6/tayga/Makefile| 39 +++
ipv6/tayga/files
On Thu, Jun 23, 2011 at 09:00:05AM -0700, Philip Prindeville wrote:
> If you're sure the code is good, then come up with an
> annotation that will silence the compiler that doesn't require
> changing the code... usually a #pragma should be enough.
This is not true for _FORTIFY_SOURCE.
--
Regards,
On Thu, Jun 23, 2011 at 02:09:48PM +0400, Alexey I. Froloff wrote:
> ... lengts ...
> ... ply ...
Typos, typos everywhere. Please excuse me.
--
Regards,--
Sir Raorn. --- http://thousandsofhate.blogspot.com/
signature.asc
Description: Digital sig
False positive buffer overflow detected by gcc because altinfo uses
information1, flashLayoutVer and fskernelCRC fields. We are sure, that
altinfo length is less than ALTTAGINFO_LEN, so it's safe to memcpy()
whole altinfo string plus terminating NUL byte.
Signed-off-by: Alexey I. Fr
False positive buffer overflow detected by gcc because altinfo uses
information1, flashLayoutVer and fskernelCRC fields. We are sure, that
altinfo lengts is less than ALTTAGINFO_LEN, so it's safe to memcpy()
whole altinfo string ply terminating NUL byte.
Signed-off-by: Alexey I. Fr
On Wed, Jun 22, 2011 at 10:05:30PM -0700, Philip Prindeville wrote:
> Ok, so it sounds like the best fix would be:
> strlcpy(&tag.information1[0], args->altinfo_arg, TAGINFO1_LEN);
> Is that correct?
No, it doesn't work, gcc is way too smart. Patch follows.
--
Regards,--
Sir Raorn. --- htt
On Wed, Jun 22, 2011 at 09:15:24AM -0700, Philip Prindeville wrote:
> The warning only seems to be for line 369, so why change more than that?
This is a modification of an older patch. tag.reserved2 (now) is
16 bytes long, so it's OK.
> Also, what value does sizeof(tag.information1[0]) give?
It d
Signed-off-by: Alexey I. Froloff
---
target/linux/x86/kvm_guest/config-default |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/target/linux/x86/kvm_guest/config-default
b/target/linux/x86/kvm_guest/config-default
index 655d18c..eacada2 100644
--- a/target/linux/x86
ring3.h:123:3: error: call to __builtin___strncpy_chk will
always overflow destination buffer
Signed-off-by: Alexey I. Froloff
---
tools/firmware-utils/src/imagetag.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/firmware-utils/src/imagetag.c
b/tools/firmware-
TAYGA is an out-of-kernel stateless NAT64 implementation for
Linux. It uses the TUN driver to exchange packets with the
kernel, which is the same driver used by OpenVPN and QEMU/KVM.
Signed-off-by: Alexey I. Froloff
---
ipv6/tayga/Makefile | 44 ++
ipv6/tayga
Signed-off-by: Alexey I. Froloff
---
ipv6/totd/Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ipv6/totd/Makefile b/ipv6/totd/Makefile
index 0d2cf9f..aaf9232 100644
--- a/ipv6/totd/Makefile
+++ b/ipv6/totd/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=1.5.1
TAYGA is an out-of-kernel stateless NAT64 implementation for
Linux. It uses the TUN driver to exchange packets with the
kernel, which is the same driver used by OpenVPN and QEMU/KVM.
Signed-off-by: Alexey I. Froloff
---
ipv6/tayga/Makefile | 44 ++
ipv6/tayga
o "lan" zone;
3) set "forward" policy to "accept" in "lan" firewall settings;
I don't know how to automate these steps and don't think it
should be done by default. BTW, I use similar setup for OpenVPN
interface.
Alexey I. Froloff
On Sun, Feb 27, 2011 at 04:52:03PM +0300, Alexey I. Froloff wrote:
> Please, update libupnp to 1.6.12 for better IPv6 support. Tested
> and works with linuxigd 1.0-1.
Anyone?
--
Regards,--
Sir Raorn. --- http://thousandsofhate.blogspot.com/
signature.asc
Description: Digital sig
Please, update libupnp to 1.6.12 for better IPv6 support. Tested
and works with linuxigd 1.0-1.
--
Regards,--
Sir Raorn. --- http://thousandsofhate.blogspot.com/
Index: libs/libupnp/Makefile
===
--- libs/libupnp/Makefile
On Thu, Jun 17, 2010 at 08:09:02AM -0500, Travis Kemen wrote:
> Did you check this against both opkg and the ipkg-script the buildroot uses
> to generate the info file? (they are different) My thought was to compile
> the opkg on the host as well and use it during the compile to fix this issue
> bu
On Wed, Feb 03, 2010 at 09:27:21AM +0100, Bastian Bittorf wrote:
> > > > + find /usr/lib/opkg/info -name '*.conffiles' | xargs -r cat >>
> > > > "$file"
> > > seems complicated to me, why not:
> > > cat /usr/lib/opkg/info/*.conffiles >>"$file"
> > There's still an opportunity that none of *.
When performing sysupgrade process, opkg should report its conffiles
list.
Signed-off-by: Alexey I. Froloff
---
package/opkg/Makefile|2 ++
package/opkg/files/opkg-conffiles.sh |9 +
2 files changed, 11 insertions(+), 0 deletions(-)
create mode 100644 package
On Thu, Feb 04, 2010 at 05:57:12PM -0800, spmsink spmsink wrote:
> + [ "$1"=="ifup" ] \
Bashism. Use [ "$1" = "ifup" ] .
--
Regards,--
Sir Raorn. --- http://thousandsofhate.blogspot.com/
signature.asc
Description: Digital signature
___
open
On Wed, Feb 03, 2010 at 09:27:21AM +0100, Bastian Bittorf wrote:
> personally i try to avoid unnecessary usage of "complicated"
> commands to leave the way open for busybox minimal builts
Should I resend patch?
--
Regards,--
Sir Raorn. --- http://thousandsofhate.blogspot.com/
signature.as
On Wed, Feb 03, 2010 at 08:59:04AM +0100, Bastian Bittorf wrote:
> > + find /usr/lib/opkg/info -name '*.conffiles' | xargs -r cat >> "$file"
> seems complicated to me, why not:
> cat /usr/lib/opkg/info/*.conffiles >>"$file"
There's still an opportunity that none of *.conffiles exists.
You may cal
When performing sysupgrade process, opkg should report its conffiles
list.
Signed-off-by: Alexey I. Froloff
---
package/opkg/Makefile|2 ++
package/opkg/files/opkg-conffiles.sh |8
2 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 package
36 matches
Mail list logo