Go to file
Alexander Marx 0e4f8ad068 mc: Update to: 4.8.16
Version 4.8.16

- Core
  * Support for ash + bugfixes for bash, fish (#2742)
  * Find file: empty file name matches any file name (#3593)
  * Find file: empty value of "Content" is used instead of "Search for content" checkbox to disable search for content (#3594)
  * Listbox: don't wraparound on mouse scroll (#3554)
  * Internals:
    * Listbox: various fixups (#3569: #3562, #3563, #3565, #3161)
    * Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566)

- VFS
  * Support lzip compression format (#2673, #1541)
  * Support lz4 compression format (#3523)
  * patchfs: support xz compression (#3443)
  * Update uc1541 version (#3527)
  * Add mc.ext patterns for initramfs / initrd (#3115)

- Editor
  * Add golang syntax (MidnightCommander/mc#84)
  * Update Puppet syntax (MidnightCommander/mc#86)

- Misc
  * Code cleanup (#3555, #3547, #3587)
  * Better subshell documentation (#3556)
  * Fixes to the English man pages by Denys Vlasenko

- Fixes
  * Insufficient quoting in `mc.menu` (#2947)
  * Broken ./configure --without-internal-edit (#3601)
  * Memory leaks (#3547, #3561, #3567, #3572)
  * No preallocation if appending during file copy (#3577)
  * Cannot set mini-format for "brief" listing type (#3588)
  * Info panel: incorrect inode information in some cases (#3214)
  * Info panel: wrong device name with symbolic link (#3412)
  * Info panel: buffer overflow (#3582)
  * Regression: match filename, not full path in mc.ext (#3578)
  * Broken case insensitive search in non-unicode locale (#3491)
  * Error message prefixed with no sense "0:" (#3269)
  * mcedit: buffer overflow (#3579)
  * mcedit: "Lower case selection" command in User Menu (#3586)
  * mcedit: close on ctrl-g (#3557)
  * mcview: "Not found" result isn't reported in some cases (#3543)
  * VFS: isofs doesn't show .dotfiles (#3537)
  * VFS: isofs: cannot copy file from iso when Joliet without RockRidge is used (#2851)
  * VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs archive" (#3433)
  * VFS: SFTP: various bugs (#3581)
  * VFS: FISH: provide major/minor info for block/char devices (#3599)
  * Bashism in gitfs+ extfs helper (#3379)
  * Non-portable invocation of man (#3509)
  * mc-wrapper leaves MC_USER set (#3550)
  * Broken silent opening of files in background (#3574)
  * Run `identify` on JPEGs even if `exif` is not installed (#3568)

Version 4.8.15

- Core
  * Minimal version of GLib is 2.26.0
  * Use the PATH environment variable to search for the executable when opening pipe (#3444)
  * Support more than 2 (up to 9) columns in file panel in brief mode (#3212)
  * Clarify file sorting in "Unsorted" mode (#3496)
  * WGroupbox: respect dialog's colors (#3468)
  * Highlight find file's result in internal viewer (#3530)

- VFS
  * s3 extfs vfs: bugfixes and improvements (#3470, #3502)

- Editor
  * Add hidden option to choose full or base file name in the status line (#3445)
  * Improvements of syntax highlighting:
    - Lua (#3471)
    - PKGBUILD (#3484)

- Misc
  * Text alignment in Info panel (#3155)
  * Select of menu file edit: change default button to "User" (#3493)
  * Recognize .gmo files as well as .mo ones (#3422)
  * Fix mc.pot comment tripping up Transifex and unportable inplace sed (#3479)
  * A lot of code clean up (#3420, #3424, #3426, #3427, #3428, #3429, #3430, #3431, #3434, #3435, #3437, #3463, #3464, #3465, #3466, #3467, #3494, #3495, #3539)
  * Documentation updates:
    - Spanish man and help: Diff Viewer section and minor fixes (#3477)
    - VFS garbage collection (#3472)

- Fixes
  * Various memory leaks (#3438, #3439, #3440, #3457, #3458, #3459, #3460, #3461, #3462, #3475, #3520, #3521, #3522)
  * Linux kernel-specific segfault on startup (#3441)
  * Lost of Panelize contents in some cases (#3032, #3489, #3498, #3507)
  * Wrong highlight of search result in case of "Regular expression" and "Whole words" (#3524)
  * "Whole words" search works only in Normal mode (#3525)
  * View find results doesn't jump to match line if file is too short to scroll page (#3530)
  * SFTP VFS: segfault (#3456)
  * Segfault in "Find file" due to invalid UTF-8 sequences (#3449)
  * Bash variable 'PROMPT_COMMAND' in  pantheon-terminal (#3534)

Version 4.8.14

- Core

  * Minimal version of GLib is 2.14.0
  * Add new panel binding "!SelectExt" to select/unselect files with the same extension as the current file (#3228)
  * Speed up of directory size calculation (#3247)
  * Support of italic text (#3065)

- Editor

  * New syntax highlighting support:
    - puppet (#3266)

- Viewer

  * Rewrite mcview's rendering and scrolling (#3250, #3256)
    - no more partial lines at the top and failure to scroll when Up or Down is pressed;
    - better handling of CJK characters;
    - handle combining accents;
    - improved nroff support;
    - more conventional scrolling behavior at the end of the file.
  * Use VIEW_SELECTED_COLOR in plain mode (#3405)
  * In !QuickView panel, don't pass any chars to command line to avoid unexpected command execution (#3253)

- Misc

  * Code cleanup (#3265, #3262)
  * Bind poedit to Edit action for .po files (#3287)
  * Better grammar mcedit user menu (#3246)

- Fixes

  * Fail to build against musl libc (#3267)
  * Error compiling with glib 2.20.3 (#3333)
  * Overwrite of the PROMPT_COMMAND bash variable (#2027)
  * contrib/*.?sh are not recreated after rerun of configure (#3181)
  * File rename handles zero-length substitutions incorrectly (#2952)
  * Lose files on "Skip" when "Cannot preallocate space for target file" (#3297)
  * Info panel can't obtain file system statistics on Solaris (#3277)
  * "Shell patterns" broken beyond repair (#2309)
  * File selection by patterns uses bytes instead of unicode characters (#2743)
  * Copy files dosn't work as expected, when copying to a directory with the special symbol in its name (#3235)
  * Wrong order of old_colors table items (#3404)
  * Input line: Alt+Backspace on one-letter word erases too much (#3390)
  * "Directory scanning" window is too narrow (#3162)
  * No Help for User Menu (#3409)
  * mcedit: paste from clipboard does not work (#3339)
  * mcviewer: hang when viewing broken man page (#2966)
  * mcview hex: incorrect highlight when search string not found (#3263)
  * mcview hex edit: UTF-8 chars are not updated (#3259)
  * mcview hex edit: can't enter certain UTF-8 characters (#3260)
  * mcview hex edit: CJK overflow (#3261)
  * mcedit: status line doesn't show full path to file (#3285)
  * Freeze when copying from one FTP location to another (#358)

Version 4.8.13

- Core

  * New engine of user-friendly interruption of long-time operations (#2136)

- Editor

  * Improvements of syntax highlighting:
    * CMake (#3216)
    * PHP (#3230)
  * Translate language names in the spelling assistant dialogue (#3233)

- Viewer

  * Add separate normal(default) colour pair for viewer (#3204)
  * Dealing with utf-8 man pages in view/open (#1539)
  * "Goto line" is 1-based now (#3245)

- Misc

  * Code cleanup (#3189, #3223, #3242)
  * Add new skins: gray-green-purple256 and gray-orange-blue256 (#3190)

- Fixes

  * First Backspace/Delete is ignored after mouse click in an input widget (#3225)
  * Recursive find file doesn't work on Samba share (#3097)
  * Recursive find file doesn't work on Windows NFS share (#3202)
  * Incorrect file counter in move operation (#3196, #3209)
  * "Directory scanning" window is too narrow (#3162)
  * Colon is not recognized inside escape seq in prompt (#3241)
  * Quick view doesn't grab focus on mouse click (#3251)
  * fish subshell: overridden prompt (#3232, #3237)
  * mcviewer: broken switch between raw and parse modes (#3219)
  * mcviewer: incorrect percentage in mcview hex mode (#3258)
  * RAR VFS incorrectly recognizes UnRAR version (#3240)
  * viewbold and viewselected are missing from some skins (#3244)
  * Incorrect enconding name for manual page (#3239)
  * "User menu -> View manual page" doesn't do coloring (#3243)

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2016-04-22 21:52:15 +01:00
Documentation Move all packages to root. 2011-09-25 11:46:52 +02:00
ImageMagick ImageMagick: Update to 6.9.3-7y 2016-03-26 10:43:57 +00:00
MAKEDEV Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
SDL SDL: Update to 1.2.15. 2012-05-20 12:31:45 +02:00
X11vnc Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
acl acl: Fix library permissions. 2012-06-24 02:35:31 +02:00
acpid acpid: Update to Version 2.0.27 2016-03-21 11:44:09 +00:00
aiccu aiccu: Import various patches 2015-08-27 00:14:05 +02:00
apr-util apr-utils: Update to 1.5.4 2016-03-21 21:11:06 +00:00
asciidoc asciidoc: New package. 2012-02-12 11:54:58 +01:00
at-spi2-atk at-spi2-atk: Update to 2.19.92 2016-03-21 21:17:50 +00:00
at-spi2-core at-spi2-core: Update to 2.19.92 2016-03-21 21:16:18 +00:00
atk atk: Update to 2.20 2016-03-21 21:13:12 +00:00
attr attr: Fix library permissions. 2012-06-24 13:16:09 +02:00
audit audit: Update to 2.5 2016-03-22 20:22:31 +00:00
authconfig authconfig: Update to 6.2.10 2016-03-22 19:13:00 +00:00
autoconf autoconf: updated to 2.69. 2012-04-27 19:08:04 +02:00
autogen autogen: Update to 5.18.1. 2013-09-30 21:14:09 +02:00
automake automake: Update to 1.15 2015-10-26 10:14:10 +00:00
avahi avahi: Update to version 0.6.31 2015-04-07 00:28:58 +02:00
basesystem Move all packages to root. 2011-09-25 11:46:52 +02:00
bash bash: Update to 4.3 2014-09-27 12:36:42 +02:00
bash-completion bash-completion: Drop files which are provided by util-linux. 2015-01-25 16:00:54 +01:00
batctl batctl: New package: B.A.T.M.A.N. advanced control and management tool. 2012-12-19 12:30:54 +01:00
bc Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
beecrypt Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x 2011-12-16 16:38:52 +01:00
beep Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
bind bind: Drop dependency to db4(-devel) 2015-06-21 14:38:32 +02:00
binutils binutils: Update to 2.24 2014-09-16 16:38:20 +02:00
bird bird: Update to 1.5.0 2015-06-21 14:08:57 +02:00
bison bison: Update to 3.0.4. 2015-10-18 18:44:06 +01:00
boost ] boost: Update to 1.60.0. 2016-04-17 20:33:10 +01:00
br2684ctl Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
bridge-utils bridge-utils: Fix compilation error with kernel 3.8. 2013-03-15 13:23:14 +01:00
btrfs-progs Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
bwm-ng bwm-ng: Use libstatgrab. 2012-11-10 22:18:39 +01:00
bzip2 bzip2: Add older soname of libbz2.so. 2012-04-01 16:42:44 +02:00
c-ares c-ares: Update to 1.11.0 2016-03-22 15:49:14 +00:00
c_icap c_icap: Create devel package 2016-03-24 15:20:26 +00:00
c_icap_modules c_icap: Create devel package 2016-03-24 15:20:26 +00:00
ca-certificates ca-certificates: New package. 2012-03-02 21:43:41 +01:00
cairo cairo: Update to 1.14.6 2016-03-22 15:49:10 +00:00
ccache ccache: Update to version 3.2.4 2016-03-10 04:35:40 +00:00
checkpolicy checkpolicy: Make package work on x86_64. 2012-03-24 11:01:39 +01:00
chrony Fix deprecated prerequires of some packages. 2012-03-10 14:14:42 +01:00
chrpath Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
clamav clamav: Update to minor release 0.97.4. 2012-04-27 21:34:25 +02:00
clutter clutter: New package. 2013-03-01 13:25:14 +01:00
cmake cmake: Update to version 3.3.2 2016-03-10 20:15:53 +00:00
cogl cogl: New package. 2013-03-01 13:25:14 +01:00
collecty collecty: Update to version 004 2015-12-15 14:46:25 +00:00
compat-db compat-db: Add compatibility for libdb-5.3 2016-04-08 15:44:10 +01:00
compat-gdbm gdbm: Update to 1.10. 2012-10-02 16:39:32 +02:00
compat-gmp gmp: Update to 6.0.0 and new compat-gmp package. 2014-04-12 19:33:04 +02:00
compat-guile compat-guile: New package. 2013-10-03 17:19:54 +02:00
compat-icu compat-icu: New package. 2016-04-08 13:57:41 +01:00
compat-isl isl: Update to 0.16.1 2016-03-29 14:08:58 +01:00
compat-libffi libffi: Update to 3.0.13. 2013-07-10 12:43:18 +00:00
compat-libgcrypt compat-libgcrypt: New package 2015-06-21 16:50:42 +02:00
compat-libmpc mpc: Move mpc-compat package into own build file. 2015-02-22 15:52:35 +01:00
compat-libpng libpng: Move libpng-compat package into own build file. 2014-04-27 15:30:32 +02:00
compat-mpfr mpfr: Move mpfr-compat package into own build file. 2014-04-27 15:30:54 +02:00
compat-nettle nettle: Update to version 3.1 2015-04-11 14:22:59 +02:00
compat-pcre pcre: Move pcre-compat package into own build file. 2014-04-27 15:34:02 +02:00
compat-xz xz: Move compat libraries into own package. 2015-04-07 21:41:23 +02:00
coreutils coreutils: Update to 8.23. 2015-01-24 12:04:19 +01:00
cpio cpio: Update to version 2.12 2015-09-24 11:21:27 +01:00
cracklib cracklib: Update to 2.9.5 2016-03-23 11:30:27 +00:00
crda crda: Update to 3.18 2016-03-22 15:37:56 +00:00
cronie cronie: Update to 1.4.9. 2013-07-09 13:30:08 +02:00
crontabs crontabs: New package. 2013-07-09 13:29:40 +02:00
cryptsetup-luks cryptsetup-luks: Update to 1.7.0 2016-03-23 11:32:01 +00:00
cups cups: Update to latest stable release 1.6.1. 2012-09-04 13:39:49 +02:00
curl curl: Update to version 7.41.0 2015-04-07 00:17:49 +02:00
cyrus-sasl cyrus-sasl: Rebuild against libdb 2015-06-21 14:42:08 +02:00
datefudge datefudge: Update to 1.21 2016-03-23 11:33:16 +00:00
dbus dbus: Update to 1.11.2 2016-03-21 21:14:36 +00:00
dbus-glib dbus-glib: Make package work on x86_64. 2012-01-07 16:01:35 +01:00
ddns ddns: Update to 009 2015-10-16 21:57:14 +01:00
dejagnu dejagnu: Fix formatting of dependencies. 2012-01-05 01:00:09 +01:00
dejavu-fonts dejavu-fonts: New package. 2012-05-19 22:34:01 +02:00
dev86 Dev86: Forgot to change version number. 2012-06-17 11:54:28 +02:00
dhcp dhcp: Bump release for rebuild against bind 9.9 2015-08-12 01:24:07 +01:00
dhcping Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
dialog dialog: Make package compile on x86_64. 2012-03-07 23:59:13 +01:00
diffutils diffutils: Disable gnulib testsuite 2015-06-11 22:24:31 +00:00
ding-libs ding-libs: Update to 0.5.0 2016-03-23 11:34:45 +00:00
directfb directfb: Update to 1.5.3. 2012-07-21 22:53:08 +02:00
dma dma: New package 2015-11-12 00:25:50 +00:00
dmidecode Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
dmraid dmraid: Increase release number. 2012-05-02 19:23:17 +02:00
docbook-dsssl docbook-dsssl: Make package work on x86_64. 2012-01-07 16:01:35 +01:00
docbook-dtds docbook-dtds: Also prerequires sed and coreutils for scriptlet. 2012-03-17 13:20:24 +01:00
docbook-utils docbook-utils: Make package work on x86_64. 2012-01-07 16:01:35 +01:00
docbook-xsl docbook-xsl: Make package work on x86_64. 2012-01-07 16:01:35 +01:00
docbook2X docbook2X: New package. 2014-04-20 13:03:19 +02:00
dos2unix dos2unix: Update to 7.3.3 2016-03-23 11:35:56 +00:00
dosfstools dosfstools: Update to 3.0.26. 2014-04-27 20:10:13 +02:00
doxygen doxygen: New package. 2013-07-07 22:14:38 +02:00
dracut dracut: Update to 044 2016-03-23 11:36:58 +00:00
dtc dtc: New package. 2013-04-13 11:53:53 +00:00
dvdrtools Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
e2fsprogs e2fsprogs: Update to 1.42.13 2016-03-23 11:39:02 +00:00
ebtables ebtables: Make package work on x86_64. 2012-03-11 12:07:12 +01:00
ed ed: Update to version 1.13 2016-03-10 03:56:28 +00:00
eggdbus Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
eject Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
elfutils elfutils: Update to version 0.161 2015-02-23 02:29:52 +01:00
elinks elinks: Update to 0.12pre6. 2013-09-20 12:36:15 +01:00
etherwake etherwake: Fix compiling and add manpage. 2015-04-05 14:46:47 +02:00
ethtool ethtool: Update to 4.5 2016-03-23 11:37:07 +00:00
expat expat: Update to 2.1.1 2016-03-23 11:38:25 +00:00
expect expect: Install lib at the right location and remove RPATH. 2012-03-02 14:55:40 +01:00
fail2ban Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
fastd fastd: New package 2014-12-05 01:43:46 +01:00
file file: Update to 5.25 2016-03-23 11:41:15 +00:00
filesystem filesystem: Add /var/{lock,run} symlinks and fix scriplet. 2012-04-15 22:55:07 +02:00
findutils findutils: Update to 4.6.0 2016-01-18 23:53:20 +00:00
flex flex: Fix broken testsuite with bison 3.0 2015-10-23 19:43:40 +01:00
fontconfig fontconfig: Update to version 2.11.93 2015-04-07 00:31:09 +02:00
fontforge fontforge: Add more build dependencies. 2012-05-24 20:55:26 +02:00
freeradius freeradius: Fix package name and make it compile on x86_64. 2012-03-10 12:09:42 +01:00
freetype freetype: update to 2.6.3 2016-03-23 11:41:48 +00:00
fuse Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
fuse-sshfs Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
gawk gawk: update to 4.1.3 2016-03-23 11:42:18 +00:00
gc gc: Disable testsuite 2015-06-21 14:36:15 +02:00
gcc gcc: Remove unused cloog configuration 2015-12-29 20:24:18 +01:00
gdb gdb: Remove even more files provided by binutils. 2012-03-04 21:12:36 +01:00
gdbm gdbm: Update to version 1.11 2015-02-23 02:27:44 +01:00
gdk-pixbuf2 gdk-pixbuf2: update to 2.33.2 2016-03-23 11:42:27 +00:00
gettext gettext: Update to 0.19.7 2016-03-23 11:46:29 +00:00
ghostscript Revert "ghostscript: Update to 9.18" 2016-03-24 19:31:59 +00:00
git git: Update to version 2.6.3 2015-11-21 12:54:12 +00:00
glib2 glib2: Update to 2.48.0 2016-03-24 15:24:37 +00:00
glibc glibc: Ship libmvec_nonshared.a in glibc-devel 2016-03-31 22:03:47 +01:00
gmp gmp: Update to 6.1.0 2016-03-24 15:24:35 +00:00
gnome-doc-utils gnome-doc-utils: New package. 2015-04-06 10:18:35 +02:00
gnome-themes-standard gnome-themes-standard: Update to 3.20 2016-03-24 15:24:29 +00:00
gnu-efi gnu-efi: New package. 2013-03-15 15:46:13 +01:00
gnupg2 gnupg2: Update to 2.1.9 2016-03-24 15:24:21 +00:00
gnutls Remove miredo 2014-12-06 00:16:17 +01:00
gobject-introspection gobject-introspection: Update to 1.39.3. 2014-03-01 14:28:24 +01:00
gperf Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
gpgme gpgme: Update to 1.6.0 2016-03-24 15:24:19 +00:00
grep grep: Update to version 2.24 2016-03-16 13:36:01 +00:00
groff groff: Update to version 1.22.3 2014-11-10 17:31:21 +01:00
grub grub: Fix build with -fstack-protector-strong 2014-12-31 14:18:27 +01:00
grubby grubby: Depend on u-boot-tools only on 32-bit ARM arches 2015-04-07 00:29:43 +02:00
gsettings-desktop-schemas gsettings-desktop-schemas: Update to 3.20.0 2016-03-24 15:24:16 +00:00
gssdp gssdp: Update to 0.14.14 2016-03-24 15:24:12 +00:00
gtk2 gtk2: New package. 2013-03-01 13:25:15 +01:00
gtk3 gtk3: Update to version 3.20.0 2016-03-24 15:20:37 +00:00
guile guile: Drop compat package. 2013-10-03 13:48:34 +02:00
gupnp gupnp: Update to 0.20.16 2016-03-24 15:20:49 +00:00
gupnp-av Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
gupnp-igd Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
gzip gzip: Update to 1.7 2016-03-29 13:09:33 +01:00
harfbuzz harfbuzz: Update to 1.2.4 2016-03-24 15:24:05 +00:00
hdparm hdparm: Update to 9.48 2016-03-24 15:24:01 +00:00
help2man help2man: Update to 1.47.3 2016-03-24 15:23:57 +00:00
hostapd hostapd: Update to 2.5 2016-03-24 15:23:55 +00:00
hostname hostname: New package. 2015-04-05 12:31:34 +02:00
hplip hplip: Tidy up package. 2012-09-09 17:26:27 +02:00
htop htop: Update to 1.0.3. 2014-04-27 18:55:15 +02:00
hwdata hwdata: Update to 0.287 2016-03-24 15:20:28 +00:00
iasl Xen: 2012-02-25 21:12:17 +01:00
icu icu: Update to version 56.1. 2015-10-15 15:15:18 +01:00
iftop iftop: Should not be in Base group. 2011-12-15 10:09:18 +01:00
igmpproxy Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
initscripts initscripts: Fix installation of rc.local script. 2013-01-26 22:36:40 +01:00
intltool intltool: Update to 0.40.6. 2011-10-31 14:00:44 +01:00
iperf Remove Christian Schmidt as package maintainer from various packages 2015-06-21 22:25:19 +02:00
ipfire-logos ipfire-logos: Rebuild with new gdk-pixbuf2. 2013-01-13 14:50:23 +01:00
ipfire-release ipfire-release: Enable unstable repository by default 2015-08-11 20:20:40 +01:00
iproute2 iptables: Remove package 2015-06-06 18:02:07 +02:00
iptraf-ng iptraf-ng: New package. 2012-09-20 16:42:52 +00:00
iputils iputils: Update to s20140519. 2015-04-06 17:31:40 +02:00
ipvsadm ipvsadm: New package. 2013-06-16 13:51:41 +02:00
iscsi-initiator-utils iscsi-initiator-util: Update patchset. 2013-07-10 12:45:21 +00:00
isl isl: Update to 0.16.1 2016-03-29 14:08:58 +01:00
iso-codes iso-codes: Update to 3.66 2016-03-26 10:38:05 +00:00
iw iw: Update to 4.3 2016-03-26 10:37:41 +00:00
joe Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
json-c json-c: New package 2014-12-05 01:43:34 +01:00
json-glib json-glib: New package. 2013-03-01 13:25:15 +01:00
jsoncpp jsoncpp: New package 2016-03-10 05:11:29 +00:00
jwhois jwhois: Should not be in Base group. 2011-12-15 10:12:37 +01:00
kbd kbd: Move everything to /usr. 2012-04-15 00:23:21 +02:00
keepalived keepalived: Update to 1.2.7. 2013-06-16 11:48:36 +02:00
kernel kernel: Remove code to disable icecream 2015-08-03 15:51:40 +01:00
kmod kmod: Update to 22 2016-03-31 14:01:11 +01:00
krb5 krb5: Update to 1.10.3. 2013-02-14 19:50:47 +01:00
lcms2 lcms2: Update to version 2.7 2015-04-07 00:28:40 +02:00
ldapvi ldapvi: Fix installation of files. 2012-06-23 18:25:40 +02:00
ldns ldns: New package 2015-10-18 22:52:14 +01:00
less less: Update to version 481 2015-10-10 16:35:02 +01:00
libICE libICE: Update to 1.0.9 2016-04-13 12:46:32 +01:00
libSM libSM: Update to 1.2.2 2016-04-13 13:49:55 +01:00
libVNCServer Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
libX11 libX11: Update to 1.5.0. 2012-10-19 22:28:42 +02:00
libXau libXau: Update to 1.0.7. 2013-02-03 21:57:12 +01:00
libXaw libXaw: Update to 1.0.11. 2013-02-03 22:01:33 +01:00
libXcomposite libXcomposite: New package. 2013-02-12 19:13:20 +01:00
libXcursor libXcursor: New package. 2013-03-01 13:25:15 +01:00
libXdamage libXdamage: Update to 1.1.4. 2013-02-03 22:05:03 +01:00
libXdmcp libXdmcp: Update to 1.1.3. 2013-02-03 22:05:36 +01:00
libXext libXext: Update to 1.3.1. 2012-10-19 22:27:45 +02:00
libXfixes libXfixes: Update to 5.0. 2013-02-03 22:06:21 +01:00
libXfont libXfont: Update to 1.4.5. 2013-02-03 22:07:30 +01:00
libXft libXft: Update to 2.3.1. 2013-02-03 22:04:13 +01:00
libXi libXi: Update to 1.6.2. 2013-02-03 22:08:11 +01:00
libXinerama libXinerama: New package. 2013-03-01 13:25:15 +01:00
libXmu libXmu: Update to 1.1.1. 2013-02-03 22:08:59 +01:00
libXpm libXpm: Fix compile error. 2013-02-15 16:27:24 +01:00
libXrandr libXrandr: Update to 1.4.0. 2013-02-03 22:10:32 +01:00
libXrender Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
libXres libXres: Update to 1.0.6. 2013-02-03 22:12:36 +01:00
libXt libXt: Update to 1.1.3. 2013-02-03 22:03:14 +01:00
libXtst libXtst: Update to 1.2.1. 2013-02-03 22:13:13 +01:00
libXv libXv: Update to 1.0.7. 2013-02-03 22:14:13 +01:00
libXvMC libXvMC: Update to 1.0.7. 2013-02-03 22:15:41 +01:00
libXxf86vm libXxf86vm: Update to 1.1.2. 2013-02-03 22:17:36 +01:00
libaio libaio: Update to version 0.3.110 2015-04-07 00:29:57 +02:00
libapr libapr: Update to 1.5.2 2016-03-31 14:01:42 +01:00
libarchive libarchive: Update to version 3.1.2 2015-02-23 02:27:59 +01:00
libart Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
libassuan libassuan: Update to 2.4.2 2016-03-31 14:03:04 +01:00
libatasmart libatasmart: Update to 0.19. 2013-03-01 13:25:14 +01:00
libatomic_ops libatomic_ops: New package 2015-04-07 00:22:31 +02:00
libcap libcap: Update to 2.25 2016-03-31 14:03:24 +01:00
libcap-ng libcap-ng: Update to version 0.7.4 2015-02-23 02:28:08 +01:00
libcgroup libcgroup: Update to 0.41 2016-04-08 14:03:31 +01:00
libcroco libcroco: Update to 0.6.11 2016-04-08 14:06:01 +01:00
libdaemon Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
libdb libdb: Update to 6.1.26 2016-04-08 14:07:22 +01:00
libdnet Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
libdrm libdrm: Update to 2.4.40. 2013-02-04 17:51:05 +01:00
libedit libedit: Update to version 3.1 (20141030) 2015-02-23 02:28:38 +01:00
libepoxy libepoxy: New package 2016-03-24 15:20:35 +00:00
libevent libevent: Update to version 2.0.22 2015-02-23 02:28:47 +01:00
libffi libffi: Update to 3.0.13. 2013-07-10 12:43:18 +00:00
libfontenc libfontenc: Update to 1.1.3 2016-04-13 12:27:15 +01:00
libgcrypt libgcrypt: Update to version 1.6.5 2016-03-10 04:02:18 +00:00
libgpg-error libgpg-error: Update to 1.21 2016-04-13 12:35:32 +01:00
libgssglue libgssglue: Update to 0.4. 2013-01-27 16:23:47 +01:00
libhtp libhtp: Update to 0.5.10. 2014-04-27 16:56:50 +02:00
libidn libidn: Update to version 1.32 2015-08-02 22:00:32 +01:00
libjpeg libjpeg: Update to 1.4.2 2016-04-13 12:47:30 +01:00
libksba libksba: Update to version 1.3.2 2015-04-07 00:19:32 +02:00
libldb libldb: Update to 1.1.26 2016-04-13 12:49:01 +01:00
libmng Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
libmnl libmnl: New package. 2012-07-19 21:18:36 +02:00
libmpc libmpc: Update to version 1.0.3 2015-06-06 22:23:54 +02:00
libnet Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
libnetfilter_acct libnetfilter_acct: Update to 1.0.1. 2012-10-09 09:54:59 +00:00
libnetfilter_conntrack libnetfilter_conntrack: Update to 1.0.4. 2014-04-27 16:35:08 +02:00
libnetfilter_log libnetfilter_log: Fix build problem on i686. 2012-10-23 16:34:11 +02:00
libnetfilter_queue libnetfilter_queue: Update to 1.0.2. 2014-04-27 16:42:37 +02:00
libnfnetlink libnfnetlink: Update to 1.0.1. 2012-10-09 09:55:49 +00:00
libnfsidmap libnfsidmap: Set pluginpath. 2013-04-23 19:43:35 +02:00
libnftnl libnftl: Update to snapshot 20150531 2015-06-06 12:54:11 +00:00
libnl libnl: Make package work on x86_64. 2012-01-07 16:01:40 +01:00
libnl3 libnl3: New package. 2014-08-26 14:47:19 +02:00
liboping liboping: New package 2015-06-30 10:04:46 +00:00
libpcap libpcap: Update to version 1.7.2 2015-04-07 00:28:32 +02:00
libpciaccess libpciaccess: Update to 0.13.4 2016-04-13 12:58:17 +01:00
libpipeline libpipeline: Update to 1.4.1 2016-04-13 13:00:30 +01:00
libpng libpng: Update to 1.6.21 2016-04-13 13:05:44 +01:00
libpwquality libpwquality: Update to 1.3.0 2016-04-13 13:06:46 +01:00
librpcsecgss librpcsecgss: Update to 0.19 2016-04-13 14:55:28 +01:00
librsvg2 librsvg2: Update to 2.40.15 2016-04-13 13:47:36 +01:00
libselinux libselinux: Update to new upstream version 2.1.10. 2012-04-24 22:55:53 +02:00
libsemanage libsemanage: Make package work on x86_64. 2012-03-24 08:30:48 +01:00
libsepol Fix typos PARALELLISMFLAGS -> PARALLELISMFLAGS. 2012-10-21 22:36:23 +02:00
libsigc++ libsigc++: Update to 2.99.4 2016-04-13 13:48:51 +01:00
libsodium libsodium: Update to 1.0.9 2016-04-13 13:50:50 +01:00
libsolv libsolv: Drop dependency to db4(-devel) 2015-06-21 14:42:40 +02:00
libsoup libsoup: Update to 2.54.0.1 2016-03-24 15:20:40 +00:00
libssh2 libssh2: Update to 1.7.0 2016-04-13 13:52:25 +01:00
libstatgrab libstatgrab: Update to 0.91 2016-04-13 13:53:42 +01:00
libtalloc libtalloc: Update to 2.1.6 2016-04-13 12:52:17 +01:00
libtasn1 libtasn1: Update to 4.8 2016-04-13 13:55:07 +01:00
libtdb libtdb: Update to 1.3.9 2016-04-13 12:50:20 +01:00
libtevent libtevent: Explicitely depend on right version of libtalloc 2016-04-13 14:11:09 +01:00
libtiff libtiff: Update to 4.0.6 2016-04-13 13:56:14 +01:00
libtimezonemap libtimezonemap: New package. 2013-03-01 13:25:15 +01:00
libtirpc libtirpc: New package. 2013-01-24 21:05:34 +00:00
libtool libtool: Update to 2.4.6 2016-04-13 14:53:06 +01:00
libtorrent libtorrent: Update to 0.12.9. 2012-03-11 18:24:54 +01:00
libuecc libuecc: Update to 6 2016-03-23 11:38:13 +00:00
libunistring libunistring: Update to version 0.9.6 2015-07-09 23:18:52 +02:00
libunwind libunwind: Update to 1.1 2015-04-07 00:23:03 +02:00
libusb libusb: Update to 1.0.20 2016-04-14 10:42:48 +01:00
libusb-compat libusb-compat: Make package work on x86_64. 2012-01-07 16:01:40 +01:00
libuser libuser: Update to 0.62 2016-04-14 10:50:47 +01:00
libvirt libvirt: Update to 1.3.3 2016-04-14 10:52:25 +01:00
libxcb libxcb: Update to 1.9. 2013-02-03 22:12:02 +01:00
libxkbfile libxkbfile: Fix wrong description. 2013-07-21 16:48:35 +02:00
libxml2 libxml2: Update to 2.9.2 2015-04-07 00:25:28 +02:00
libxslt libxslt: Update to 1.1.28. 2013-02-03 22:20:55 +01:00
libyaml Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
linux-atm linux-atm: Update to 2.5.1. 2012-04-06 16:52:31 +02:00
linux-firmware linux-firmware: Update to 20130910. 2013-09-20 12:35:47 +01:00
lldpd lldpd: Update to version 0.7.1 2013-03-10 20:01:16 +01:00
lm-sensors lm-sensors: Update to 3.3.5. 2014-04-27 20:25:53 +02:00
logrotate logrotate: -debuginfo package should not be in Base group. 2011-12-15 10:14:01 +01:00
lrmi lrmi: Fix supported arches setting. 2012-10-15 20:46:32 +02:00
lsof lsof: Update to 4.85. 2012-03-02 16:23:56 +01:00
lua Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
lvm2 lvm2: Update to 2.02.147 2016-03-24 15:24:53 +00:00
lzip lzip: New package 2015-05-19 19:38:57 +02:00
lzo Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
m4 m4: Update to 1.4.17. 2013-09-25 00:17:09 +01:00
mailcap mailcap: Requires perl to execute the testsuite. 2012-01-06 17:33:03 +01:00
make make: Update to version 4.0 2015-02-23 02:27:07 +01:00
makedepend makedepend: New package. 2012-05-06 23:06:30 +02:00
man-db man-db: Drop dependency to db4(-devel) 2015-06-21 14:18:38 +02:00
man-pages man-pages: Update to 3.45. 2012-12-25 20:10:56 +01:00
mc mc: Update to: 4.8.16 2016-04-22 21:52:15 +01:00
mdadm mdadm: Update to 3.4 2016-04-22 21:51:14 +01:00
memtest86+ memtest86+: Only build on x86 architectures. 2012-01-05 16:06:05 +01:00
mesa mesa: Enable building libEGL 2016-03-24 15:20:34 +00:00
minicom minicom: Update to 2.7 2016-04-22 21:50:44 +01:00
mpfr mpfr: Update to version 3.1.4 2016-03-08 13:17:14 +00:00
mstpd mstpd: Update to SVN version 36. 2012-11-04 23:16:14 +01:00
mtr mtr: Update to 0.85 2016-04-20 17:11:05 +01:00
multipath-tools multipath-tools: Update to snapshot from 2013-02-22 2015-04-07 00:32:21 +02:00
mutter mutter: Recomends to also install gnome-themes-standard and gsettings-desktop-schemas. 2014-03-01 17:33:39 +01:00
nano nano: Updated to recent version 2.3.2 2013-04-05 09:05:53 +02:00
nasm nasm: Update to 2.12.01 2016-04-20 17:04:34 +01:00
ncurses ncurses: Provide symlinks for ncurses and ncursesw development header. 2015-04-04 19:21:59 +02:00
net-snmp net-snmp: Don't remove RPATHs so agressively. 2013-06-16 11:44:21 +02:00
net-tools net-tools: Update to 2.0 git-rev e5f1be13. 2015-04-05 12:28:37 +02:00
netpbm netpbm: New package. 2013-01-13 00:51:26 +01:00
netplug Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
nettle nettle: Update to version 3.2 2016-03-10 04:15:36 +00:00
network network: Depend on crda 2015-10-31 23:13:28 +00:00
newt newt: Fix packaging of python-newt on x86_64. 2012-06-20 18:36:59 +02:00
nfs-utils nfs-utils: Add krb5 and gss support. 2013-01-27 21:48:40 +01:00
nftables nftables: Update to snapshot 20150531 2015-06-06 12:54:56 +00:00
nmap nmap: Update to 6.01. 2012-10-25 21:29:36 +02:00
npth npth: New package 2015-07-15 23:00:51 +02:00
nss_ldap nss_ldap: Fix build on ARM. 2012-05-07 01:13:54 +02:00
ntp ntp: Install ntpd with the Base group and enable by default 2015-09-05 19:45:54 +02:00
oinkmaster oinkmaster: Changed arch and added config. 2011-11-05 11:58:01 +00:00
open-vm-tools open-vm-tools: Only build this package for x86. 2012-03-02 15:03:57 +01:00
openjade openjade: Make package work on x86_64. 2012-01-07 16:01:43 +01:00
openl2tp openl2tp: Fix build by removing -Werror and fixing installation of plugins. 2012-03-11 10:53:53 +01:00
openldap openldap: Rebuild against libdb 2015-06-21 14:44:53 +02:00
opensp opensp: Make package work on x86_64. 2012-01-07 16:01:44 +01:00
openssh openssh: Rewrite sshd-keygen 2015-09-06 14:49:30 +01:00
openssl openssl: Enable optimised code for ARM 2015-07-09 23:13:46 +02:00
os-prober Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
p11-kit p11-kit: Update to 0.14. 2012-11-11 14:30:42 +01:00
pakfire pakfire: Add upstream patch for perl version. 2015-05-31 15:45:19 +02:00
pam pam: Update to 1.1.6. 2013-03-23 15:35:41 +01:00
pam_ldap pam_ldap: Move to /usr. 2012-04-15 22:57:52 +02:00
pango pango: Generate modules cache on install and update if not present. 2015-06-02 20:35:12 +02:00
parted parted: Update to 3.1. 2013-02-12 19:30:06 +01:00
passwd passwd: -debuginfo package should not be in Base group. 2011-12-15 10:17:50 +01:00
patch patch: Update to 2.7.1. 2012-10-18 20:55:25 +02:00
pax-utils Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
paxctl paxctl: Update to 0.8. 2014-06-13 15:32:47 +02:00
paxtest paxtest: Install libs to right location on x86_64. 2012-03-02 16:11:19 +01:00
pcapy Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
pciutils pciutils: Update to version 3.4.1 2016-03-10 04:32:06 +00:00
pcre pcre: Move pcre-compat package into own build file. 2014-04-27 15:34:02 +02:00
pdns pdns: Don't depend on polarssl 2015-12-29 20:35:52 +01:00
perl perl: Rebuild against libdb 2015-06-21 17:00:41 +02:00
perl-Authen-SASL perl-Authen-SASL: New package 2015-06-23 22:58:34 +00:00
perl-BDB Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-Coro Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-Crypt-PasswdMD5 perl-Crypt-PasswdMD5: Update to 1.40. 2015-04-04 16:06:30 +02:00
perl-DBI Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-Digest-HMAC perl-Digest-HMAC: New package 2015-06-23 22:59:00 +00:00
perl-Digest-SHA1 Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-FCGI Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-File-HomeDir perl-File-HomeDir: New package 2014-11-10 17:30:40 +01:00
perl-Font-TTF perl-Font-TTF: New package. 2012-05-19 20:17:10 +02:00
perl-GSSAPI perl-GSSAPI: New package 2015-06-23 22:59:29 +00:00
perl-HTML-Parser Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-HTML-Tagset perl-HTML-Tagset: Add update URL. 2015-04-04 16:42:59 +02:00
perl-IO-AIO Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-IO-Socket-SSL perl-IO-Socket-SSL: New package 2015-06-23 22:57:36 +00:00
perl-Net-SMTP-SSL perl-Net-SMTP-SSL: New package 2015-06-23 22:56:42 +00:00
perl-Net-SSLeay perl-Net-SSLeay: New package 2015-06-23 22:58:05 +00:00
perl-SGMLSpm perl-SGMLSpm: New package. 2011-10-16 19:18:22 +02:00
perl-TermReadKey Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-Tk Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-URI perl-URI: Update to 1.67. 2015-04-04 18:45:26 +02:00
perl-WWW-Curl Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-XML-NamespaceSupport perl-XML-NamespaceSupport: New package. 2014-04-20 12:54:04 +02:00
perl-XML-Parser Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-XML-SAX perl-XML-SAX: New package. 2014-04-20 13:02:07 +02:00
perl-XML-SAX-Base perl-XML-SAX-Base: New package. 2014-04-20 12:55:12 +02:00
perl-YAML perl-YAML: New package. 2013-01-02 20:54:15 +01:00
perl-common-sense Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-libintl-perl Mass rebuild of perl and perl modules. 2015-06-04 18:46:20 +02:00
perl-libwww-perl perl-libwww-perl: Fix build. 2011-10-06 13:53:24 +02:00
pigz pigz: Update to 2.3.3. 2015-04-04 22:29:29 +02:00
pinentry pinentry: Update to version 0.9.0 2015-04-07 00:28:07 +02:00
pixman pixman: Update to 0.32.6 2015-04-07 00:18:52 +02:00
pkg-config pkg-config: Update to 0.28. 2013-03-23 12:25:00 +01:00
plymouth plymouth: Update to 0.9.2. 2015-10-17 00:14:10 +01:00
policycoreutils policycoreutils: Update to 2.1.11. 2012-05-06 13:10:24 +02:00
polkit Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
popt popt: Update to version 1.16 2015-02-23 02:30:38 +01:00
powertop powertop: Update to 2.6.1 2014-09-22 15:34:19 +02:00
ppp ppp: Re-add ifname patch 2014-12-27 20:36:31 +00:00
pps-tools pps-tools: New package. 2012-11-14 00:52:50 +01:00
pptp Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
procps procps: Make package work on x86_64. 2011-12-23 14:46:48 +01:00
procps-ng procps-ng: New package. 2015-04-06 22:02:05 +02:00
psmisc psmisc: Update to version 22.21 2015-02-23 02:31:00 +01:00
pth pth: Adjust context switches on armv7hl. 2012-02-15 13:17:28 -05:00
pychecker Move all packages to root. 2011-09-25 11:46:52 +02:00
pygobject2 pygobject2: The devel package contained all files. 2012-04-22 14:24:20 +02:00
pygobject3 pygobject3: Update to version 3.18.0 2015-10-17 21:25:15 +02:00
pygpgme pygpgme: New package. 2012-03-23 13:53:22 +01:00
pyserial Move all packages to root. 2011-09-25 11:46:52 +02:00
python python: Apply lib64 patches correctly on all 64 bit arches 2015-04-07 00:19:22 +02:00
python-IPy Move all packages to root. 2011-09-25 11:46:52 +02:00
python-cairo python-cairo: Fix packaging. 2012-04-19 23:14:26 +02:00
python-cryptsetup Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
python-daemon python-daemon: New package. 2012-08-06 12:40:32 +02:00
python-dbus python-dbus: Rebuild against Python 3.4 2015-10-17 20:53:29 +02:00
python-decorator Move all packages to root. 2011-09-25 11:46:52 +02:00
python-distutils-extra Move all packages to root. 2011-09-25 11:46:52 +02:00
python-gudev Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
python-lxml python-lxml: New package 2015-10-26 10:15:11 +00:00
python-m2crypto Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
python-netfilter_conntrack Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
python-parted python-parted: Update to 3.9. 2013-03-01 13:25:15 +01:00
python-piksemel Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
python-progressbar python-progressbar: Update to 2.3. 2013-06-13 19:12:36 +02:00
python-pyaspects Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
python-pyblock python-pyblock: Sync name field with package filename. 2012-03-02 15:01:17 +01:00
python-pycurl python-pycurl: Import fixes from upstream. 2013-03-01 12:19:32 +00:00
python-rrdtool python-rrdtool: Update to version 0.1.2 2015-12-15 14:45:58 +00:00
python-setuptools python-setuptools: Build for Python 3. 2012-10-03 20:38:53 +02:00
python-tornado python-tornado: Update to version 4.2.1 2015-10-17 20:51:45 +02:00
python-urlgrabber python-urlgrabber: Import latest fixes from upstream. 2013-03-01 13:15:24 +01:00
python3 python3: Update to version 3.4.3 2015-06-21 17:14:34 +02:00
python3-cairo python3-cairo: Rebuild against Python 3.4 2015-10-17 21:22:42 +02:00
pyxattr Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
qemu Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
quota quota: New package. 2013-01-26 19:32:30 +00:00
radvd radvd: Update to 1.9.1. 2012-08-05 12:03:19 +02:00
rcs rcs: New package. 2012-03-02 20:21:14 +01:00
readline readline: Update to version 6.3 2015-02-23 02:31:11 +01:00
reiserfsprogs Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
rng-tools rng-tools: New package. 2014-04-12 20:06:24 +02:00
rp-pppoe rp-pppoe: Update to 3.11 2015-06-12 00:43:49 +02:00
rpcbind rpcbind: Add dependency: quota-devel. 2013-02-09 23:14:19 +01:00
rrdtool rrdtool: Update to version 1.5.4 2015-10-26 12:47:28 +01:00
rsync Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
rsyslog rsyslog: Don't automatically enable this service anymore. 2012-07-29 19:02:19 +02:00
rtorrent rtorrent: Update to 0.8.9. 2012-03-11 18:27:13 +01:00
samba samba: Update to 3.6.16. 2013-07-07 11:14:17 +02:00
sane Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
screen screen: Update to version 4.3.1 2015-07-09 23:19:21 +02:00
sed sed: Update to 4.2.2. 2012-12-23 00:54:01 +01:00
setools setools: Increase rel that hasn't been done on last commit. 2012-04-08 18:48:21 +02:00
setup setup: Add /etc/{protocols,services}. 2013-01-26 17:15:03 +00:00
sg3-utils sg3-utils: Fix name of the package. 2012-03-02 14:41:13 +01:00
sgml-common Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
shadow-utils shadow-utils: Reenable manpages. 2015-04-06 10:20:34 +02:00
sip sip: Update to 4.13.2. 2012-05-23 21:55:57 +02:00
slang slang: Update to version 2.3.0 2015-02-23 02:31:47 +01:00
smartmontools Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
sqlite sqlite: Update to version 3.8.8.2 2015-02-23 02:31:24 +01:00
squashfs-tools Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
squid Remove Christian Schmidt as package maintainer from various packages 2015-06-21 22:25:19 +02:00
sssd sssd: Add basic configuration and scriptlets. 2013-03-23 15:30:30 +01:00
strace strace: Update to version 4.10 2015-04-07 00:27:30 +02:00
strongswan strongswan: Update to 5.4.0 2016-03-24 19:57:50 +00:00
subversion subversion: Update to 1.8.13 2015-06-21 15:16:19 +02:00
sudo sudo: Update to 1.8.10. 2014-04-22 20:02:45 +02:00
suricata suricata: Update to 2.0. 2014-04-27 16:59:37 +02:00
swig Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
sysfsutils Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
syslinux syslinux: This package is only supported on x86 architectures. 2012-03-12 10:08:31 +01:00
systemd systemd: Enable python bindings 2015-10-26 10:17:35 +00:00
sysvinit sysvinit: Remove pidof 2015-04-07 00:31:24 +02:00
tar tar: Requires texinfo for build 2015-04-07 00:18:41 +02:00
tcl tcl: Fix library permissions. 2012-06-24 15:14:37 +02:00
tcpdump Rebuild for strlcpy removed from glibc 2015-04-28 18:02:30 +02:00
tcpick tcpick: New package. 2012-10-19 23:26:13 +02:00
telnet Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
texinfo texinfo: Update to version 6.0 2015-09-04 21:52:46 +01:00
tftp tftp: New package. 2013-07-01 19:51:38 +02:00
tinc tinc: Update to 1.0.23. 2014-02-23 00:17:33 +01:00
tmux tmux: Update to version 2.0. 2015-05-30 15:42:26 +02:00
traceroute Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
transifex-client transifex-client: Change summary. 2012-07-29 11:47:06 +02:00
transmission transmission: Update to 2.84. 2014-07-10 19:32:03 +02:00
tree tree: New package. 2013-06-22 12:27:53 +02:00
tunctl Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
tzdata tzdata: Update to 2016d 2016-04-20 17:02:37 +01:00
u-boot u-boot: Update to 2013.07 final. 2013-08-14 22:57:14 +02:00
udisks Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
ulogd2 ulogd2: Update to version 2.0.5 2015-06-08 19:42:02 +00:00
unbound unbound: New package 2015-10-18 19:16:29 +01:00
unicode-ucd unicode-ucd: New package. 2012-05-19 22:36:27 +02:00
unzip unzip: Fix format security compile issue 2015-04-07 00:21:34 +02:00
upower upower: Fix syntax errors in makefiles (dependencies). 2012-03-02 16:43:39 +01:00
usb-modeswitch Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
usb-modeswitch-data usb-modeswitch-data: New package. 2011-10-31 10:39:37 +01:00
usbutils Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x 2012-06-08 13:15:38 +02:00
ustr ustr: Fix build on x86_64. 2012-03-02 15:20:07 +01:00
util-linux util-linux: Update to 2.27 2015-10-26 11:31:43 +00:00
vala vala: Update to 0.32.0 2016-03-24 15:24:07 +00:00
vim vim: Fix typo on configfiles section. 2013-07-21 22:20:19 +02:00
vlan vlan: Move vconfig to /usr and install man page. 2012-05-17 20:09:25 +02:00
vsftpd Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
wavemon wavemon: Update to 0.7.4. 2012-04-27 17:51:01 +02:00
wget wget: Update to version 1.17 2015-11-21 13:02:49 +00:00
which which: -debuginfo package should not be in Base or Build group. 2011-12-15 10:03:34 +01:00
wireless-tools wireless-tools: Make package work on x86_64. 2012-02-25 20:35:31 +01:00
wpa_supplicant wpa_supplicant: Update to version 2.4 2015-09-04 21:52:27 +01:00
xcb-proto xcb-proto: Update to 1.11. 2015-10-15 15:34:32 +01:00
xcb-util Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
xclock xclock: New package. 2012-05-24 21:00:39 +02:00
xen Fix typos PARALELLISMFLAGS -> PARALLELISMFLAGS. 2012-10-21 22:36:23 +02:00
xfsprogs xfsprogs: Update to version 3.2.2 2015-04-07 00:26:51 +02:00
xkeyboard-config Move all packages to root. 2011-09-25 11:46:52 +02:00
xmlto xmlto: Update to version 0.0.26 2015-04-07 00:18:28 +02:00
xorg-x11-drv-ati xorg-x11-drv-ati: Update to 7.1.0. 2013-02-05 20:21:35 +01:00
xorg-x11-drv-evdev xorg-x11-drv-evdev: Update to 2.7.3. 2013-02-05 20:34:48 +01:00
xorg-x11-drv-intel xorg-x11-drv-intel: Don't build for arm architectures. 2013-02-28 20:02:57 +01:00
xorg-x11-drv-keyboard xorg-x11-drv-keyboard: Update to 1.6.2. 2013-02-05 20:36:26 +01:00
xorg-x11-drv-modesetting xorg-x11-drv-modesetting: New package. 2013-02-05 20:37:55 +01:00
xorg-x11-drv-mouse xorg-x11-drv-mouse: Update to 1.8.1. 2013-02-05 20:36:51 +01:00
xorg-x11-drv-nouveau xorg-x11-drv-nouveau: New package. 2013-02-05 20:38:56 +01:00
xorg-x11-drv-synaptics Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
xorg-x11-drv-vesa xorg-x11-drv-vesa: Update to 2.3.2. 2013-02-05 20:37:21 +01:00
xorg-x11-drv-vmware xorg-x11-drv-vmware: Update to 13.0.0. 2013-02-05 20:38:19 +01:00
xorg-x11-font-utils Fix typos PARALELLISMFLAGS -> PARALLELISMFLAGS. 2012-10-21 22:36:23 +02:00
xorg-x11-fonts Fix typos PARALELLISMFLAGS -> PARALLELISMFLAGS. 2012-10-21 22:36:23 +02:00
xorg-x11-proto-devel xorg-x11-proto-devel: Update to 7.7. 2013-02-03 22:16:36 +01:00
xorg-x11-server xorg-x11-server: Update to 1.13.2. 2013-02-05 20:18:49 +01:00
xorg-x11-util-macros xorg-x11-util-macros: Update to 0.19.0. 2015-10-15 15:40:17 +01:00
xorg-x11-xinit xorg-x11-xinit: Update to 1.3.2. 2013-02-05 20:20:53 +01:00
xorg-x11-xkb-utils Fix typos PARALELLISMFLAGS -> PARALLELISMFLAGS. 2012-10-21 22:36:23 +02:00
xorg-x11-xtrans-devel xorg-x11-xtrans-devel: Fix naming of the package. 2012-01-07 16:00:11 +01:00
xrandr Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
xterm Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
xz xz: Move compat libraries into own package. 2015-04-07 21:41:23 +02:00
zd1211-firmware zd1211-firmware: Fix permissions of the firmware files. 2012-12-15 22:35:14 +01:00
zenity zenity: New package. 2013-03-01 13:25:15 +01:00
zerofree Add a -debuginfo for every package that is not noarch. 2011-12-11 11:12:58 +01:00
zlib zlib: Update to version 1.2.8 2015-06-06 18:16:16 +02:00
.gitignore Update .gitignore. 2013-07-13 18:29:35 +02:00
.mailmap Update .mailmap. 2010-03-31 15:40:16 +02:00