Commit Graph

47 Commits

Author SHA1 Message Date
github-actions[bot]
b27fcefbec AutoBuild: update-nginx started at 2025-04-23-23UTC (#11810)
* Nginx 1.26.3 => 1.28.0

* Add built packages for linux/386 to update-nginx

* Add built packages for linux/amd64 to update-nginx

* Add built packages for linux/arm/v7 to update-nginx

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
2025-04-24 00:36:17 +00:00
github-actions[bot]
ff930ee786 AutoBuild: update-nginx started at 2025-02-07-06UTC (#11264)
* Nginx 1.26.1 => 1.26.3

* Add built packages for linux/386 to update-nginx

* Add built packages for linux/amd64 to update-nginx

* Add built packages for linux/arm/v7 to update-nginx

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
2025-02-07 13:04:02 +00:00
Satadru Pramanik, DO, MPH, MEng
5621163c84 Refactor ruby gems in packages, crew cleanup of debugging, install.sh refactor for gems (#10294)
* Some ruby gem updates and cleanup

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* bump version

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* move gem installs to core install

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add webkitgtk_6 binaries for x86_64, add librsvg binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add rebuilt librsvg binary for x86_64.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* rename gem function internals to make more sense

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* adjust webkitgtk_6 deps

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* update ruby gem packages, add a ruby gem package update script to tools

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* rebuild parted

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add parted binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* refactor ruby buildsystem

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add libsdl2, freerdp binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* sync crew function to lib/fixup

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* shellcheck fix

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add const for CREW_UPDATE_CHECK_INTERVAL

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Move time_difference into function for neatness.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes from @uberhacker

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* @Zopolis4 suggested change: Use git last update time

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add .blank? usage to downloader to avoid undefined method `empty?' for nil (NoMethodError)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-08-13 11:25:39 -05:00
Ed Reel
1be060bc5d Nginx 1.19.6 => 1.26.1 (#10188) 2024-07-22 02:00:15 -04:00
Maximilian Downey Twiss
f6dc1d8d4e Derive binary_url in package.rb (#7082)
* Add binary_compression value to each package

* Remove binary_url values and arrays

* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
2024-01-25 11:03:31 -05:00
Maximilian Downey Twiss
5752b953b1 Replace system echo calls with embedded files (#8351) 2023-06-08 17:23:44 -05:00
Satadru Pramanik
61cf13e39b fixup prompts (#7813)
* fixup prompts

* default for no doesn't have ''
2023-01-05 13:00:16 -06:00
Maximilian Downey Twiss
de24923ee8 Add Rubocop CI (#7083)
* Rename IgnoredPatterns to AllowedPatterns.

* Exclude docopt.rb (not our code) from Rubocop

* Disable Style/RedundantReturn

* Disable Style/MutableConstant

* Disable Style/NumericLiterals

* Set Layout/IndentationStyle to spaces

* Temporarily disable various cops.

* Add Rubocop CI via Octocop

* Lint tree with rubocop -A -c .rubocop.yml

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2022-08-22 13:31:25 -04:00
supechicken
944607d5ac Change deprecated File.exists?/Dir.exists? to File.exist?/Dir.exist? (#6893)
* Change `File.exists?` to `File.exist?`

* Change `Dir.exists?` to `Dir.exist?`
2022-03-21 13:24:13 -04:00
Ed Reel
f7c9a99f2d Transition binary repo from GitHub to GitLab (#5702) 2021-04-28 16:22:06 -04:00
Ed Reel
df801b93f5 Update binary_url to github in all packages (#5675)
Add gh.sh script to tools

Add .gitignore

Update download_binary.sh

Update README.md
2021-04-21 15:39:00 -04:00
Ed Reel
30a1f8719d Transition binary repo from Bintray to SourceForge (#5608) 2021-04-13 10:11:55 -04:00
saltedcoffii
d3d09e1898 Licensed ma* to nz* 2021-03-20 15:59:01 -04:00
Ed Reel
7c7b6bb8f8 Update nginx from 1.19.3 to 1.19.6 2020-12-21 00:13:14 -06:00
Ed Reel
735b9194ff Add pre-built binaries for packages a-x 2020-10-18 11:32:20 -05:00
vincowl
aab52fb028 [nginx] Update to 1.19.3 (#4442) 2020-10-16 14:48:57 -05:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
Ed Reel
548bd5dd36 Add pre-built binaries for mandb and nginx (#3506)
Update mandb to 2.8.6.1
2019-09-30 10:10:10 -04:00
Casey Strouse
0d5b71c4cd Update nginx from 1.13.7 to 1.17.4 (#3502)
* Update nginx from 1.13.7 to 1.17.4

* Rubyize mkdir and remove dependency that is include in core
2019-09-26 08:24:47 -05:00
Ed Reel
f26c04e8dd Add pre-built binaries c-z 2017-11-30 21:55:16 -06:00
Casey Strouse
3c1bfcfc93 Update nginx from 1.13.6-2 to 1.13.7
This is a general bugfix and maintenance release.

Tested as working on Samsung Chromebook Plus (aarch64).
2017-11-30 16:13:07 -07:00
Ed Reel
3128f3f65d Update nginx package
Correct install location of nginx

Enhance startnginx and stopnginx scripts

Add messages to the postinstall section

Add instructions to start nginx on login

Fix to get the nginx process id

Return exit code of 1 on error

Bump version number to detect changes

Add zlibpkg dependency
2017-11-11 16:12:49 -06:00
Ed Reel
3346c3c799 Correct install location of nginx
- Enhance startnginx and stopnginx scripts
- Add messages to the postinstall section
- Add instructions to start nginx on login
2017-11-10 00:45:59 -06:00
Casey Strouse
b8e5a41535 Update nginx from 1.13.5 to 1.13.6
This is a bugfix and maintenance release.

Tested as working on XE500C13-K01US.
2017-10-20 11:31:45 -07:00
Casey Strouse
a8c44340ff Update nginx from 1.13.4 to 1.13.5
This is a general bugfix and maintenance release.

Tested as working on XE500C13-K01US.
2017-09-25 22:27:51 -07:00
Kazushi (Jam) Marukawa
e06528278c Add pre-compiled binaries 2017-08-26 09:29:23 +09:00
Casey Strouse
9514919263 Update nginx from 1.13.3 to 1.13.4
This is a general bugfix and maintenance release.

Tested as working on XE500C13-K01US.
2017-08-24 17:57:45 +09:00
Ed Reel
e9118245ba Remove sudo and create scripts in #{CREW_DEST_DIR}#{CREW_PREFIX}/bin 2017-08-07 13:49:14 +09:00
Ed Reel
517333d804 Replace /usr/local with #{CREW_PREFIX} 2017-08-07 13:49:14 +09:00
Ed Reel
7bdd2a4b7f Replace aliases with bash scripts instead 2017-08-07 13:49:14 +09:00
Ed Reel
f965ecdf8f Add 'source ~/.bashrc' help text 2017-08-07 13:49:14 +09:00
Ed Reel
fd14d1a891 Update nginx from 1.11.6-1 to 1.13.3
- Highlight help text in blue to stand out
2017-08-07 13:49:14 +09:00
Ed Reel
e6e348f67c Change packages m-p from sha1 to sha256 2017-07-01 11:09:10 -05:00
lyxell
1e8b2bb3a6 Remove unnecessary comments, fix quotes inside descriptions 2017-05-31 09:00:14 +02:00
lyxell
5aa6546dde Add package descriptions and homepages 2017-05-30 05:20:56 +02:00
Ben Fayers
92a2ac660d Make symbolic link between /usr/local/nginx/sbin/nginx and /usr/local/bin/nginx be forced otherwise it fails. 2016-12-12 17:17:17 +00:00
Ben Fayers
8d7d2a0524 Change version number & add sed lines to remove old aliases. 2016-12-12 10:23:46 +00:00
Ben Fayers
f5607e07ef Change stopnginx alias to run sudo nginx -s stop
stopnginx now stops nginx gracefully instead of just killing the process.
2016-12-12 10:17:06 +00:00
Ben Fayers
255f6c4c7f Add escapes in the sed lines. 2016-12-11 19:05:44 +00:00
Ben Fayers
21b85124bb Add PCRE as dependcy 2016-12-11 18:16:40 +00:00
Ben Fayers
57f8e4d788 Add bash aliases for start/stopping nginx
startnginx will start nginx and stopnginx will stop nginx
2016-12-10 13:57:36 +00:00
Ben Fayers
45bfd8e2cb Remove sed junk and replace with a symbolic link. 2016-12-10 09:44:00 +00:00
Ben Fayers
eeaa048c4b Update nginx.rb 2016-12-10 09:17:15 +00:00
Ben Fayers
45e9d04f04 Fix SED line so that nginx is in $PATH 2016-12-10 08:46:21 +00:00
Ben Fayers
212049ab5f remove brackets from ending help. 2016-12-10 08:31:24 +00:00
Ben Fayers
3e675d3e5e Update nginx.rb 2016-12-10 08:27:49 +00:00
Ben Fayers
34fa89dc0d Add nginx package 2016-12-10 08:26:35 +00:00