Commit Graph

180 Commits

Author SHA1 Message Date
Jorge Gallegos
b3c615d5ef Updating build profile
There are some options that don't exist anymore, and there are some
other options that changed what type of value they can read.
2014-08-27 16:05:50 -07:00
Jorge Gallegos
e537945df4 Updating sources, not sure why these didn't go out 2014-08-27 15:32:02 -07:00
Jorge Gallegos
39dd1c6047 Splitting out the README, I will be putting more stuff in here 2014-08-27 14:18:24 -07:00
Jorge Gallegos
6fa61b2046 Adding more router_* plugins
metrics, radius, and spngeo
2014-08-27 08:11:39 -07:00
Jorge Gallegos
ec9693128f Realized this Obsoletes has been wrong for a long time 2014-08-27 08:11:13 -07:00
Jorge Gallegos
240338b58c Adding -logger-systemd plugin 2014-08-26 15:32:52 -07:00
Jorge Gallegos
314d494b91 Adding -logger-zeromq plugin 2014-08-26 14:37:57 -07:00
Jorge Gallegos
ef1d3900ce Embed logcrypto and logpipe in the binary 2014-08-26 11:56:56 -07:00
Jorge Gallegos
3770c83e76 Tackling several issues
Solving BZ 1113307
Starting to tackle BZ 911686
2014-08-23 15:17:07 -07:00
Jorge Gallegos
8459d79bcb After careful inspection, it seems like this needs a value
not just "true"
2014-08-21 15:50:53 -07:00
Jorge Gallegos
b04c2904e2 Pre-bump for newest stable version in spec file 2014-08-21 15:50:18 -07:00
Jorge Gallegos
9c9e5862d1 Forgot docs 2014-08-20 21:13:46 -07:00
Jorge Gallegos
b6f51bd1bf Adding new sources for newest stable 2014-08-20 21:10:11 -07:00
Peter Robinson
fb7e41e7e0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 07:22:41 +00:00
Remi Collet
c4aa80b3b7 rebuild for https://fedoraproject.org/wiki/Changes/Php56 2014-06-22 12:44:10 +02:00
Dennis Gilmore
6d16bb7cb1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 22:10:37 -05:00
Kalev Lember
faef56ca3f Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 2014-05-28 15:31:01 +02:00
Vít Ondruch
01bea43fc3 Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1 2014-04-29 12:51:53 +02:00
Jorge Gallegos
97184c6772 Bumping spec 2013-11-12 09:42:49 -08:00
Jorge Gallegos
952f174088 Updating to latest stable, uploading new sources 2013-11-12 08:56:39 -08:00
Jorge Gallegos
f2f1dec487 Forgot to delete the jvm arm patch file 2013-10-19 23:14:41 -07:00
Jorge Gallegos
0cb13fe004 Release 1.9.18.2-1 2013-10-19 23:11:25 -07:00
Jorge Gallegos
baaf45f282 The changelog entry must match major + minor 2013-10-19 23:09:29 -07:00
Jorge Gallegos
305cd5eb3e Adding more ignore entries
Like VIM swap files, and backups, and the mockbuild dir
2013-10-19 23:05:17 -07:00
Jorge Gallegos
d773c9cba0 The jvm arm patch has been merged upstream 2013-10-19 23:04:06 -07:00
Jorge Gallegos
9ceca5d3e1 Updated license to 'GPLv2 with exceptions' 2013-10-19 23:00:57 -07:00
Jorge Gallegos
5676468443 Ugh messed up the doc sha 2013-10-19 11:10:18 -07:00
Jorge Gallegos
05fc5af7c9 Adding new sources, bumping up spec to 1.9.18.2 2013-10-19 11:07:11 -07:00
Jorge Gallegos
5693898a00 Breaking up full version in 3 parts
Uwsgi is now using security patch numbering, which means more bits to
be added to the version string
2013-10-19 11:01:41 -07:00
Jorge Gallegos
04a7166fc6 Update to latest stable 1.9.18.2 2013-10-19 10:59:50 -07:00
Jorge Gallegos
95f3af7a4e Forgot to disable debug mode 2013-10-11 11:37:27 -07:00
Jorge Gallegos
ee151973c7 Releasing version 1.9.17-2 2013-10-08 21:30:11 -07:00
Jorge Gallegos
3c84261b08 Sigh. 2013-10-08 21:17:24 -07:00
Jorge Gallegos
682f89dd7d Again, what's wrong with git? 2013-10-08 21:16:49 -07:00
Jorge Gallegos
24f9af3147 Uploaded new sources per spec rework 2013-10-08 21:13:04 -07:00
Jorge Gallegos
b92c97e1b1 Adding more router plugins
Full list:
    router_access
    router_basicauth
    router_cache
    router_expires
    router_hash
    router_http
    router_memcached
    router_redirect
    router_redis
    router_rewrite
    router_static
    router_uwsgi
    router_xmldir
2013-10-07 13:18:54 -07:00
Jorge Gallegos
f6d78815a7 Adding mod_proxy_uwsgi apache module 2013-10-07 11:45:42 -07:00
Jorge Gallegos
403b7efe6c Complying with the guidelines for source urls
https://fedoraproject.org/wiki/Packaging:SourceURL#Github describes in
perfect detail what to do about source urls. Also this other bit:

> If the upstream does create tarballs you should use them as tarballs
> provide an easier trail for people auditing the packages.

In this case unbit *does* provide tarballs outside the git repo
2013-10-05 23:23:09 -07:00
Jorge Gallegos
c04fd62ef2 This was actually right. From the documentation
> By default sending the SIGTERM signal to uWSGI means "brutally
> reload the stack" while the convention is to shut an application
> down on SIGTERM. To shutdown uWSGI use SIGINT or SIGQUIT instead.
> If you absolutely can not live with uWSGI being so disrespectful
> towards SIGTERM, by all means enable the die-on-term option.

(https://uwsgi-docs.readthedocs.org/en/latest/ThingsToKnow.html)

And:

> Sending SIGHUP to the Emperor will reload all vassals.

(https://uwsgi-docs.readthedocs.org/en/latest/Emperor.html)
2013-10-05 12:18:13 -07:00
Jorge Gallegos
11e3d17854 Enabling stats log socket, and capabilities
Now that we are compiling with libcap by default, it makes sense to take
advantage of capabilities
2013-10-05 12:17:36 -07:00
Jorge Gallegos
2c1b7e4cb1 More patches. If this works will send upstream 2013-10-04 15:43:08 -07:00
Jorge Gallegos
ce8a33b8c9 Obsoleting the old [r]syslog plugin packages 2013-10-04 09:57:31 -07:00
Jorge Gallegos
815309e2f5 Use the right plugin names 2013-10-04 09:57:06 -07:00
Jorge Gallegos
f38fc1554c Updating the spec to
- Ship CHANGELOG
- Add libcap-devel to enable POSIX capabilities
- Obsoleting uwsgi-loggers because these are now shipped in the main
  binary
2013-10-04 09:20:46 -07:00
Jorge Gallegos
5d3d16b727 Embed the common logging plugins in main binary 2013-10-04 09:20:08 -07:00
Jorge Gallegos
6e9a7acef1 This got fixed a while ago, don't need it
This completes fix for BZ 912317
2013-10-04 08:59:59 -07:00
Jorge Gallegos
0e84450495 Get rid of the socket directive
Partly fixex BZ 912317
2013-10-04 08:55:25 -07:00
Jorge Gallegos
7ee31a5d23 Perhaps it will hold this time? 2013-10-02 22:27:14 -07:00
Jorge Gallegos
48fb6c96c4 Updating to 1.9.17
This also means I am updating with the new documentation from a
different github project, updating patches to the new tree and other
stuff
2013-10-02 22:25:54 -07:00
Jorge Gallegos
8b81de498a Updated patches to match 1.9.17 tree 2013-10-02 22:23:06 -07:00