Skip to content

pyqt4: fix build on darwin#751

Closed
lovek323 wants to merge 1 commit intoNixOS:masterfrom
lovek323:pyqt4
Closed

pyqt4: fix build on darwin#751
lovek323 wants to merge 1 commit intoNixOS:masterfrom
lovek323:pyqt4

Conversation

@lovek323
Copy link
Member

  • build with clangStdenv

* build with clangStdenv
vcunat pushed a commit that referenced this pull request Jul 28, 2013
@vcunat
Copy link
Member

vcunat commented Jul 28, 2013

In x-updates as well. I see no reason to have this before qt works.

@vcunat vcunat closed this Jul 28, 2013
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Aug 8, 2013
…dates-fixes

* commit '7c2e0d17da0f6064464f0b9ab58a6b13fb103606': (957 commits)
  libpng: Update to 1.6.3
  pyqt4: fix build on darwin (close NixOS#751)
  qt4: fix build on darwin (close NixOS#750)
  mesa: Update to 9.1.4
  libxcb: enable XKB extension
  qt4: maintenance update 4.8.4 -> 4.8.5
  Add nixops
  clang: Update to 3.3
  llvm: Update to 3.3
  freetype: Update to 2.4.12
  Add a stdenv version which tries harder to make builds repeatable.
  Make most of Ruby Gem builds repeatable
  synergy: Only pass cryptopp on Linux platforms.
  synergy: Use bundled crypto++ on non-Linux archs.
  synergy: Take over maintenance.
  zabbix2: Add optional XMPP support using iksemel.
  iksemel: Add new package with version 1.4.
  chromium: Update all channels to latest versions.
  ninja: Update to v1.3.4 and drop unzip dependency.
  chromium: Mark beta and dev versions lowPrio.
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Aug 8, 2013
* tmp/x-updates-fixes: (575 commits)
  libpng: Update to 1.6.3
  pyqt4: fix build on darwin (close NixOS#751)
  qt4: fix build on darwin (close NixOS#750)
  mesa: Update to 9.1.4
  libxcb: enable XKB extension
  qt4: maintenance update 4.8.4 -> 4.8.5
  Add nixops
  clang: Update to 3.3
  llvm: Update to 3.3
  freetype: Update to 2.4.12
  Add a stdenv version which tries harder to make builds repeatable.
  Make most of Ruby Gem builds repeatable
  synergy: Only pass cryptopp on Linux platforms.
  synergy: Use bundled crypto++ on non-Linux archs.
  synergy: Take over maintenance.
  zabbix2: Add optional XMPP support using iksemel.
  iksemel: Add new package with version 1.4.
  chromium: Update all channels to latest versions.
  ninja: Update to v1.3.4 and drop unzip dependency.
  chromium: Mark beta and dev versions lowPrio.
  ...
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.
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.

2 participants