Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MicroGNUEmacs, a.k.a. MG #790

Closed
wants to merge 1 commit into from
Closed

MicroGNUEmacs, a.k.a. MG #790

wants to merge 1 commit into from

Conversation

zefhemel
Copy link
Contributor

A lightweight subset of emacs for quick edits.

@bjornfor
Copy link
Contributor

Can you add some meta attributes? description, homepage, license and platforms are nice to have. And after that it'd be nice if you could squash all commits together so that it's only one "add package" type of commit:

git rebase -i master

@zefhemel
Copy link
Contributor Author

@bjornfor done and done.

@bjornfor
Copy link
Contributor

@zefhemel: Thanks! One more thing, I'm not familiar with that patch format (I'm used to unified diff; diff -u ...). '!' means a changed line, right? So it means that the configure script looking for things in /usr/? If so, I think it should be removed, because builds should not look in /usr/.

Hm, would you mind making the patch with diff -u? :-)

@zefhemel
Copy link
Contributor Author

@bjornfor dude, you sure know how to turn something that was a 5 minute fix into an hour long project ;)

No, those lines containing /usr were the parts that were removed. I now updated it to -u format. Hope this is to your liking.

@bjornfor
Copy link
Contributor

@zefhemel: Applied. Thanks! (Btw, I didn't mean to make you do "extra" work, just high quality work :-) )

@bjornfor bjornfor closed this Jul 30, 2013
hrdinka added a commit that referenced this pull request Sep 26, 2016
4.1.12
======

Bugfixes
--------

Fix malformed edns query assertion failure, reported by Michal Kepien (NASK).

4.1.11
======

Features
--------

* When tcp is more than half full, use short timeout for tcp session.
* Patch for {max,min}-{refresh,retry}-time from YAMAGUCHI Takanori.
* Fix #790: size-limit-xfr can stop NSD from downloading infinite zone transfer data size, from Toshifumi Sakaguchi. Fixes CVE-2016-6173 JVN#63359718 JPCERT#91251865.

Bugfixes
--------

* Fix build without IPv6, patch from Zdenek Kaspar.
* Fix #783: Trying to run a root server without having configured it silently gives wrong answers.
* Fix #782: Serve DS record but parent zone has no NS record.
* Fix nsec3 missing for nsec3 signed parent and child for DS at zonecut.

4.1.10
======

Features
--------

* ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket option for Linux, binds to interfaces and addresses that are down.
* NSD includes AAAA before A for queries over IPV6 (in delegations). And TC is set if no glue can be provided with a delegation because of packet size.
* print notice that nsd is starting before taking off.

Bugfixes
--------

* Fix for openssl 1.1.0, HMAC_CTX size not exported from openssl.
* Fix #751: NSD fails to occlude names below a DNAME.
* If set without nsd.db print "" as the default in the man pages.
* Fix #755: NSD spins after a zone update and a lot of TCP queries.
* Fix for NSEC3 with zone signed without exact match for empty nonterminals, the answer for that domain gets closest encloser.
* #772 Document that recvmmsg has IPv6 problems on some linux kernels.

4.1.9
=====

Bugfixes
--------

* Change the nsd.db file version because of nanosecond precision fix.
acowley pushed a commit to acowley/nixpkgs that referenced this pull request Sep 29, 2016
4.1.12
======

Bugfixes
--------

Fix malformed edns query assertion failure, reported by Michal Kepien (NASK).

4.1.11
======

Features
--------

* When tcp is more than half full, use short timeout for tcp session.
* Patch for {max,min}-{refresh,retry}-time from YAMAGUCHI Takanori.
* Fix NixOS#790: size-limit-xfr can stop NSD from downloading infinite zone transfer data size, from Toshifumi Sakaguchi. Fixes CVE-2016-6173 JVN#63359718 JPCERT#91251865.

Bugfixes
--------

* Fix build without IPv6, patch from Zdenek Kaspar.
* Fix NixOS#783: Trying to run a root server without having configured it silently gives wrong answers.
* Fix NixOS#782: Serve DS record but parent zone has no NS record.
* Fix nsec3 missing for nsec3 signed parent and child for DS at zonecut.

4.1.10
======

Features
--------

* ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket option for Linux, binds to interfaces and addresses that are down.
* NSD includes AAAA before A for queries over IPV6 (in delegations). And TC is set if no glue can be provided with a delegation because of packet size.
* print notice that nsd is starting before taking off.

Bugfixes
--------

* Fix for openssl 1.1.0, HMAC_CTX size not exported from openssl.
* Fix NixOS#751: NSD fails to occlude names below a DNAME.
* If set without nsd.db print "" as the default in the man pages.
* Fix NixOS#755: NSD spins after a zone update and a lot of TCP queries.
* Fix for NSEC3 with zone signed without exact match for empty nonterminals, the answer for that domain gets closest encloser.
* NixOS#772 Document that recvmmsg has IPv6 problems on some linux kernels.

4.1.9
=====

Bugfixes
--------

* Change the nsd.db file version because of nanosecond precision fix.
talyz added a commit to talyz/nixpkgs that referenced this pull request Sep 6, 2019
Work around upstream issue NixOS#790 by explicitly referencing the
ca-certificates.crt file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants