Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e267053794 | ||
|
|
2020d850d7 | ||
|
|
06c082753d | ||
|
|
a9cc52c0d1 | ||
|
|
4bf1615dc7 | ||
|
|
0bbcd10060 | ||
|
|
8612dcffca | ||
|
|
613fc43cd5 | ||
|
|
bac1cde0f9 | ||
|
|
95085427ec | ||
|
|
f37fb1b5ca | ||
|
|
a7fac5a53f | ||
|
|
a6a18c375b |
1 changed files with 34 additions and 0 deletions
34
squid.yaml
Normal file
34
squid.yaml
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
name: squid
|
||||||
|
stream: 4
|
||||||
|
summary: Squid - Optimising Web Delivery
|
||||||
|
description: an initial version of the squid caching proxy module
|
||||||
|
license:
|
||||||
|
module: [ MIT ]
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: []
|
||||||
|
requires:
|
||||||
|
platform: []
|
||||||
|
references:
|
||||||
|
documentation: http://www.squid-cache.org/Doc/
|
||||||
|
tracker: https://bugs.squid-cache.org/index.cgi
|
||||||
|
profiles:
|
||||||
|
common:
|
||||||
|
rpms:
|
||||||
|
- squid
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- squid
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
squid:
|
||||||
|
rationale: squid caching proxy
|
||||||
|
ref: stream-4
|
||||||
|
buildorder: 2
|
||||||
|
libecap:
|
||||||
|
rationale: library needed by Squid
|
||||||
|
ref: stream-1.0
|
||||||
|
buildorder: 1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue