Displaying 7 results from an estimated 7 matches for "2bdfsg".
2014 Dec 22
0
check-gnu-efi.sh: print the output of build-gnu-efi.sh
...ne of them is the one that really works with Syslinux
> 6.03 Today getting Syslinux 6.03 compiled for the first time is
> becoming a real PITA.
> Pat
You asked what else is needed.
Patches are welcome.
Debian already does what it needs:
http://sources.debian.net/src/syslinux/3:6.03%2Bdfsg-4/debian/patches/00
04-gnu-efi-git.patch/
As an additional example, Mageia solves it for its development
environment:
http://svnweb.mageia.org/packages/cauldron/syslinux/current/SOURCES/sysl
inux-nogit.patch?view=markup&pathrev=600959
If you are using Ubuntu 14.04 and you want to use Sys...
2014 Dec 22
3
check-gnu-efi.sh: print the output of build-gnu-efi.sh
I really think we should not take chances;
Syslinux source should include (probably as an optional download tarball)
the gnu-efi used to build the particular Syslinux version.
Pat
--------------------------------------------
On Mon, 12/22/14, Ady <ady-sf at hotmail.com> wrote:
Subject: Re: [syslinux] check-gnu-efi.sh: print the output of build-gnu-efi.sh
To: syslinux at zytor.com
2015 May 27
3
Weak DH primes and openssh
...means that gmpy doesn't use pure M-R with randomly
> selected witnesses.
https://gmplib.org/manual/Prime-Testing-Algorithm.html#Prime-Testing-Algorithm
suggests is chooses a random base, but it also runs some non-M-R tests
before executing M-R:
http://sources.debian.net/src/gmp/2:6.0.0%2Bdfsg-6/mpz/pprime_p.c/
GMP's M-R tests are using randomly selected witnesses, though:
http://sources.debian.net/src/gmp/2:6.0.0%2Bdfsg-6/mpz/millerrabin.c/#L92
> Hmm, I have a distinct recollection of reading of a possibility of a
> small subgroup attacks on primes (as in very few primes h...
2017 Apr 05
5
[PATCH 0/2] Cross-compilation patches
...There was an aditionnal third patch [1] I required, but that one isn't
authored by me. I would be grateful if you integrate it in your next release
as well.
Best Regards,
Ben.
[0] https://buildroot.org
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=846679;filename=syslinux_6.03%2Bdfsg-14.1.debdiff;msg=10
Beno?t Allard (2):
memdisk: Force ld output format to 32-bits
utils: Use the host toolchain to build.
memdisk/Makefile | 2 +-
utils/Makefile | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
--
2.1.4
2012 Jan 26
2
[LLVMdev] llvm3.0 => build failure under Linux MIPS & MIPSEL
...ase note that mips log is available here:
https://buildd.debian.org/status/fetch.php?pkg=llvm-3.0&arch=mips&ver=3.0-5&stamp=1324342896
but since it is a parallel build, it is pretty boring to read.
[2]
https://buildd.debian.org/status/fetch.php?pkg=llvm-2.9&arch=mipsel&ver=2.9%2Bdfsg-4&stamp=1321878156
PS: Please C/C me, I am not subscribed.
2017 Apr 10
0
[PATCH 0/2] Cross-compilation patches
...equired, but that one isn't
> authored by me. I would be grateful if you integrate it in your next
> release as well.
>
> Best Regards,
> Ben.
>
> [0] https://buildroot.org
> [1]
> https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=846679;filename=syslinux_6.03%2Bdfsg-14.1.debdiff;msg=10
>
I identified three categories of binaries built when building
syslinux:
1. utilities required during the build (prepcore)
2. utilities meant to be run in the target operating-system (isohybrid,
memdisk, the extlinux installer, ...)
3. utilities used to boot the operati...
2015 May 26
8
Weak DH primes and openssh
On Tue 2015-05-26 14:02:07 -0400, Hubert Kario wrote:
> On Tuesday 26 May 2015 13:43:13 Daniel Kahn Gillmor wrote:
>> On Tue 2015-05-26 12:57:05 -0400, Hubert Kario wrote:
>> > creating composites that will pass even 100000 rounds of Miller-Rabin is
>> > relatively simple....
>> > (assuming the values for M-R tests are picked randomly)
>>
>> Can you