9front - general discussion about 9front
 help / color / mirror / Atom feed
* 9FRONT ALLES LÖSCHEN! RELEASED
@ 2016-05-06  3:56 sl
  2016-05-06 12:38 ` [9front] " Benjamin Purcell
  0 siblings, 1 reply; 2+ messages in thread
From: sl @ 2016-05-06  3:56 UTC (permalink / raw)
  To: 9front

New 9front release "ALLES LÖSCHEN!" [0]
--------------------------------------------------------

http://9front.org/iso/9front-5321.f8c704dc01c.iso.bz2.torrent
http://9front.org/iso/9front-5321.f8c704dc01c.iso.bz2


dash 1
------

http://fqa.9front.org/dash1.allesloschen.pdf


kernel
------

retire the dec alpha port

remove unmaintained bitsy (ipaq) kernel

remove unmaintained omap4 (pandaboard) kernel

etheryuk: add Yukon 88R8055 id from erik quanstros driver (thanks Kenji), add to pc64 kernel


libraries
---------

ape: remove openssl
ape: add libauth, libbio, libmp and libsec as replacements for openssl
ape: return plan9 error strings from strerror()

libauth: remove support for import command in namespace files
libauth: remove unneeded includes for authsrv.h, avoid pulling in dependency for rerrstr()

libc: fix out of bounds access in dirpackage(), simplify
libc: remove unneeded #include <auth.h> for crypt() and netcrypt()

libdraw: avoid BPSHORT()/BPLONG() expansion, cleanup loadchar(),cachechars()
libdraw: dont postnote to pid==0 in ekill()

libjson: add slack space to literal string buffer to handle bad runes (thanks mischief)

liboventi: remove unused liboventi

libregexp: New libregexp and APE ported to native

libsec: dont use mips assembly routines for spim, wrong endianess
libsec: fix memory leak of RSApub, avoid parsing certificate twice to extract rsa public key
libsec: implement elliptic curve group operations in jacobian coordinate system
libsec: implement server side ECDHE key exchange with secp256r1, move DH state in TlsSec structure, simplify
libsec: implement server side SCSV preventing silly client fallbacks
libsec: order tlshand cipher suits by: keyexchange>=cipher>=hash, ignore client preference
libsec: recognize and decode PKCS#8 wrapped RSA private keys for auth/asn12rsa
libsec: x509: convert to UTF8 from BMPString and UNIString, reject \0 bytes


programs
--------

9fs: add "sites" to the 9front case

abaco: respect $font

acid: don't get fooled by spaces in convflt()

awk: replace ape awk with new native port (thanks spew)

gs: replace openssl aes implementation with ape/libsec

hg: create system wide /sys/lib/hgrc to enabled hgwebfs extension
hg: set $HOME when not already set to avoid silly uid lookups which can fail if theres no /adm/users
hg: set mercurial.url.has_https when hgwebfs extension is in use

kbdfs: add shift+altgr table 7 for polish keymaps

ktrace: sign extend stack dump pc for amd64

python: remove openssl support, use ape/libsec for cryptographics hash functions

rcpu: make sure not to leak /env/fn#server and /env/fn#aanserver for drawterm (thanks mischief)

rsagen: increase default key size to 2048 bits

vncv: fix netmkvncaddr()

webfs: change %H (hostname) format to %N to not collide with encodefmt's %H (hex)
webfs: fix "fd out of range" error message
webfs: fix memory leak of serverName in tlswrap()

games/mole: add "snake" tracing effect to mole


documentation
-------------

abaco(1): remove readweb

aes(2): mention aesCBC bug

srv(3),shr(3): correct reference

shr(3): document example

listen(8): document tcp17019 rcpu service

listen(8): fix html rendering

rsa(8): provide example for converting OpenSSL generated PEM file to factotum

rune(2): add Runeerror reencoding considerations in BUGS section (thanks aiju)

tls(3): document support for TLSv1.1 and TLSv1.2


other
-----

/lib/ndb/common: update ip addresses for [BCHL].ROOT-SERVERS.NET

add danish keymap (thanks Eric Lindblad)

add missing target for antiword in /sys/src/cmd/aux/mkfile (thanks _sl)

---

[0] http://9front.org/img/allesloschen.front.png
http://9front.org/img/allesloschen.back.png


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] 9FRONT ALLES LÖSCHEN! RELEASED
  2016-05-06  3:56 9FRONT ALLES LÖSCHEN! RELEASED sl
@ 2016-05-06 12:38 ` Benjamin Purcell
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Purcell @ 2016-05-06 12:38 UTC (permalink / raw)
  To: 9front

You missed the fact that ape had its own libregexp which was deleted
since the only thing using it was ape awk.

On Thu, May 5, 2016 at 10:56 PM,  <sl@stanleylieber.com> wrote:
> New 9front release "ALLES LÖSCHEN!" [0]
> --------------------------------------------------------
>
> http://9front.org/iso/9front-5321.f8c704dc01c.iso.bz2.torrent
> http://9front.org/iso/9front-5321.f8c704dc01c.iso.bz2
>
>
> dash 1
> ------
>
> http://fqa.9front.org/dash1.allesloschen.pdf
>
>
> kernel
> ------
>
> retire the dec alpha port
>
> remove unmaintained bitsy (ipaq) kernel
>
> remove unmaintained omap4 (pandaboard) kernel
>
> etheryuk: add Yukon 88R8055 id from erik quanstros driver (thanks Kenji), add to pc64 kernel
>
>
> libraries
> ---------
>
> ape: remove openssl
> ape: add libauth, libbio, libmp and libsec as replacements for openssl
> ape: return plan9 error strings from strerror()
>
> libauth: remove support for import command in namespace files
> libauth: remove unneeded includes for authsrv.h, avoid pulling in dependency for rerrstr()
>
> libc: fix out of bounds access in dirpackage(), simplify
> libc: remove unneeded #include <auth.h> for crypt() and netcrypt()
>
> libdraw: avoid BPSHORT()/BPLONG() expansion, cleanup loadchar(),cachechars()
> libdraw: dont postnote to pid==0 in ekill()
>
> libjson: add slack space to literal string buffer to handle bad runes (thanks mischief)
>
> liboventi: remove unused liboventi
>
> libregexp: New libregexp and APE ported to native
>
> libsec: dont use mips assembly routines for spim, wrong endianess
> libsec: fix memory leak of RSApub, avoid parsing certificate twice to extract rsa public key
> libsec: implement elliptic curve group operations in jacobian coordinate system
> libsec: implement server side ECDHE key exchange with secp256r1, move DH state in TlsSec structure, simplify
> libsec: implement server side SCSV preventing silly client fallbacks
> libsec: order tlshand cipher suits by: keyexchange>=cipher>=hash, ignore client preference
> libsec: recognize and decode PKCS#8 wrapped RSA private keys for auth/asn12rsa
> libsec: x509: convert to UTF8 from BMPString and UNIString, reject \0 bytes
>
>
> programs
> --------
>
> 9fs: add "sites" to the 9front case
>
> abaco: respect $font
>
> acid: don't get fooled by spaces in convflt()
>
> awk: replace ape awk with new native port (thanks spew)
>
> gs: replace openssl aes implementation with ape/libsec
>
> hg: create system wide /sys/lib/hgrc to enabled hgwebfs extension
> hg: set $HOME when not already set to avoid silly uid lookups which can fail if theres no /adm/users
> hg: set mercurial.url.has_https when hgwebfs extension is in use
>
> kbdfs: add shift+altgr table 7 for polish keymaps
>
> ktrace: sign extend stack dump pc for amd64
>
> python: remove openssl support, use ape/libsec for cryptographics hash functions
>
> rcpu: make sure not to leak /env/fn#server and /env/fn#aanserver for drawterm (thanks mischief)
>
> rsagen: increase default key size to 2048 bits
>
> vncv: fix netmkvncaddr()
>
> webfs: change %H (hostname) format to %N to not collide with encodefmt's %H (hex)
> webfs: fix "fd out of range" error message
> webfs: fix memory leak of serverName in tlswrap()
>
> games/mole: add "snake" tracing effect to mole
>
>
> documentation
> -------------
>
> abaco(1): remove readweb
>
> aes(2): mention aesCBC bug
>
> srv(3),shr(3): correct reference
>
> shr(3): document example
>
> listen(8): document tcp17019 rcpu service
>
> listen(8): fix html rendering
>
> rsa(8): provide example for converting OpenSSL generated PEM file to factotum
>
> rune(2): add Runeerror reencoding considerations in BUGS section (thanks aiju)
>
> tls(3): document support for TLSv1.1 and TLSv1.2
>
>
> other
> -----
>
> /lib/ndb/common: update ip addresses for [BCHL].ROOT-SERVERS.NET
>
> add danish keymap (thanks Eric Lindblad)
>
> add missing target for antiword in /sys/src/cmd/aux/mkfile (thanks _sl)
>
> ---
>
> [0] http://9front.org/img/allesloschen.front.png
> http://9front.org/img/allesloschen.back.png


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-06 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-06  3:56 9FRONT ALLES LÖSCHEN! RELEASED sl
2016-05-06 12:38 ` [9front] " Benjamin Purcell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).