Displaying
1
—
49
of
877
commits
(0.012s)
FreeBSD Ports
—
head/audio/grip/files patch-src-gripcfg.c
Build with clang once more; fix a void return from int function.
Not that the result is ever checked... but never mind about that.
Reviewed by: Silence on multimedia@
| Delta |
File |
| +11 |
-0 |
head/audio/grip/files/patch-src-gripcfg.c |
| +11 |
-0 |
1 file
|
FreeBSD Ports
—
head/security/cfs/files cfsd.in pkg-message.in
Use explicit IP for localhost rather than DNS name; this causes ipv6 attempts
PR: ports/155788
Submitted by: System Administrator <root at naboo.vindaloo.com>
Pass flag to mount to disable lockd
PR: ports/137378
Submitted by: kib
| Delta |
File |
| +3 |
-2 |
head/security/cfs/files/cfsd.in |
| +1 |
-1 |
head/security/cfs/files/pkg-message.in |
| +4 |
-3 |
2 files
|
FreeBSD Ports
—
head MOVED, head/security Makefile cfs
security/cfs: Resurrect and maintain CFS.
The referenced security issues have been fixed in this version (1.5.0 beta), and
some small bugs have been found too, with many fixes from Debian's Gerrit Pape.
Obtained from: Debian (parts)
Security: CVE-2002-0351
Security: CVE-2006-3123
| Delta |
File |
| +0 |
-413 |
head/security/cfs/files/patch-cfs__des.c |
| +0 |
-241 |
head/security/cfs/files/patch-cfs__nfs.c |
| +0 |
-226 |
head/security/cfs/files/patch-shs.c |
| +0 |
-98 |
head/security/cfs/files/patch-truerand.c |
| +0 |
-76 |
head/security/cfs/files/patch-cfs__fh.c |
| +0 |
-53 |
head/security/cfs/files/cfsd.sh.in |
| +65 |
-301 |
19 files not shown |
| +65 |
-1,408 |
25 files
|
FreeBSD Ports
—
head/Tools/scripts addport
Fix -c option
PR: ports/178193
Submitted by: tota
| Delta |
File |
| +2 |
-1 |
head/Tools/scripts/addport |
| +2 |
-1 |
1 file
|
FreeBSD Ports
—
head/Tools/scripts addport
Use MAINTAINER line for Submitted by: if Created by: does not exist.
Still prefer Created by because we still don't use real
names in MAINTAINER lines (oh please let that change....)
Submitted by: jgh (based on)
| Delta |
File |
| +4 |
-2 |
head/Tools/scripts/addport |
| +4 |
-2 |
1 file
|
FreeBSD Ports
—
head/databases/postgresql91-server Makefile, head/databases/postgresql92-server Makefile
Don't build client with ldap-- this is unnecessary and causes build breakage
for package building because of lack of LDAP installation.
PR: ports/177381
Tested by: Chris Dukes <chris.dukes.aix at gmail.com>
| Delta |
File |
| +3 |
-3 |
head/databases/postgresql91-server/Makefile |
| +3 |
-3 |
head/databases/postgresql92-server/Makefile |
| +6 |
-6 |
2 files
|
FreeBSD Ports
—
head/java/jboss72 distinfo Makefile, head/java/jboss72/files jboss72.in
java/jboss72: distfile rerolled and enhance rc script
Distfile was rerolled, maintainer has checked that there are no spurious changes
RC script now can be tuned to hard way kill stuck JBoss or any child
processes preventing restart; RC script can be configured to make a
delay after killing (for example for restart).
Add LICENSE info.
PR: ports/178142
Submitted by: Alexander Yerenkow <yerenkow at gmail.com> (maintainer)
| Delta |
File |
| +21 |
-6 |
head/java/jboss72/files/jboss72.in |
| +2 |
-2 |
head/java/jboss72/distinfo |
| +3 |
-1 |
head/java/jboss72/Makefile |
| +26 |
-9 |
3 files
|
FreeBSD Ports
—
head/net/minidlna Makefile, head/net/minidlna/files config.h.in config.h
Fix build when flac is compiled WITHOUT_NLS
PR: ports/177803
Approved by: william (maintainer)
| Delta |
File |
| +34 |
-0 |
head/net/minidlna/files/config.h.in |
| +0 |
-34 |
head/net/minidlna/files/config.h |
| +11 |
-0 |
head/net/minidlna/Makefile |
| +1 |
-1 |
head/net/minidlna/files/BSDmakefile |
| +46 |
-35 |
4 files
|
FreeBSD Ports
—
head/audio/musicpd Makefile
audio/musicpd: Add support for bonjour/mDNSResponder
PR: ports/178274
Submitted by: Matthieu Volat <mazhe at alkumuna.eu>
| Delta |
File |
| +10 |
-1 |
head/audio/musicpd/Makefile |
| +10 |
-1 |
1 file
|
FreeBSD Ports
—
head/audio/xwave pkg-message
audio/xwave: Fix typo
PR: ports/175986
Submitted by: Christoph Mallon <christoph.mallon at gmx.de>
Approved by: maintainer
| Delta |
File |
| +1 |
-1 |
head/audio/xwave/pkg-message |
| +1 |
-1 |
1 file
|
FreeBSD Ports
—
head/deskutils/taskjuggler pkg-plist Makefile
deskutils/taskjuggler: Update to 3.4.0
taskjuggler is now a Rubygem, and the install is hugely simplified as reflected
in the Makefile.
Default Ruby version switch cannot come soon enough-- Ruby 1.9 required!
PR: ports/177046
| Delta |
File |
| +10 |
-113 |
head/deskutils/taskjuggler/pkg-plist |
| +13 |
-80 |
head/deskutils/taskjuggler/Makefile |
| +2 |
-2 |
head/deskutils/taskjuggler/distinfo |
| +0 |
-0 |
head/deskutils/taskjuggler/files/ |
| +25 |
-195 |
4 files
|
FreeBSD
—
head/etc/rc.d mountlate, head/sbin/mount mount.c mount.8
Introduce and use new flag -L to mount for mounting only late filesystems.
Previously, rc.d/mountlate mounted *all* filesystems, causing problems with
background NFS mounts being mounted twice.
PR: conf/137629
Submitted by: eadler (original concept)
Reviewed by: mjg
Approved by: hrs
| Delta |
File |
| +4 |
-13 |
head/etc/rc.d/mountlate |
| +9 |
-2 |
head/sbin/mount/mount.c |
| +7 |
-0 |
head/sbin/mount/mount.8 |
| +20 |
-15 |
3 files
|
FreeBSD Ports
—
head/audio/mbrolavox Makefile Makefile.options
audio/mbrolavox: Fix options generation to get sane defaults
| Delta |
File |
| +2 |
-2 |
head/audio/mbrolavox/Makefile |
| +2 |
-1 |
head/audio/mbrolavox/Makefile.options |
| +4 |
-3 |
2 files
|
FreeBSD Ports
—
head/audio/mbrolavox Makefile
audio/mbrolavox: Error if no OPTION is selected
Notified by: bdrewery
| Delta |
File |
| +4 |
-0 |
head/audio/mbrolavox/Makefile |
| +4 |
-0 |
1 file
|
FreeBSD Ports
—
head/devel/subversion-static Makefile
Use OPTIONS_SLAVE
Submitted by: bapt
| Delta |
File |
| +2 |
-2 |
head/devel/subversion-static/Makefile |
| +2 |
-2 |
1 file
|
FreeBSD Ports
—
head/devel/rclint distinfo Makefile
Update to 0.0.6
Changes:
Make less fragile-- don't break if there are spaces in function definitions
Return the correct line number if giving an error in a function
| Delta |
File |
| +2 |
-2 |
head/devel/rclint/distinfo |
| +1 |
-1 |
head/devel/rclint/Makefile |
| +3 |
-3 |
2 files
|
Document move of ruby-term-ansicolor
PR: ports/177856
| Delta |
File |
| +1 |
-0 |
head/MOVED |
| +1 |
-0 |
1 file
|
FreeBSD Ports
—
head/devel Makefile ruby-term-ansicolor, head/devel/rubygem-term-ansicolor Makefile pkg-plist
devel/ruby-term-ansicolor: Update and move origin
term-ansicolor is now a rubygem, and is at version 1.1.4.
PR: ports/177856
Approved by: maintainer timeout (clsung, 16 days)
| Delta |
File |
| +15 |
-22 |
head/devel/rubygem-term-ansicolor/Makefile |
| +0 |
-9 |
head/devel/rubygem-term-ansicolor/pkg-plist |
| +2 |
-2 |
head/devel/rubygem-term-ansicolor/distinfo |
| +1 |
-1 |
head/devel/Makefile |
| +0 |
-0 |
head/devel/ruby-term-ansicolor/ |
| +0 |
-0 |
head/devel/rubygem-term-ansicolor/ |
| +18 |
-34 |
6 files
|
FreeBSD Ports
—
head/audio/musicpd Makefile pkg-plist, head/audio/musicpd/files musicpd.in pkg-message.in
audio/musicpd: Update to 0.17.3
Take out the compatibility shims for people who redefined MPDCONF-- they've
had enough warning. Error out with some helpful hints if people still haven't
moved to using musicpd.conf
| Delta |
File |
| +27 |
-26 |
head/audio/musicpd/Makefile |
| +4 |
-3 |
head/audio/musicpd/pkg-plist |
| +3 |
-3 |
head/audio/musicpd/files/musicpd.in |
| +2 |
-2 |
head/audio/musicpd/distinfo |
| +1 |
-1 |
head/audio/musicpd/files/pkg-message.in |
| +37 |
-35 |
5 files
|
FreeBSD Ports
—
head/audio/baresip Makefile, head/audio/re Makefile
Add licence info to some ports
Submitted by: 4721
| Delta |
File |
| +4 |
-7 |
head/textproc/atom/Makefile |
| +5 |
-6 |
head/sysutils/runit/Makefile |
| +4 |
-5 |
head/mail/biabam/Makefile |
| +4 |
-5 |
head/www/mnogosearch/Makefile |
| +4 |
-5 |
head/graphics/libvisual04/Makefile |
| +4 |
-5 |
head/net/openradius/Makefile |
| +26 |
-15 |
10 files not shown |
| +51 |
-48 |
16 files
|
Add warning for sudo users that removing gettext will lock them out!
| Delta |
File |
| +3 |
-0 |
head/UPDATING |
| +3 |
-0 |
1 file
|
FreeBSD Ports
—
head/databases/postgresql84-server Makefile, head/databases/postgresql91-server Makefile
databases/postgresql-server ports: Unbreak NLS
Submitted by: bapt
| Delta |
File |
| +4 |
-2 |
head/databases/postgresql84-server/Makefile |
| +4 |
-2 |
head/databases/postgresql91-server/Makefile |
| +4 |
-2 |
head/databases/postgresql92-server/Makefile |
| +12 |
-6 |
3 files
|
FreeBSD Ports
—
head/devel/cross-gcc Makefile distinfo
devel/cross-gcc: Update to 4.5.4
While here, use an OPTION for RTEMS patches
Submitted by: Christoph Mallon <christoph.mallon at gmx.de>
| Delta |
File |
| +11 |
-9 |
head/devel/cross-gcc/Makefile |
| +4 |
-4 |
head/devel/cross-gcc/distinfo |
| +15 |
-13 |
2 files
|
FreeBSD Ports
—
head/databases/postgresql84-server Makefile, head/databases/postgresql91-server Makefile
databases/postgresql{84,91,92}-server: Readd bsd.port.pre.mk; it is required for checking
existence of files in FILESDIR
| Delta |
File |
| +4 |
-3 |
head/databases/postgresql84-server/Makefile |
| +3 |
-2 |
head/databases/postgresql91-server/Makefile |
| +3 |
-2 |
head/databases/postgresql92-server/Makefile |
| +10 |
-7 |
3 files
|
FreeBSD Ports
—
head/devel/cross-binutils Makefile
devel/cross-binutils: Don't install generic info files; they conflict with
other cross-binutils slaves
| Delta |
File |
| +3 |
-5 |
head/devel/cross-binutils/Makefile |
| +3 |
-5 |
1 file
|
FreeBSD Ports
—
head/devel/cross-binutils Makefile distinfo
devel/cross-binutils: Fix and update to 2.23.2
- For mips no gprof was built, so installing failed.
- Building failed for ppc in version 2.21.
- Add an option for the switch WITH_RTEMS_PATCHES
Christoph has also valiantly agreed to be set as MAINTAINER.
PR: ports/177851
Submitted by: Christoph Mallon <christoph.mallon at gmx.de>
| Delta |
File |
| +25 |
-19 |
head/devel/cross-binutils/Makefile |
| +4 |
-4 |
head/devel/cross-binutils/distinfo |
| +29 |
-23 |
2 files
|
FreeBSD Ports
—
head/audio/mbrolavox Makefile.options Makefile
Update to OPTIONSng
Base the OPTIONS on the voices.conf, but don't generate on the fly; makes
make index et al slower
| Delta |
File |
| +152 |
-0 |
head/audio/mbrolavox/Makefile.options |
| +33 |
-26 |
head/audio/mbrolavox/Makefile |
| +185 |
-26 |
2 files
|
FreeBSD Ports
—
head/astro/gpsman Makefile distinfo
Update to 6.4.4
* new option in file config.tcl indicating whether GPSMan data can be
appended to an existing file when saving; to be used with care as a
file with conflicting time offsets can result that will not be
loaded by GPSMan; asked by Zvi Grauer.
* explicit support for the Garmin Street Pilot I, with thanks to
Martin Espinoza who sent the protocols list.
In addition, I tried to clean up the port a wee bit:
* I removed a line in the Makefile that had been commented-out
Wed Jul 26 08:32:31 2006 UTC (r168793).
* I changed the USE_TK_RUN specification to permit the use of
Tcl/Tk 8.5 (and tested that it brings in 8.5 if that's
available, and that gpsman works with it).
PR: ports/178112
Submitted by: dhw (maintainer)
| Delta |
File |
| +2 |
-3 |
head/astro/gpsman/Makefile |
| +2 |
-2 |
head/astro/gpsman/distinfo |
| +4 |
-5 |
2 files
|
FreeBSD Ports
—
head/databases/mysql41-server/files mysql-server.in, head/databases/mysql50-server/files mysql-server.in
Very slight speedup on rc file parsing; use hostname variable in preference
to calling /bin/hostname if available
Approved by: ale (maintainer)
| Delta |
File |
| +2 |
-1 |
head/databases/mysql41-server/files/mysql-server.in |
| +2 |
-1 |
head/databases/mysql50-server/files/mysql-server.in |
| +2 |
-1 |
head/databases/mysql51-server/files/mysql-server.in |
| +2 |
-1 |
head/databases/mysql55-server/files/mysql-server.in |
| +2 |
-1 |
head/databases/mysql56-server/files/mysql-server.in |
| +10 |
-5 |
5 files
|
FreeBSD Ports
—
head/audio/ladspa Makefile
Unbreak on head (probably ccache too)
PR: ports/178058
Approved by: arved (maintainer)
| Delta |
File |
| +1 |
-1 |
head/audio/ladspa/Makefile |
| +1 |
-1 |
1 file
|
FreeBSD Ports
—
head/x11/rsibreak-kde4 Makefile distinfo
Update to 0.11
Use new MASTER_SITES
PR: ports/178000
Submitted by: John Marino <draco at marino.st>
Feature safe: yes
| Delta |
File |
| +5 |
-9 |
head/x11/rsibreak-kde4/Makefile |
| +2 |
-2 |
head/x11/rsibreak-kde4/distinfo |
| +1 |
-1 |
head/x11/rsibreak-kde4/pkg-plist |
| +8 |
-12 |
3 files
|
FreeBSD Ports
—
head/devel/cross-gcc Makefile
Breaks on a 4-core build, mark MAKE_JOBS_UNSAFE
Submitted by: Christoph Mallon <christoph.mallon at gmx.de>
Feature safe: yes
| Delta |
File |
| +1 |
-0 |
head/devel/cross-gcc/Makefile |
| +1 |
-0 |
1 file
|
FreeBSD Ports
—
head/devel/p5-File-SafeDO Makefile, head/textproc/p5-DocSet Makefile
Bump PORTREVISIONS, because of users installing with ports+pkgng
Submitted by: miwi
Feature safe: yes
| Delta |
File |
| +2 |
-6 |
head/textproc/p5-DocSet/Makefile |
| +2 |
-5 |
head/www/p5-WebService-BuzzurlAPI/Makefile |
| +1 |
-5 |
head/devel/p5-File-SafeDO/Makefile |
| +5 |
-16 |
3 files
|
FreeBSD Ports
—
head/net/get_iplayer pkg-deinstall Makefile, head/net/get_iplayer/files get_iplayer.in
Update to 2.82
Remove incredibly naive pkg-deinstall script, and do general cleaning up
Reminded by: Stefan Bethke <stb at lassitu.de>
Feature safe: yes
| Delta |
File |
| +0 |
-59 |
head/net/get_iplayer/pkg-deinstall |
| +15 |
-27 |
head/net/get_iplayer/Makefile |
| +9 |
-14 |
head/net/get_iplayer/files/get_iplayer.in |
| +2 |
-2 |
head/net/get_iplayer/distinfo |
| +26 |
-102 |
4 files
|
FreeBSD Ports
—
head/devel/p5-File-SafeDO pkg-plist
Fix plist
PR: ports/177602
Submitted by: John Marino <draco at marino.st>
Feature safe: yes
| Delta |
File |
| +0 |
-1 |
head/devel/p5-File-SafeDO/pkg-plist |
| +0 |
-1 |
1 file
|
FreeBSD Ports
—
head/textproc/p5-DocSet pkg-plist
Fix plist
PR: ports/177602
Submitted by: John Marino <draco at marino.st>
Feature safe: yes
| Delta |
File |
| +0 |
-1 |
head/textproc/p5-DocSet/pkg-plist |
| +0 |
-1 |
1 file
|
FreeBSD Ports
—
head/www/p5-WebService-BuzzurlAPI pkg-plist
Remove directory from plist
PR: ports/177606
Submitted by: John Marino <draco at marino.st>
Feature safe: yes
| Delta |
File |
| +0 |
-1 |
head/www/p5-WebService-BuzzurlAPI/pkg-plist |
| +0 |
-1 |
1 file
|
FreeBSD Ports
—
head/sysutils/py-psutil Makefile, head/sysutils/py-psutil/files patch-psutil-_psutil_bsd.c
Fix on FreeBSD 8+
PR: ports/172803
Submitted by: Jan Beich
Approved by: maintainer timeout (sunpoet, ~6 months)
Approved by: portmgr (decke)
| Delta |
File |
| +30 |
-0 |
head/sysutils/py-psutil/files/patch-psutil-_psutil_bsd.c |
| +2 |
-5 |
head/sysutils/py-psutil/Makefile |
| +32 |
-5 |
2 files
|
Tijl never really needed mentoring anyway.
Happy fixing!
Approved by: portmgr (implicit)
| Delta |
File |
| +0 |
-1 |
svnadmin/conf/mentors |
| +0 |
-1 |
1 file
|
Don't install catman pages; causes leftovers.
Catman pages are unnecessary these days anyway.
Approved by: portmgr (miwi)
| Delta |
File |
| +1 |
-0 |
head/mail/elm/Makefile |
| +1 |
-0 |
1 file
|
FreeBSD Ports
—
svnadmin/conf access mentors
Tijl Coosemans (tijl@) has been quietly submitting ports patches for years,
and clearly knows what he's doing.
Time for him to get his own patches in!
I'll be his mentor, though I doubt he is in need of much direction.
Approved by: portmgr
| Delta |
File |
| +1 |
-0 |
svnadmin/conf/access |
| +1 |
-0 |
svnadmin/conf/mentors |
| +2 |
-0 |
2 files
|
FreeBSD Ports
—
head/audio/tkeca Makefile pkg-plist
| Delta |
File |
| +1 |
-0 |
head/audio/tkeca/Makefile |
| +0 |
-1 |
head/audio/tkeca/pkg-plist |
| +1 |
-1 |
2 files
|
FreeBSD Ports
—
head/audio Makefile tkeca, head/audio/tkeca Makefile pkg-descr
Tkeca is a TCL/TK frontend for Kai Vehmanen's ECASOUND.
It's intended to have all the ECASOUND features including:
- unlimited number of tracks
- volume and pan control on each track
- up to 8 effects for each track
- LADSPA support
- multitrack support
- multiple inputs/outputs/soundcards
- effects preview
- multiple takes on each track
- mute track
WWW: http://tkeca.sourceforge.net/
| Delta |
File |
| +37 |
-0 |
head/audio/tkeca/Makefile |
| +14 |
-0 |
head/audio/tkeca/pkg-descr |
| +7 |
-0 |
head/audio/tkeca/pkg-plist |
| +2 |
-0 |
head/audio/tkeca/distinfo |
| +1 |
-0 |
head/audio/Makefile |
| +0 |
-0 |
head/audio/tkeca/ |
| +61 |
-0 |
6 files
|
FreeBSD Ports
—
head/ports-mgmt/portdowngrade Makefile, head/ports-mgmt/portdowngrade/files portdowngrade
Update to 1.3
- Add recurse option, to recover ports that the recovered port depends on
- Add recurse option, to recover ports that the recovered port depends on
| Delta |
File |
| +111 |
-14 |
head/ports-mgmt/portdowngrade/files/portdowngrade |
| +1 |
-1 |
head/ports-mgmt/portdowngrade/Makefile |
| +112 |
-15 |
2 files
|
FreeBSD Ports
—
head/sysutils Makefile jaildaemon, head/sysutils/jaildaemon Makefile pkg-descr
Jaildaemon provides services for a fixed command-line interface between
FreeBSD jails and their host system
WWW: http://erdgeist.org/arts/software/jaildaemon/
PR: ports/176918
Submitted by: Dirk Engling <erdgeist at erdgeist.org>
| Delta |
File |
| +24 |
-0 |
head/sysutils/jaildaemon/Makefile |
| +4 |
-0 |
head/sysutils/jaildaemon/pkg-descr |
| +2 |
-0 |
head/sysutils/jaildaemon/distinfo |
| +1 |
-0 |
head/sysutils/Makefile |
| +0 |
-0 |
head/sysutils/jaildaemon/ |
| +31 |
-0 |
5 files
|
FreeBSD Ports
—
head/www/p5-CGI-Enurl pkg-descr
| Delta |
File |
| +1 |
-1 |
head/www/p5-CGI-Enurl/pkg-descr |
| +1 |
-1 |
1 file
|
FreeBSD Ports
—
head/www Makefile p5-CGI-Enurl, head/www/p5-CGI-Enurl Makefile pkg-descr
| Delta |
File |
| +18 |
-0 |
head/www/p5-CGI-Enurl/Makefile |
| +5 |
-0 |
head/www/p5-CGI-Enurl/pkg-descr |
| +3 |
-0 |
head/www/p5-CGI-Enurl/pkg-plist |
| +2 |
-0 |
head/www/p5-CGI-Enurl/distinfo |
| +1 |
-0 |
head/www/Makefile |
| +0 |
-0 |
head/www/p5-CGI-Enurl/ |
| +29 |
-0 |
6 files
|
FreeBSD Ports
—
head/audio/rem pkg-plist Makefile
Stop leaving leftovers (PORTREVISION bumped because package
users would be missing files)
We are all so delighted that pointyhat is back!
| Delta |
File |
| +2 |
-0 |
head/audio/rem/pkg-plist |
| +1 |
-0 |
head/audio/rem/Makefile |
| +3 |
-0 |
2 files
|
FreeBSD Ports
—
head/java Makefile jboss72, head/java/jboss72 pkg-plist Makefile
Introducing jboss72
PR: ports/176960
Submitted by: Alexander Yerenkow <yerenkow at gmail.com>
| Delta |
File |
| +1,615 |
-1,458 |
head/java/jboss72/pkg-plist |
| +62 |
-0 |
head/java/jboss72/files/jboss72.in |
| +0 |
-62 |
head/java/jboss72/files/jboss71.in |
| +12 |
-6 |
head/java/jboss72/Makefile |
| +4 |
-4 |
head/java/jboss72/distinfo |
| +1 |
-0 |
head/java/Makefile |
| +0 |
-0 |
head/java/jboss72/ |
| +1,694 |
-1,530 |
7 files
|
FreeBSD Ports
—
head/mail/sympa Makefile pkg-plist, head/mail/sympa/files sympa.in patch-src__etc__script__sympa.in
Add new rc script for sympa
PR: ports/176475
Submitted by: Eimar Koort <eimar.koort at gmail.com>
| Delta |
File |
| +211 |
-0 |
head/mail/sympa/files/sympa.in |
| +0 |
-38 |
head/mail/sympa/files/patch-src__etc__script__sympa.in |
| +11 |
-0 |
head/mail/sympa/files/patch-src-etc-script-Makefile.in |
| +6 |
-1 |
head/mail/sympa/Makefile |
| +0 |
-1 |
head/mail/sympa/pkg-plist |
| +228 |
-40 |
5 files
|