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

Need a release #18

Closed
othree opened this issue Mar 1, 2016 · 11 comments
Closed

Need a release #18

othree opened this issue Mar 1, 2016 · 11 comments

Comments

@othree
Copy link

othree commented Mar 1, 2016

I want to help this module easier to install on OSX using homebrew.
But before I can do it.
I will need a release like this.

Is there any plan for a release?

Thanks

@othree othree changed the title Need a release? Need a release Mar 1, 2016
@denji
Copy link

denji commented Jul 4, 2016

We have to wait for the stabilization of the google/brotli and bagder/libbrotli.

class Libbrotli < Formula
  homepage "https://github.com/bagder/libbrotli"
  url "https://github.com/bagder/libbrotli/archive/libbrotli-1.0.tar.gz"
  sha256 "5b7c02eb87017e7b3886c07eca685db95fa21f9c8afbb442469370c251a54dc1"
  resource "brotli" do
    url "https://github.com/google/brotli.git",
        :revision => "222564a95d9ab58865a096b8d9f7324ea5f2e03e"
  end

  bottle :unneeded
  depends_on "autoconf" => :build
  depends_on "automake" => :build
  depends_on "libtool" => :build

  def install
    rmdir "brotli"
    brotli_buildpath = buildpath/"brotli"
    brotli_buildpath.install resource("brotli")

    system "./autogen.sh"
    system "./configure", "--disable-dependency-tracking",
                          "--prefix=#{prefix}"
    system "make", "install"
  end
end

@GuillaumeRossolini
Copy link

Hi,

Is it time to revisit this? At least a tag would be nice.

Thanks

@IlariExove
Copy link

google/brotli and bagder/libbrotli are both release tagged. So should be google/ngx_brotli as well. That would make possible to start packaging this module.

@khavishbhundoo
Copy link

Any new update on this.....?

@dvershinin
Copy link

For those in need for RPM, I have packaged the dynamic module with pre-release version of ngx_brotli. It is usable with official stable Nginx on CentOS 7:

  1. Install official Nginx RPM (stable 1.10.3 or 1.12.0)
  2. Install extras repo: rpm -ivh https://extras.getpagespeed.com/redhat/7/noarch/RPMS/getpagespeed-extras-7-0.el7.gps.noarch.rpm
  3. Install ngx_brotli: yum install nginx-module-nbr

@denji
Copy link

denji commented Jun 26, 2017

ngx_brotli still alive project?

@concatime
Copy link

Well, let's hope all together for a miracle.

@rugk rugk mentioned this issue Oct 21, 2017
@eustas
Copy link
Collaborator

eustas commented Apr 13, 2018

Still have no power over this repo but here is a release of my fork https://github.com/eustas/ngx_brotli/releases/tag/v0.1

@eustas
Copy link
Collaborator

eustas commented Sep 3, 2019

Hopefully, we will have v0.2 in this repo soon.

@eustas eustas closed this as completed Sep 3, 2019
@Bacto
Copy link

Bacto commented Nov 6, 2019

Hi,
Any news on this? Not having neither a tag or a release is really painful to follow the project.

@lenovouser
Copy link

@eustas is it now possible to release new tags?

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

No branches or pull requests

10 participants