Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

uwsgi 2.0.8 #33646

Closed
wants to merge 1 commit into from
Closed

uwsgi 2.0.8 #33646

wants to merge 1 commit into from

Conversation

DomT4
Copy link
Member

@DomT4 DomT4 commented Oct 27, 2014

Version bump, new OpenSSL dependency to fix tapping the system, and a patch I improvised from gearman for Yosemite to fix compile issues.

Closes #33488.

# This is a hacky patch, but it works. Replace once upstream have a better fix.
# https://github.com/Homebrew/homebrew/issues/33488
if MacOS.version == :yosemite
patch :DATA
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this been submitted upstream? Can you do so and add it as a comment in here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I didn't know whether to bother or not. It works and fixes compile issues, but it is a hacky patch to implement and I didn't know if upstream wanted to do their own thing here. I guess I could submit just the bug report.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeh, we always want patches to be at least submitted upstream and linked here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, I'll go do that now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.

@DomT4
Copy link
Member Author

DomT4 commented Oct 27, 2014

On the OpenSSL element. Prior to this PR:

# otool -L /usr/local/bin/uwsgi
/usr/local/bin/uwsgi:
    /usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)
    /usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)

Version bump, new OpenSSL dependency to fix tapping the system, and a
patch I improvised from gearman for Yosemite to fix compile issues.
Closes #33488.
@jacknagel jacknagel closed this in 8e14859 Oct 28, 2014
@DomT4 DomT4 deleted the uWSGI branch October 28, 2014 04:56
@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uwsgi failed to build on 10.10
2 participants