repo string | commit string | message string | diff string |
|---|---|---|---|
sunlightlabs/tcorps | c0656d6e406c946a090ca4aea80df50b52b77285 | Added the hidden inputs back around checkboxes | diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb
index e6d243b..eb23f70 100644
--- a/app/views/users/edit.html.erb
+++ b/app/views/users/edit.html.erb
@@ -1,47 +1,45 @@
<div class="mainTaskHeader">
<h2>Edit Profile</h2>
<div class="clear"></div>
</div>
<% form_for @user, :html => {:mu... |
sunlightlabs/tcorps | 9f100cd9241b330166bf46e7ab571f8b1a34ae1d | #77 - Obey the start time set in the admin area | diff --git a/app/models/campaign.rb b/app/models/campaign.rb
index b58295e..795973f 100644
--- a/app/models/campaign.rb
+++ b/app/models/campaign.rb
@@ -1,41 +1,41 @@
class Campaign < ActiveRecord::Base
belongs_to :creator, :class_name => 'User'
has_many :tasks
validates_presence_of :name, :points, :url, ... |
sunlightlabs/tcorps | c25aa7e89940ab4aa16b6eeae74992227383d59f | style changes to checkboxes for Join us section | diff --git a/app/views/layouts/partials/_user_sidebar.html.erb b/app/views/layouts/partials/_user_sidebar.html.erb
index f382140..c206447 100644
--- a/app/views/layouts/partials/_user_sidebar.html.erb
+++ b/app/views/layouts/partials/_user_sidebar.html.erb
@@ -1,9 +1,10 @@
<h3 class="space">Top Members</h3>
<ul id="n... |
sunlightlabs/tcorps | 2671d791228b98998d9cbb19623cb95e95d68f51 | Added a checkbox for subscribing to Sunlight services | diff --git a/app/models/user.rb b/app/models/user.rb
index 17a11dc..4beedb3 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,49 +1,49 @@
class User < ActiveRecord::Base
- attr_accessible :login, :email, :openid_identifier, :password, :password_confirmation, :avatar, :subscribe_campaigns
+ attr_accessib... |
sunlightlabs/tcorps | 5d06867d1c7b9e3a11126be5d30953b9d6688753 | After much wrangling, simply hid the links to explain, profile, and select when running under sqlite3 | diff --git a/config/environments/development.rb b/config/environments/development.rb
index e9df74f..1316dc0 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -1,23 +1,26 @@
# Settings specified here will take precedence over those in config/environment.rb
# In the developme... |
sunlightlabs/tcorps | 1ec6de5949062fdd98b6b180adb63512c026b399 | Took off password prompt from rack::bug JS | diff --git a/vendor/plugins/rack-bug/lib/rack/bug/public/__rack_bug__/bookmarklet.js b/vendor/plugins/rack-bug/lib/rack/bug/public/__rack_bug__/bookmarklet.js
index 3f93392..0643de5 100644
--- a/vendor/plugins/rack-bug/lib/rack/bug/public/__rack_bug__/bookmarklet.js
+++ b/vendor/plugins/rack-bug/lib/rack/bug/public/__r... |
sunlightlabs/tcorps | 365841a884122614fabda72a826a32fe80494b4c | Added rack-bug into TCorps, with a slight monkeypatching of ruby-openid's monkeypatching of ActiveSupport's monkeypatching | diff --git a/config/environments/development.rb b/config/environments/development.rb
index 5883408..e9df74f 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -1,21 +1,23 @@
# Settings specified here will take precedence over those in config/environment.rb
# In the developme... |
sunlightlabs/tcorps | 8c0faf063d810eb9de37a8ba1ae02baa48e31051 | Enabled display of total elapsed seconds in the form of minutes, in the admin section | diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 8aac04e..b853558 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -1,32 +1,36 @@
module ApplicationHelper
def is_home?(body_class)
[nil, :home].include? body_class
end
def... |
sunlightlabs/tcorps | 4e54b40d4e6e9b5a5bb11bab3ba578f1c1e614a3 | Fixed a 0 / 0 bug in Campaign.percent_complete | diff --git a/app/models/campaign.rb b/app/models/campaign.rb
index 3d9a54a..b58295e 100644
--- a/app/models/campaign.rb
+++ b/app/models/campaign.rb
@@ -1,36 +1,41 @@
class Campaign < ActiveRecord::Base
belongs_to :creator, :class_name => 'User'
has_many :tasks
validates_presence_of :name, :points, :url, ... |
sunlightlabs/tcorps | c688b30233632e23230809dfe33be6d1c054221f | Enabled the 'People participating' statistic in the admin section | diff --git a/app/models/user.rb b/app/models/user.rb
index 2c245a8..17a11dc 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,46 +1,49 @@
class User < ActiveRecord::Base
attr_accessible :login, :email, :openid_identifier, :password, :password_confirmation, :avatar, :subscribe_campaigns
has_many :t... |
sunlightlabs/tcorps | 3d7f0dd1b34545d950c8e9f214063db8aa30d1dd | Enabled task complete stats on the admin area | diff --git a/app/models/campaign.rb b/app/models/campaign.rb
index 74095d4..3d9a54a 100644
--- a/app/models/campaign.rb
+++ b/app/models/campaign.rb
@@ -1,32 +1,36 @@
class Campaign < ActiveRecord::Base
belongs_to :creator, :class_name => 'User'
has_many :tasks
validates_presence_of :name, :points, :url, ... |
sunlightlabs/tcorps | 1890ca75254aebc7acfce83b6f74fc9e084488b0 | Fixed bug where subscription option couldn't be set from a form without whitelisting | diff --git a/app/models/user.rb b/app/models/user.rb
index 6ea936b..2c245a8 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,46 +1,46 @@
class User < ActiveRecord::Base
- attr_accessible :login, :email, :openid_identifier, :password, :password_confirmation, :avatar
+ attr_accessible :login, :email, :op... |
sunlightlabs/tcorps | e9eb5f75ff09763fbd3568c172d40cf75399eb54 | Added a checkbox to allow people to subscribe to email notifications when new campaigns are added | diff --git a/app/controllers/admin/campaigns_controller.rb b/app/controllers/admin/campaigns_controller.rb
index 1fd1d8f..36425b0 100644
--- a/app/controllers/admin/campaigns_controller.rb
+++ b/app/controllers/admin/campaigns_controller.rb
@@ -1,58 +1,64 @@
class Admin::CampaignsController < ApplicationController
... |
sunlightlabs/tcorps | 9d4d0c751797731cb8d36b12ddd94c50e18df9d3 | Extended the TransparencyCorps API to allow for new tasks to be generated, and for the client app to request the URL for this new task at the time of marking the first task as completed | diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 3061e17..da54c9c 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -1,81 +1,100 @@
# Filters added to this controller apply to all controllers in the applicat... |
sunlightlabs/tcorps | b167b1acba0223eefc185dd57ac475264c360fe1 | Changed New Members to Top Members | diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb
index 0c948e0..8ee2b29 100644
--- a/app/controllers/pages_controller.rb
+++ b/app/controllers/pages_controller.rb
@@ -1,22 +1,22 @@
class PagesController < ApplicationController
skip_before_filter :load_sidebar, :only => :index... |
sunlightlabs/tcorps | a42671056953ac23c72dec9d65d9e8bd480f3223 | Rearranged home page layout, displaying tasks and users | diff --git a/app/controllers/campaigns_controller.rb b/app/controllers/campaigns_controller.rb
index 96e5ba9..018e309 100644
--- a/app/controllers/campaigns_controller.rb
+++ b/app/controllers/campaigns_controller.rb
@@ -1,26 +1,27 @@
class CampaignsController < ApplicationController
before_filter :load_campaig... |
sunlightlabs/tcorps | 7f799f6ef1dae498c9f89c6a0732546c4867cabf | Added weird looking sidebar to the users | diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb
index 9db62d5..04c4c5d 100644
--- a/app/controllers/pages_controller.rb
+++ b/app/controllers/pages_controller.rb
@@ -1,19 +1,19 @@
class PagesController < ApplicationController
def index
-
+ @users = User.all :order => ... |
sunlightlabs/tcorps | 3f5032d411079702e73fb5215a2d6dd20335aa52 | Added an email address to the contact page, with basic JavaScript obfuscation. | diff --git a/app/views/pages/contact.html.erb b/app/views/pages/contact.html.erb
index 2244265..b852260 100644
--- a/app/views/pages/contact.html.erb
+++ b/app/views/pages/contact.html.erb
@@ -1,44 +1,51 @@
<% content_for :class, :contact %>
<div class="mainTaskHeader">
<h2>Contact Us</h2>
<div class="clear">... |
mark-kubacki/ossdl-overlay | d1d979abeba3e15e799682185f7e764d0d176e40 | net-misc/youtube-dl-2015.10.13 | diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 89b7f63..dde8afb 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,3 @@
AUX 0001-Allow-cipher-RC4-because-Youtube-wont-work-without.patch 765 SHA256 74359a5967116a63443d35fc8b8014b70829a7e1d40695f22cb76... |
mark-kubacki/ossdl-overlay | 9e2ac4abbbe073dd882b3eb642d7b1f6eba33c2b | dev-lang/gcc-5.0_alpha20150825 | diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index f9ab6ff..336a0ce 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,20 +1,20 @@
AUX 4.x/4.9-0x47-is-broadwell.patch 922 SHA256 12f2081c2325704ed6e899720649d2f33e59bfd4486eff5bd3c61c338b4fd8bf SHA512 0e54e2e22be131a8d9a69c24caf91cacd... |
mark-kubacki/ossdl-overlay | adbfbb8f0e507d93fe6337cad0edd939cacdb9d1 | net-p2p/rtorrent-0.9.4-r1: fixes for semi-static builds | diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
deleted file mode 100644
index 89925a4..0000000
--- a/net-p2p/rtorrent/ChangeLog
+++ /dev/null
@@ -1,770 +0,0 @@
-# ChangeLog for net-p2p/rtorrent
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x... |
mark-kubacki/ossdl-overlay | 47adccbd48cbe1c1586573aeb4bb195cdccb330b | net-misc/curl-7.44.0: add -ldl and retain the *.la for semi-static builds | diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest
index 05104a3..47537da 100644
--- a/net-misc/curl/Manifest
+++ b/net-misc/curl/Manifest
@@ -1,11 +1,11 @@
AUX curl-7.30.0-prefix.patch 880 SHA256 12204b7a522edbb133a3143b40b25805654d937e27ae66ba5d566a99afaa809a SHA512 c7cd13b9ccbd12ed01ea121ffece9c23b898a5b3... |
mark-kubacki/ossdl-overlay | 419b35adcf4e493972c59c2e4981cc1e2e4c7be4 | net-misc/curl-7.44.0 | diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest
index ba998d0..05104a3 100644
--- a/net-misc/curl/Manifest
+++ b/net-misc/curl/Manifest
@@ -1,12 +1,11 @@
AUX curl-7.30.0-prefix.patch 880 SHA256 12204b7a522edbb133a3143b40b25805654d937e27ae66ba5d566a99afaa809a SHA512 c7cd13b9ccbd12ed01ea121ffece9c23b898a5b3... |
mark-kubacki/ossdl-overlay | 93addbb9aca48cefe87e72fa291dfa1dcd0a38db | net-libs/nghttp2-1.2.1 | diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index 758f8e1..e21873e 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1,5 +1,2 @@
-AUX 0001-Set-content-type-header-with-charset-for-.html-files.patch 2514 SHA256 39378f8b815ebc4ede87719b67fe8d1dafddc2226cf6194e530b623d94739d... |
mark-kubacki/ossdl-overlay | 75b2f9072741e65493a8a08d1a86987c52b0cf71 | app-shells/fish-2.2.0 | diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index a7e9361..2162df6 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,6 +1,3 @@
-AUX fish-2.1.0-putty-xterm.patch 1627 SHA256 2db412f96a3a1d59c252b7c1032fb0428cc0ba1b9864ebe9215e4f5025b72ddb SHA512 f1d7e0d56b6a223068e8fd6f3f5ba... |
mark-kubacki/ossdl-overlay | ef831f73556761997d1502e44e162009056dee85 | sys-devel/gcc-4.9.3 | diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 7e71b5b..b6660e9 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,2257 +1,2258 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public Licens... |
mark-kubacki/ossdl-overlay | 9c6eb94f1b7aa8c2ac312b976e799c3da851793e | sys-devel/binutils-2.25.1_p20150823 | diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index d6b7c9c..da92026 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -1 +1 @@
-EBUILD binutils-2.25_pre20141211.ebuild 473 SHA256 926baaf90ee426ca234a0c41fbc5e3e2d869574edcce6c29ba3c839411428db1 SHA512 1c57daa18a57d65... |
mark-kubacki/ossdl-overlay | 655f4e4d29dc8145d789fb481ccfcafda876b839 | dev-libs/boost-1.59.0 | diff --git a/dev-libs/boost/Manifest b/dev-libs/boost/Manifest
index d514588..48ffa98 100644
--- a/dev-libs/boost/Manifest
+++ b/dev-libs/boost/Manifest
@@ -1,12 +1,13 @@
AUX boost-1.48.0-disable_icu_rpath.patch 1073 SHA256 e1c947d20f0864e22f6dd2b091da6948bb51aec0d3323c37fe4264ddf57204b4 SHA512 efb62b65dbcb52258dcca07... |
mark-kubacki/ossdl-overlay | 4625be485f84e53a4f6e895cdd592057dff9e0a1 | dev-libs/capnproto-0.5.2 | diff --git a/dev-libs/capnproto/Manifest b/dev-libs/capnproto/Manifest
new file mode 100644
index 0000000..ba86f0c
--- /dev/null
+++ b/dev-libs/capnproto/Manifest
@@ -0,0 +1,2 @@
+DIST capnproto-0.5.2.tar.gz 2044383 SHA256 23145a0127c2b1629c4b72e6000e04991640e551947fa39fd06710d64bd942a8 SHA512 f724e1635d8b045e558d00716... |
mark-kubacki/ossdl-overlay | 6a6251a3261f904377b1e8acb0e257d5137a2ca9 | net-misc/youtube-dl-2015.06.04.1 | diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 901ec50..89b7f63 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,3 @@
AUX 0001-Allow-cipher-RC4-because-Youtube-wont-work-without.patch 765 SHA256 74359a5967116a63443d35fc8b8014b70829a7e1d40695f22cb76... |
mark-kubacki/ossdl-overlay | f48ab35d540de11f3be26f5f024db3ce4a6d6948 | app-shells/fish: fix grep usage | diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index 2cc1cee..a7e9361 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,5 +1,6 @@
AUX fish-2.1.0-putty-xterm.patch 1627 SHA256 2db412f96a3a1d59c252b7c1032fb0428cc0ba1b9864ebe9215e4f5025b72ddb SHA512 f1d7e0d56b6a223068e8fd6f3f5ba... |
mark-kubacki/ossdl-overlay | cc97e32844edcc142ce8d8ca22b083c127572b0c | dev-db/redis-3.0.2 | diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index ce1c9a9..7b178be 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -1,9 +1,9 @@
AUX configure.ac-2.2 1522 SHA256 349b9f826578a886930bf395b59e6bdf1802c453ffd4cadbfcc3cca49c07313f SHA512 7a67bbd2f5fcfd7e1bfe18b739438342d40484c3f178ef5e2ddb6... |
mark-kubacki/ossdl-overlay | 2701200c86ee2e23c38c2757e43a8a2668b76de0 | dev-db/redis-3.0.0: uses its own LUA, enables us to upgrade to 5.3 | diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
new file mode 100644
index 0000000..ce1c9a9
--- /dev/null
+++ b/dev-db/redis/Manifest
@@ -0,0 +1,9 @@
+AUX configure.ac-2.2 1522 SHA256 349b9f826578a886930bf395b59e6bdf1802c453ffd4cadbfcc3cca49c07313f SHA512 7a67bbd2f5fcfd7e1bfe18b739438342d40484c3f178ef5e2ddb6... |
mark-kubacki/ossdl-overlay | c91340eaaf0ada20963f3304d8eb2e8bfc100c14 | app-shells/fish-2.1.2: version bump | diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index 6e8b0f4..2cc1cee 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,5 +1,5 @@
AUX fish-2.1.0-putty-xterm.patch 1627 SHA256 2db412f96a3a1d59c252b7c1032fb0428cc0ba1b9864ebe9215e4f5025b72ddb SHA512 f1d7e0d56b6a223068e8fd6f3f5ba... |
mark-kubacki/ossdl-overlay | 97a5e81d3ca4fc4ce097175129171eb3e20fa3d9 | app-shells/bash-4.3_p39 | diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest
index d6f9b73..a6e8886 100644
--- a/app-shells/bash/Manifest
+++ b/app-shells/bash/Manifest
@@ -1,42 +1,52 @@
AUX bash-4.3-append-process-segfault.patch 675 SHA256 cadbc77924ce5e2ba3984263f1e5d5c877214f4b78bd7597c637aec059ee9592 SHA512 2c243f7ca4f689decb... |
mark-kubacki/ossdl-overlay | f67932785934293fbb5c33463bc3dc53bd6c09b2 | app-arch/pxz-5.0_pre20141018 | diff --git a/app-arch/pxz/Manifest b/app-arch/pxz/Manifest
new file mode 100644
index 0000000..86b1428
--- /dev/null
+++ b/app-arch/pxz/Manifest
@@ -0,0 +1,2 @@
+DIST pxz-5.0_pre20141018.tar.xz 11392 SHA256 c10347058fc3dba2a5163587d0175752efff5b43706236e183c3b6c48c2b60a2 SHA512 402e1526116d90da03af5393593a7743ad422b328... |
mark-kubacki/ossdl-overlay | 6ef9e7e94c9edd63958a8e46532132f7979f9b3f | sys-libs/ncurses-5.9.20150530 | diff --git a/sys-libs/ncurses/Manifest b/sys-libs/ncurses/Manifest
index 72e298c..be08240 100644
--- a/sys-libs/ncurses/Manifest
+++ b/sys-libs/ncurses/Manifest
@@ -1,8 +1,10 @@
AUX ncurses-5.7-nongnu.patch 361 SHA256 7efcf3daf57d73e348bea1ea7ee77071aef5338631958fd0db595a011570cec4 SHA512 818a3ac1c68c1a11f23471195a327... |
mark-kubacki/ossdl-overlay | 576dbf36ff6a1d80a2fa4a025ee1c4ecf2c2e8cd | www-servers/nginx: add support for SSL dynamic record size(s) | diff --git a/www-servers/nginx/files/nginx-1.9.1-SSL-dynamic-record-size-redux.patch b/www-servers/nginx/files/nginx-1.9.1-SSL-dynamic-record-size-redux.patch
new file mode 100644
index 0000000..c57787b
--- /dev/null
+++ b/www-servers/nginx/files/nginx-1.9.1-SSL-dynamic-record-size-redux.patch
@@ -0,0 +1,230 @@
+From 7... |
mark-kubacki/ossdl-overlay | ef35ad988876135e6522fbfa97f552c219e3834c | dev-php/hhvm-3.6.1 | diff --git a/dev-php/hhvm/Manifest b/dev-php/hhvm/Manifest
index d8c30bc..eb78352 100644
--- a/dev-php/hhvm/Manifest
+++ b/dev-php/hhvm/Manifest
@@ -1,7 +1,8 @@
AUX hhvm.confd-r4 1024 SHA256 53bfbbcbd90719d58e5c1ff483213d4f218816d0d9e3a29612eee95194209c06 SHA512 459d749db56fe03630bc5e8996c8b3b10dc083e092b86e0912d7172d... |
mark-kubacki/ossdl-overlay | 5aa466012f6fd4a6e2a618237245acf8f1a8ab19 | app-crypt/signify: change description | diff --git a/app-crypt/signify/Manifest b/app-crypt/signify/Manifest
index c36b6e1..4add831 100644
--- a/app-crypt/signify/Manifest
+++ b/app-crypt/signify/Manifest
@@ -1,3 +1,3 @@
AUX signify.1 4483 SHA256 42528dc3194cb7aba3ad6b122b7d7aa69513a618f403469d24ce95877890bb3e SHA512 9cdbaa87822897716bf24335ec0af151ab030bbd... |
mark-kubacki/ossdl-overlay | 34677d48ecd77f2d14bfeefa2bb56d0d6ce69abe | net-misc/youtube-dl-2015.04.17 | diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 375b113..901ec50 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,3 @@
AUX 0001-Allow-cipher-RC4-because-Youtube-wont-work-without.patch 765 SHA256 74359a5967116a63443d35fc8b8014b70829a7e1d40695f22cb76... |
mark-kubacki/ossdl-overlay | 84aa4edb251d9d9351a51fe0e038c4e467e7dc1d | net-misc/{igb,igbvf,ixgbe,ixgbevf}: version bumps | diff --git a/net-misc/e1000e/Manifest b/net-misc/e1000e/Manifest
index 043ac26..5ad5d00 100644
--- a/net-misc/e1000e/Manifest
+++ b/net-misc/e1000e/Manifest
@@ -1,4 +1,2 @@
-DIST e1000e-3.0.4.1.tar.gz 273879 SHA256 3761194691f76dec416f30d5dd497820afa1a67ca481a09b55d9d36e14db0d6f SHA512 f2dab1b14a940075133005d1e5b29741a... |
mark-kubacki/ossdl-overlay | 4e009de9481451c826836ac7fa91c3416c35fd1e | net-misc/nghttp2-0.7.5 | diff --git a/net-misc/nghttp2/Manifest b/net-misc/nghttp2/Manifest
index e37c448..758f8e1 100644
--- a/net-misc/nghttp2/Manifest
+++ b/net-misc/nghttp2/Manifest
@@ -1,5 +1,5 @@
AUX 0001-Set-content-type-header-with-charset-for-.html-files.patch 2514 SHA256 39378f8b815ebc4ede87719b67fe8d1dafddc2226cf6194e530b623d94739d... |
mark-kubacki/ossdl-overlay | b766a85a497a97874f5f14b178d24a9366cdb174 | net-misc/curl-7.41.0 | diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest
index 557c647..ba998d0 100644
--- a/net-misc/curl/Manifest
+++ b/net-misc/curl/Manifest
@@ -1,12 +1,12 @@
AUX curl-7.30.0-prefix.patch 880 SHA256 12204b7a522edbb133a3143b40b25805654d937e27ae66ba5d566a99afaa809a SHA512 c7cd13b9ccbd12ed01ea121ffece9c23b898a5b3... |
mark-kubacki/ossdl-overlay | d4892aaef91727653101b6fa5a4094c4e0b364c6 | dev-lang/python-2.7.9: fix timsort | diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 640b3d5..7d5fb52 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,9 +1,10 @@
AUX pydoc.conf 279 SHA256 6437e85d16d34efaf2665b3cabb0707392e6dee3df04989d3fcac63fd22997e8 SHA512 2d552b6262fa4c7cd75f45d93b8a2657eb9154decbc08f9... |
mark-kubacki/ossdl-overlay | ff9e3eee115bfdd8b2582a4faa24bd6b453f752e | www-servers/nginx-1.7.10: remove obsolete files | diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index f90ecc5..0052773 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,41 +1,34 @@
-AUX 0001-Nginx-1.5.7-from-5450-to-5458.patch 18500 SHA256 6a7a56f8372e1b1fd4560b54d81ad219c9aba3b30b1b0afd9490a649d6cb46be SHA512 1666e6... |
mark-kubacki/ossdl-overlay | 65e274d8100a44a9020cd4760a74c64dfe87f8a7 | net-misc/nghttp2-0.7.4 | diff --git a/net-misc/nghttp2/Manifest b/net-misc/nghttp2/Manifest
index 71c66a3..e37c448 100644
--- a/net-misc/nghttp2/Manifest
+++ b/net-misc/nghttp2/Manifest
@@ -1,5 +1,5 @@
AUX 0001-Set-content-type-header-with-charset-for-.html-files.patch 2514 SHA256 39378f8b815ebc4ede87719b67fe8d1dafddc2226cf6194e530b623d94739d... |
mark-kubacki/ossdl-overlay | ae06b435e0849fbf81946bdf221ec870441054d7 | app-crypt/signify-1.100 | diff --git a/app-crypt/signify/Manifest b/app-crypt/signify/Manifest
new file mode 100644
index 0000000..c36b6e1
--- /dev/null
+++ b/app-crypt/signify/Manifest
@@ -0,0 +1,3 @@
+AUX signify.1 4483 SHA256 42528dc3194cb7aba3ad6b122b7d7aa69513a618f403469d24ce95877890bb3e SHA512 9cdbaa87822897716bf24335ec0af151ab030bbd0360b... |
mark-kubacki/ossdl-overlay | 126cac5671629d6e04593985026928b2f53c7b4e | Add RPL-1.5 license. | diff --git a/license/RPL-1.5 b/license/RPL-1.5
new file mode 100644
index 0000000..7631935
--- /dev/null
+++ b/license/RPL-1.5
@@ -0,0 +1,548 @@
+Reciprocal Public License (RPL-1.5)
+
+Version 1.5, July 15, 2007
+
+Copyright (C) 2001-2007
+Technical Pursuit Inc.,
+All Rights Reserved.
+
+
+PREAMBLE
+
+The Reciprocal ... |
mark-kubacki/ossdl-overlay | e6ab3c5efebad074419c753a5c3dca9ba46c7d3f | net-im/prosody-0.9.7 | diff --git a/net-im/prosody/Manifest b/net-im/prosody/Manifest
index 43ed70c..a5d3fc8 100644
--- a/net-im/prosody/Manifest
+++ b/net-im/prosody/Manifest
@@ -1,5 +1,6 @@
-AUX prosody.initd 1211 SHA256 6fed1ff8b6861cd949e0566e3c6b30094d2a6e680b04745730f5d0c1f0cde289 SHA512 04cfc29f61f1d8ad1ac2a3686ab98af3a7fc3250e1e6145f... |
mark-kubacki/ossdl-overlay | fa3cdcd7dac4942f0ac0a1773d945ec2892927a7 | dev-db/monetdb-11.19.9 | diff --git a/dev-db/monetdb/Manifest b/dev-db/monetdb/Manifest
index 5224b1d..9e9eccf 100644
--- a/dev-db/monetdb/Manifest
+++ b/dev-db/monetdb/Manifest
@@ -1,6 +1,4 @@
AUX monetdb.conf-11.5.9 307 SHA256 d07fd9429c72029d314e0972d601d1a132a408ac52134e7e13a1e254ac6d1baa SHA512 72f928f00cf86c126ab73ab86324cc074feed8aee58... |
mark-kubacki/ossdl-overlay | c6dfd48a6c438d62f0e841e88d1d6586b598f899 | app-arch/plzip-1.3: semi-static version suitable for stage1 | diff --git a/app-arch/plzip/Manifest b/app-arch/plzip/Manifest
index f30b19d..ecde2c0 100644
--- a/app-arch/plzip/Manifest
+++ b/app-arch/plzip/Manifest
@@ -1,2 +1,2 @@
-DIST plzip-1.1.tar.gz 71881 SHA256 77d935fc83ffe6a3e689edd67441291a94dbfc468653eba33524909ef5c71f63 SHA512 8a4c9de51edc085c6142cd507c3f29b35c7604d7663... |
mark-kubacki/ossdl-overlay | d742c1b0a0aaed11dd0c5fe5780999c9359e108a | dev-php/hhvm-3.5.0: version bump | diff --git a/dev-php/hhvm/Manifest b/dev-php/hhvm/Manifest
index 73d115d..d8c30bc 100644
--- a/dev-php/hhvm/Manifest
+++ b/dev-php/hhvm/Manifest
@@ -1,6 +1,7 @@
AUX hhvm.confd-r4 1024 SHA256 53bfbbcbd90719d58e5c1ff483213d4f218816d0d9e3a29612eee95194209c06 SHA512 459d749db56fe03630bc5e8996c8b3b10dc083e092b86e0912d7172d... |
mark-kubacki/ossdl-overlay | 0a411721c6af97d994dcc96dc97100a25280b3b5 | sys-devel/gcc-5.0_alpha20150208 | diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 4eb5ead..0650b9d 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,17 +1,17 @@
AUX awk/fixlafiles.awk 7807 SHA256 3cae4890a295adef50c6cf8a7e14d1be4e7a2356479c073e5c29433c3cdf9c5c SHA512 a39e09db4f34d1358de9e929b4c1e10b677d7e8aeffd6... |
mark-kubacki/ossdl-overlay | a5a7d6e24bd0e40573493783118ca2307804da10 | www-apache/mod_pagespeed-1.9.32.3 | diff --git a/www-apache/mod_pagespeed/Manifest b/www-apache/mod_pagespeed/Manifest
index f073a57..9cbde5a 100644
--- a/www-apache/mod_pagespeed/Manifest
+++ b/www-apache/mod_pagespeed/Manifest
@@ -1,4 +1,5 @@
AUX 80_mod_pagespeed.conf 6918 SHA256 aa737f2454f93c3e593aac16167b1ddc88113d3bade742f901a0861398b5129d SHA512 ... |
mark-kubacki/ossdl-overlay | 6d0e443adab926d94f48c27b01f524ade359f837 | net-libs/apache-activemq-5.11.0 | diff --git a/net-libs/apache-activemq/Manifest b/net-libs/apache-activemq/Manifest
index 77ffb1b..dbddffc 100644
--- a/net-libs/apache-activemq/Manifest
+++ b/net-libs/apache-activemq/Manifest
@@ -1,4 +1,4 @@
AUX activemq.confd 691 SHA256 d56dfa8d455b86041c3a6283f0e68ce2deff04d56e72357a5c23672e9f9d2560 SHA512 800a4d3f... |
mark-kubacki/ossdl-overlay | 1a59adf456828603a47535455916843da70a4624 | net-misc/rsync-3.1.1 | diff --git a/net-misc/rsync/Manifest b/net-misc/rsync/Manifest
index 855c344..5274264 100644
--- a/net-misc/rsync/Manifest
+++ b/net-misc/rsync/Manifest
@@ -1,17 +1,16 @@
-AUX rsync-3.1.1_pre1-avoid_infinite_wait_reading_secrets_file.patch 2252 SHA256 6e57c9efc7c22bb9ce006ef3218b04653e5912bb9a86ed10eb58d9035ce3fcca SHA... |
mark-kubacki/ossdl-overlay | 6fc5dc376c3e7ea10bebaf59cc6dc246edaaccf2 | net-misc/youtube-dl-2015.02.10.5 | diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 9cc2407..375b113 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,3 @@
AUX 0001-Allow-cipher-RC4-because-Youtube-wont-work-without.patch 765 SHA256 74359a5967116a63443d35fc8b8014b70829a7e1d40695f22cb76... |
mark-kubacki/ossdl-overlay | faef733001fa94298079426dc71542a98257451d | www-servers/nginx-1.7.10 | diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index ec32881..f90ecc5 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,36 +1,41 @@
AUX 0001-Nginx-1.5.7-from-5450-to-5458.patch 18500 SHA256 6a7a56f8372e1b1fd4560b54d81ad219c9aba3b30b1b0afd9490a649d6cb46be SHA512 1666e6... |
mark-kubacki/ossdl-overlay | 2cb913145d119df93bf6f68446a6a62f91445f87 | net-misc/nghttp2-0.7.3 | diff --git a/net-misc/nghttp2/Manifest b/net-misc/nghttp2/Manifest
index 2694d28..71c66a3 100644
--- a/net-misc/nghttp2/Manifest
+++ b/net-misc/nghttp2/Manifest
@@ -1,5 +1,5 @@
AUX 0001-Set-content-type-header-with-charset-for-.html-files.patch 2514 SHA256 39378f8b815ebc4ede87719b67fe8d1dafddc2226cf6194e530b623d94739d... |
mark-kubacki/ossdl-overlay | 30df610c7b5421e610559d08db06b1dc4dd2639e | net-misc/youtube-dl-2015.01.23.3 | diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 832a19a..9cc2407 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,3 @@
AUX 0001-Allow-cipher-RC4-because-Youtube-wont-work-without.patch 765 SHA256 74359a5967116a63443d35fc8b8014b70829a7e1d40695f22cb76... |
mark-kubacki/ossdl-overlay | d5282719fd5ea84f9100502114016d70ba43d5b8 | dev-libs/thrift - Add sys-devel/bison version dependency | diff --git a/dev-libs/thrift/Manifest b/dev-libs/thrift/Manifest
index 576473d..051fda5 100644
--- a/dev-libs/thrift/Manifest
+++ b/dev-libs/thrift/Manifest
@@ -1,4 +1,4 @@
DIST libtool-2.4.tar.xz 852248 SHA256 afcce660d3dc54c63a0a5ba3cf05272239dc3c54bbeba20f6bad250f9dc007ae SHA512 6b706656cbe8a18d9b377b913d7430984abe... |
mark-kubacki/ossdl-overlay | 3bc8b42f673a29c08af5415987a7beeb79622fb7 | sys-devel/gcc-5.0_alpha20150111 | diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 74a9926..4eb5ead 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,17 +1,17 @@
AUX awk/fixlafiles.awk 7807 SHA256 3cae4890a295adef50c6cf8a7e14d1be4e7a2356479c073e5c29433c3cdf9c5c SHA512 a39e09db4f34d1358de9e929b4c1e10b677d7e8aeffd6... |
mark-kubacki/ossdl-overlay | a1543463c21a39ad6f908c4f23dc4997f9287225 | dev-php/hhvm-3.4.2 | diff --git a/dev-php/hhvm/Manifest b/dev-php/hhvm/Manifest
index b625bfc..73d115d 100644
--- a/dev-php/hhvm/Manifest
+++ b/dev-php/hhvm/Manifest
@@ -1,6 +1,6 @@
AUX hhvm.confd-r4 1024 SHA256 53bfbbcbd90719d58e5c1ff483213d4f218816d0d9e3a29612eee95194209c06 SHA512 459d749db56fe03630bc5e8996c8b3b10dc083e092b86e0912d7172d... |
mark-kubacki/ossdl-overlay | 5176417d66e2333cf87b15287ed31fd7a261d18c | net-misc/nghttp2-0.7.1 | diff --git a/net-misc/nghttp2/Manifest b/net-misc/nghttp2/Manifest
index 2be7268..2694d28 100644
--- a/net-misc/nghttp2/Manifest
+++ b/net-misc/nghttp2/Manifest
@@ -1,5 +1,5 @@
AUX 0001-Set-content-type-header-with-charset-for-.html-files.patch 2514 SHA256 39378f8b815ebc4ede87719b67fe8d1dafddc2226cf6194e530b623d94739d... |
mark-kubacki/ossdl-overlay | 8af41ce419cb8fc07072689474ce9ebd0e9ff64e | net-misc/curl-7.40.0 | diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest
index cda02cc..557c647 100644
--- a/net-misc/curl/Manifest
+++ b/net-misc/curl/Manifest
@@ -1,12 +1,12 @@
AUX curl-7.30.0-prefix.patch 880 SHA256 12204b7a522edbb133a3143b40b25805654d937e27ae66ba5d566a99afaa809a SHA512 c7cd13b9ccbd12ed01ea121ffece9c23b898a5b3... |
mark-kubacki/ossdl-overlay | aeb6609ceef17497ed2bad14f095d0db39df590a | net-misc/nghttp2-0.7.0 | diff --git a/net-misc/nghttp2/Manifest b/net-misc/nghttp2/Manifest
index 7bb6326..2be7268 100644
--- a/net-misc/nghttp2/Manifest
+++ b/net-misc/nghttp2/Manifest
@@ -1,2 +1,5 @@
+AUX 0001-Set-content-type-header-with-charset-for-.html-files.patch 2514 SHA256 39378f8b815ebc4ede87719b67fe8d1dafddc2226cf6194e530b623d94739d... |
mark-kubacki/ossdl-overlay | 24a79d4e9f0a8fe73ac3299bb975b65f1fb50ed6 | dev-libs/openssl-1.0.2_pre20150110 | diff --git a/dev-libs/openssl/Manifest b/dev-libs/openssl/Manifest
index 0d5004a..e92f65a 100644
--- a/dev-libs/openssl/Manifest
+++ b/dev-libs/openssl/Manifest
@@ -1,18 +1,18 @@
AUX 0001-Add-RAND-engine-for-Linux-syscall-getrandom.patch 7246 SHA256 6f67d97fe7ffd63b20bb80d387c852eb41dce44be62177a51fe36be20e9ad0fd SHA5... |
mark-kubacki/ossdl-overlay | 0a785d8f6c0c772b8d8c922682e48b2703ef8e1a | dev-libs/openssl-1.0.2_pre20141229 | diff --git a/dev-libs/openssl/Manifest b/dev-libs/openssl/Manifest
index d810287..0d5004a 100644
--- a/dev-libs/openssl/Manifest
+++ b/dev-libs/openssl/Manifest
@@ -1,18 +1,18 @@
AUX 0001-Add-RAND-engine-for-Linux-syscall-getrandom.patch 7246 SHA256 6f67d97fe7ffd63b20bb80d387c852eb41dce44be62177a51fe36be20e9ad0fd SHA5... |
mark-kubacki/ossdl-overlay | ddb47206c20c960bb107f1db2f4c42eba929b0a4 | dev-libs/openssl-1.0.2_pre20141222 | diff --git a/dev-libs/openssl/Manifest b/dev-libs/openssl/Manifest
index 693ff74..d810287 100644
--- a/dev-libs/openssl/Manifest
+++ b/dev-libs/openssl/Manifest
@@ -1,18 +1,18 @@
AUX 0001-Add-RAND-engine-for-Linux-syscall-getrandom.patch 7246 SHA256 6f67d97fe7ffd63b20bb80d387c852eb41dce44be62177a51fe36be20e9ad0fd SHA5... |
mark-kubacki/ossdl-overlay | 37c2679dba20fe7bc9e2ffd91ff51d871c8bff73 | net-misc/youtube-dl-2014.12.17.2 | diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index ffd6701..832a19a 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,9 +1,3 @@
-AUX 0001-Allow-cipher-RC4-because-Youtube-wont-work-without.patch 764 SHA256 961609a1bf6894a5b48e074c285edea40d3225e1196b3ea35409f... |
mark-kubacki/ossdl-overlay | b5cac12833f7eea1ca2a8cac1c580aaa50e3ce12 | dev-lang/python: use "semi-static" to get a static version | diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index bd5a1ac..640b3d5 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,8 +1,9 @@
AUX pydoc.conf 279 SHA256 6437e85d16d34efaf2665b3cabb0707392e6dee3df04989d3fcac63fd22997e8 SHA512 2d552b6262fa4c7cd75f45d93b8a2657eb9154decbc08f9b... |
mark-kubacki/ossdl-overlay | 514f5d818b2252bcb36862252c36865b6376057f | dev-libs/python-2.7.9: stronger cipher ~ and a curve selection | diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 986e761..bd5a1ac 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,38 +1,8 @@
-AUX CVE-2013-4238_py27.patch 11591 SHA256 050cc2d4b9d588f2587010a30819591e02130fde90594782993a39c945c1559b SHA512 f9b1d0573bc7175b8fe6bdd8b6777a3... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.